CRAN Package Check Results for Package cppRouting

Last updated on 2025-04-16 02:50:28 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 3.1 82.97 33.51 116.48 NOTE
r-devel-linux-x86_64-debian-gcc 3.1 63.17 25.61 88.78 NOTE
r-devel-linux-x86_64-fedora-clang 3.1 225.73 NOTE
r-devel-linux-x86_64-fedora-gcc 3.1 244.96 NOTE
r-devel-windows-x86_64 3.1 116.00 0.00 116.00 FAIL
r-patched-linux-x86_64 3.1 85.65 32.53 118.18 NOTE
r-release-linux-x86_64 3.1 85.44 33.06 118.50 NOTE
r-release-macos-arm64 3.1 58.00 NOTE
r-release-macos-x86_64 3.1 98.00 NOTE
r-release-windows-x86_64 3.1 124.00 86.00 210.00 NOTE
r-oldrel-macos-arm64 3.1 38.00 NOTE
r-oldrel-macos-x86_64 3.1 50.00 NOTE
r-oldrel-windows-x86_64 3.1 110.00 98.00 208.00 NOTE

Check Details

Version: 3.1
Check: C++ specification
Result: NOTE Specified C++11: please drop specification unless essential 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: 3.1
Check: dependencies in R code
Result: NOTE Namespace in Imports field not imported from: ‘RcppProgress’ All declared Imports should be used. Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 3.1
Check: PDF version of manual
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: > #Simple directed graph > > edges<-data.frame(from=c(1,2,3,4,5,6,7,8), + to=c(0,1,2,3,6,7,8,5), + dist=c(1,1,1,1,1,1,1,1)) > > #Construct cppRouting graph > graph<-makegraph(edges,directed=TRUE) > > #Convert cppRouting graph to data.frame > > df<-to_df(graph) > > > > ### * <FOOTER> > ### > cleanEx() > options(digits = 7L) > base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n") Time elapsed: 2.11 0.22 2.41 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-devel-windows-x86_64

Version: 3.1
Check: installed package size
Result: NOTE installed size is 7.1Mb sub-directories of 1Mb or more: libs 6.9Mb Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64

Version: 3.1
Check: for GNU extensions in Makefiles
Result: NOTE GNU make is a SystemRequirements. Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64