CRAN Package Check Results for Maintainer ‘Jisu Kim <jkim82133 at snu.ac.kr>’

Last updated on 2024-10-31 10:50:26 CET.

Package FAIL NOTE OK
TDA 1 9 3

Package TDA

Current CRAN status: FAIL: 1, NOTE: 9, OK: 3

Version: 1.9.1
Check: dependencies in R code
Result: NOTE Namespace in Imports field not imported from: ‘scales’ All declared Imports should be used. Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 1.9.1
Check: for GNU extensions in Makefiles
Result: NOTE GNU make is a SystemRequirements. Flavors: 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: 1.9.1
Check: installed package size
Result: NOTE installed size is 36.5Mb sub-directories of 1Mb or more: libs 35.2Mb Flavors: r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64

Version: 1.9.1
Check: re-building of vignette outputs
Result: FAIL Check process probably crashed or hung up for 20 minutes ... killed Most likely this happened in the example checks (?), if not, ignore the following last lines of example output: > XX2 <- circleUnif(20, r = 0.2) > > DiagLim <- 5 > maxdimension <- 1 > > Diag1 <- ripsDiag(XX1, maxdimension, DiagLim, printProgress = FALSE) > Diag2 <- ripsDiag(XX2, maxdimension, DiagLim, printProgress = FALSE) > > wassersteinDist <- wasserstein(Diag1[["diagram"]], Diag2[["diagram"]], p = 1, + dimension = 1) > print(wassersteinDist) [1] 0.620035 > > > > ### * <FOOTER> > ### > cleanEx() > options(digits = 7L) > base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n") Time elapsed: 15.56 1.58 17.16 NA NA > grDevices::dev.off() null device 1 > ### > ### Local variables: *** > ### mode: outline-minor *** > ### outline-regexp: "\\(> \\)?### [*]+" *** > ### End: *** > quit('no') ======== End of example output (where/before crash/hang up occured ?) ======== Flavor: r-release-windows-x86_64