CRAN Package Check Results for Package elevatr

Last updated on 2025-03-15 21:51:27 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.99.0 2.85 58.74 61.59 NOTE
r-devel-linux-x86_64-debian-gcc 0.99.0 0.39 1.14 1.53 ERROR
r-devel-linux-x86_64-fedora-clang 0.99.0 103.83 OK
r-devel-linux-x86_64-fedora-gcc 0.99.0 148.69 OK
r-devel-macos-arm64 0.99.0 39.00 OK
r-devel-macos-x86_64 0.99.0 78.00 OK
r-devel-windows-x86_64 0.99.0 6.00 74.00 80.00 NOTE
r-patched-linux-x86_64 0.99.0 3.80 57.39 61.19 WARN
r-release-linux-x86_64 0.99.0 3.47 55.31 58.78 OK
r-release-macos-arm64 0.99.0 35.00 OK
r-release-macos-x86_64 0.99.0 54.00 OK
r-release-windows-x86_64 0.99.0 5.00 0.00 5.00 FAIL
r-oldrel-macos-arm64 0.99.0 OK
r-oldrel-macos-x86_64 0.99.0 82.00 OK
r-oldrel-windows-x86_64 0.99.0 6.00 87.00 93.00 OK

Check Details

Version: 0.99.0
Check: Rd cross-references
Result: NOTE Found the following Rd file(s) with Rd \link{} targets missing package anchors: get_aws_terrain.Rd: st_crs get_elev_point.Rd: st_crs get_elev_raster.Rd: st_crs get_opentopo.Rd: st_crs Please provide package anchors for all Rd \link{} targets not in the package itself and the base packages. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-windows-x86_64, r-patched-linux-x86_64

Version: 0.99.0
Check: whether package can be installed
Result: ERROR Installation failed. Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.99.0
Check: whether package can be installed
Result: WARN Found the following significant warnings: Rd warning: get_aws_terrain.Rd:32: missing link ‘st_crs’ Rd warning: get_elev_point.Rd:23: missing link ‘st_crs’ Rd warning: get_elev_raster.Rd:30: missing link ‘st_crs’ Rd warning: get_opentopo.Rd:16: missing link ‘st_crs’ Flavor: r-patched-linux-x86_64

Version: 0.99.0
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: > ##D data(lake) > ##D lake_buff <- st_buffer(lake, 1000) > ##D loc_df <- data.frame(x = runif(6,min=sf::st_bbox(lake)$xmin, > ##D max=sf::st_bbox(lake)$xmax), > ##D y = runif(6,min=sf::st_bbox(lake)$ymin, > ##D max=sf::st_bbox(lake)$ymax)) > ##D > ##D x <- get_elev_raster(locations = loc_df, prj = st_crs(lake) , z=10) > ##D x <- get_elev_raster(lake, z = 12) > ##D x <- get_elev_raster(lake, src = "gl3", expand = 5000) > ##D x <- get_elev_raster(lake_buff, z = 10, clip = "locations") > ## End(Not run) > > > > ### * <FOOTER> > ### > cleanEx() > options(digits = 7L) > base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n") Time elapsed: 0.51 0.05 0.57 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