CRAN Package Check Results for Package stats19

Last updated on 2024-09-20 10:49:36 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 3.1.0 2.27 90.16 92.43 OK
r-devel-linux-x86_64-debian-gcc 3.1.0 2.26 70.44 72.70 OK
r-devel-linux-x86_64-fedora-clang 3.1.0 155.18 OK
r-devel-linux-x86_64-fedora-gcc 3.1.0 170.92 OK
r-devel-windows-x86_64 3.1.0 5.00 130.00 135.00 OK
r-patched-linux-x86_64 3.1.0 2.86 88.20 91.06 OK
r-release-linux-x86_64 3.1.0 2.85 88.67 91.52 OK
r-release-macos-arm64 3.1.0 74.00 OK
r-release-macos-x86_64 3.1.0 147.00 OK
r-release-windows-x86_64 3.1.0 5.00 126.00 131.00 OK
r-oldrel-macos-arm64 3.1.0 77.00 OK
r-oldrel-macos-x86_64 3.1.0 200.00 ERROR
r-oldrel-windows-x86_64 3.1.0 6.00 138.00 144.00 OK

Check Details

Version: 3.1.0
Check: running R code from vignettes
Result: ERROR Errors in running code in vignettes: when running code in ‘blog.Rmd’ ... + cycling > 0 ~ "Cycli ..." ... [TRUNCATED] > ggplot(crashes_types, aes(size = Total, colour = speed_limit)) + + geom_sf(show.legend = "point", alpha = 0.3) + facet_grid(vars(type), + .... [TRUNCATED] When sourcing ‘blog.R’: Error: Discrete values supplied to continuous scale. ℹ Example values: "60", "60", "50", "30", and "30" Execution halted when running code in ‘stats19-training.Rmd’ ... > u = "https://github.com/ropensci/stats19/releases/download/1.1.0/car_collisions_2022_iow.Rds" > crashes_iow = readRDS(url(u)) Warning in readRDS(url(u)) : cannot open URL 'https://github.com/ropensci/stats19/releases/download/1.1.0/car_collisions_2022_iow.Rds': HTTP status was '404 Not Found' When sourcing ‘stats19-training.R’: Error: cannot open the connection to 'https://github.com/ropensci/stats19/releases/download/1.1.0/car_collisions_2022_iow.Rds' Execution halted when running code in ‘stats19-vehicles.Rmd’ ... > summary(v$age_of_vehicle) Min. 1st Qu. Median Mean 3rd Qu. Max. -1.000 0.000 5.000 5.755 10.000 84.000 > a = get_stats19(year = 2018, type = collision) When sourcing ‘stats19-vehicles.R’: Error: object 'collision' not found Execution halted ‘blog.Rmd’ using ‘UTF-8’... failed ‘stats19-training-setup.Rmd’ using ‘UTF-8’... [0s/0s] OK ‘stats19-training.Rmd’ using ‘UTF-8’... failed ‘stats19-vehicles.Rmd’ using ‘UTF-8’... failed ‘stats19.Rmd’ using ‘UTF-8’... [25s/43s] OK Flavor: r-oldrel-macos-x86_64