Last updated on 2026-04-09 05:52:08 CEST.
| Package | ERROR | NOTE | OK |
|---|---|---|---|
| biplotEZ | 1 | 10 | 3 |
Current CRAN status: ERROR: 1, NOTE: 10, OK: 3
Version: 2.2
Check: DESCRIPTION meta-information
Result: NOTE
Missing dependency on R >= 4.1.0 because package code uses the pipe
|> or function shorthand \(...) syntax added in R 4.1.0.
File(s) using such syntax:
‘AoD.Rd’ ‘AoD.biplot.Rd’ ‘CA.Rd’ ‘CA.biplot.Rd’ ‘CLPs.Rd’ ‘CVA.Rd’
‘CVA.biplot.Rd’ ‘PCA.Rd’ ‘PCA.biplot.Rd’ ‘PCO.Rd’ ‘PCO.biplot.Rd’
‘alpha.bags.Rd’ ‘axes.Rd’ ‘axes_coordinates.Rd’ ‘biplot.R’
‘biplot.Rd’ ‘classification.Rd’ ‘classify.Rd’ ‘density1D.Rd’
‘density2D.Rd’ ‘ellipses.Rd’ ‘fit.measures.Rd’ ‘interpolate.Rd’
‘legend.type.Rd’ ‘means.Rd’ ‘newaxes.Rd’ ‘newsamples.Rd’
‘plot.biplot.Rd’ ‘prediction.Rd’ ‘print.biplot.Rd’ ‘reflect.Rd’
‘regress.Rd’ ‘regress.biplot.Rd’ ‘rotate.Rd’ ‘samples.Rd’
‘summary.biplot.Rd’ ‘translate_axes.R’ ‘translate_axes.Rd’
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-macos-arm64, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64
Version: 2.2
Check: examples
Result: ERROR
Running examples in ‘biplotEZ-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: alpha.bags
> ### Title: Create alpha bags
> ### Aliases: alpha.bags
>
> ### ** Examples
>
> biplot (iris[,1:4]) |> PCA(group.aes=iris[,5]) |> alpha.bags(alpha=0.95) |> plot()
Computing 0.95 -bag for setosa
Error in loadNamespace(x) : there is no package called ‘geometry’
Calls: plot ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 2.2
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
...
--- re-building ‘Biplots_in_1D.Rmd’ using rmarkdown
--- finished re-building ‘Biplots_in_1D.Rmd’
--- re-building ‘Biplots_in_3D.Rmd’ using rmarkdown
--- finished re-building ‘Biplots_in_3D.Rmd’
--- re-building ‘CA_in_biplotEZ.Rmd’ using rmarkdown
--- finished re-building ‘CA_in_biplotEZ.Rmd’
--- re-building ‘Class_separation.Rmd’ using rmarkdown
Quitting from Class_separation.Rmd:173-177 [unnamed-chunk-3]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `loadNamespace()`:
! there is no package called 'geometry'
---
Backtrace:
▆
1. ├─base::plot(...)
2. ├─biplotEZ::legend.type(...)
3. ├─biplotEZ::alpha.bags(CVA(biplot(state.x77), classes = state.region))
4. └─base::loadNamespace(x)
5. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL)
6. └─base (local) withOneRestart(expr, restarts[[1L]])
7. └─base (local) doWithOneRestart(return(expr), restart)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'Class_separation.Rmd' failed with diagnostics:
there is no package called 'geometry'
--- failed re-building ‘Class_separation.Rmd’
--- re-building ‘MDS.Rmd’ using rmarkdown
--- finished re-building ‘MDS.Rmd’
--- re-building ‘biplotEZ.Rmd’ using rmarkdown
--- finished re-building ‘biplotEZ.Rmd’
--- re-building ‘biplotEZ_enhancements.Rmd’ using rmarkdown
Quitting from biplotEZ_enhancements.Rmd:37-48 [unnamed-chunk-2]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `loadNamespace()`:
! there is no package called 'geometry'
---
Backtrace:
▆
1. ├─base::plot(...)
2. ├─biplotEZ::legend.type(...)
3. ├─biplotEZ::alpha.bags(...)
4. └─base::loadNamespace(x)
5. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL)
6. └─base (local) withOneRestart(expr, restarts[[1L]])
7. └─base (local) doWithOneRestart(return(expr), restart)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'biplotEZ_enhancements.Rmd' failed with diagnostics:
there is no package called 'geometry'
--- failed re-building ‘biplotEZ_enhancements.Rmd’
SUMMARY: processing the following files failed:
‘Class_separation.Rmd’ ‘biplotEZ_enhancements.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc