CRAN Package Check Results for Package walkscore

Last updated on 2025-01-27 16:48:41 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.2 1.68 17.95 19.63 NOTE
r-devel-linux-x86_64-debian-gcc 0.1.2 1.26 15.26 16.52 NOTE
r-devel-linux-x86_64-fedora-clang 0.1.2 31.77 NOTE
r-devel-linux-x86_64-fedora-gcc 0.1.2 30.70 NOTE
r-devel-windows-x86_64 0.1.2 3.00 52.00 55.00 NOTE
r-patched-linux-x86_64 0.1.2 1.71 17.18 18.89 OK
r-release-linux-x86_64 0.1.2 1.68 17.17 18.85 OK
r-release-macos-arm64 0.1.2 14.00 OK
r-release-macos-x86_64 0.1.2 21.00 OK
r-release-windows-x86_64 0.1.2 5.00 0.00 5.00 FAIL
r-oldrel-macos-arm64 0.1.2 17.00 OK
r-oldrel-macos-x86_64 0.1.2 19.00 OK
r-oldrel-windows-x86_64 0.1.2 4.00 44.00 48.00 OK

Check Details

Version: 0.1.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: ‘walkscore.R’ 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

Version: 0.1.2
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: > flush(stderr()); flush(stdout()) > > ### Name: walkscore > ### Title: Get Walk Scores from the Walk Score API > ### Aliases: walkscore > > ### ** Examples > > ## Not run: > ##D df <- data.frame(lat = 45.378791, lon = -75.662508) > ##D df <- walkscore::walkscore(df, apikey = "your api key") > ## End(Not run) > > > > ### * <FOOTER> > ### > cleanEx() > options(digits = 7L) > base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n") Time elapsed: 0.17 0.01 0.19 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