CRAN Package Check Results for Package biplotEZ

Last updated on 2026-06-08 15:51:29 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 2.2 11.31 230.79 242.10 NOTE
r-devel-linux-x86_64-debian-gcc 2.2 7.57 115.00 122.57 ERROR
r-devel-linux-x86_64-fedora-clang 2.2 18.00 364.30 382.30 NOTE
r-devel-linux-x86_64-fedora-gcc 2.2 18.00 363.35 381.35 NOTE
r-devel-windows-x86_64 2.2 15.00 230.00 245.00 NOTE
r-patched-linux-x86_64 2.2 12.93 219.66 232.59 NOTE
r-release-linux-x86_64 2.2 11.08 216.55 227.63 NOTE
r-release-macos-arm64 2.2 3.00 60.00 63.00 NOTE
r-release-macos-x86_64 2.2 9.00 231.00 240.00 NOTE
r-release-windows-x86_64 2.2 16.00 235.00 251.00 NOTE
r-oldrel-macos-arm64 2.2 NOTE
r-oldrel-macos-x86_64 2.2 8.00 241.00 249.00 NOTE
r-oldrel-windows-x86_64 2.2 20.00 308.00 328.00 NOTE

Check Details

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-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, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-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: classify > ### Title: Classify samples into classes > ### Aliases: classify > > ### ** Examples > > biplot(iris[,1:4],classes = iris[,5]) |> CVA() |> axes(col="black") |> + classify(col=c("red","blue","orange"),opacity=0.1) |> plot() Error in loadNamespace(x) : there is no package called ‘caret’ 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 Quitting from Biplots_in_1D.Rmd:60-64 [unnamed-chunk-4] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ <error/rlang_error> Error in `loadNamespace()`: ! there is no package called 'caret' --- Backtrace: ▆ 1. ├─base::plot(...) 2. ├─biplotEZ::classify(...) 3. └─base::loadNamespace(x) 4. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL) 5. └─base (local) withOneRestart(expr, restarts[[1L]]) 6. └─base (local) doWithOneRestart(return(expr), restart) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Error: processing vignette 'Biplots_in_1D.Rmd' failed with diagnostics: there is no package called 'caret' --- failed 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:238-243 [unnamed-chunk-9] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ <error/rlang_error> Error in `loadNamespace()`: ! there is no package called 'caret' --- Backtrace: ▆ 1. ├─base::plot(...) 2. ├─biplotEZ::classify(...) 3. └─base::loadNamespace(x) 4. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL) 5. └─base (local) withOneRestart(expr, restarts[[1L]]) 6. └─base (local) doWithOneRestart(return(expr), restart) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Error: processing vignette 'Class_separation.Rmd' failed with diagnostics: there is no package called 'caret' --- 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 --- finished re-building ‘biplotEZ_enhancements.Rmd’ SUMMARY: processing the following files failed: ‘Biplots_in_1D.Rmd’ ‘Class_separation.Rmd’ Error: Vignette re-building failed. Execution halted Flavor: r-devel-linux-x86_64-debian-gcc