CRAN Package Check Results for Maintainer ‘Robin Lovelace <rob00x at gmail.com>’

Last updated on 2024-09-01 07:49:36 CEST.

Package ERROR NOTE OK
calendar 13
cyclestreets 13
od 13
pct 2 11
simodels 2 11
stats19 2 11
stplanr 2 6 5
zonebuilder 13

Package calendar

Current CRAN status: OK: 13

Package cyclestreets

Current CRAN status: OK: 13

Package od

Current CRAN status: OK: 13

Package pct

Current CRAN status: NOTE: 2, OK: 11

Version: 0.9.9
Check: data for non-ASCII characters
Result: NOTE Note: found 11 marked UTF-8 strings Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Package simodels

Current CRAN status: NOTE: 2, OK: 11

Version: 0.2.0
Check: data for non-ASCII characters
Result: NOTE Note: found 1 marked UTF-8 string Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Package stats19

Current CRAN status: ERROR: 2, OK: 11

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’... [18s/27s] OK Flavor: r-oldrel-macos-arm64

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/46s] OK Flavor: r-oldrel-macos-x86_64

Package stplanr

Current CRAN status: ERROR: 2, NOTE: 6, OK: 5

Version: 1.2.2
Check: package dependencies
Result: NOTE Package suggested but not available for checking: ‘rsgeo’ 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-patched-linux-x86_64, r-release-linux-x86_64

Version: 1.2.2
Check: running R code from vignettes
Result: ERROR Errors in running code in vignettes: when running code in ‘merging-route-networks.Rmd’ ... Spherical geometry (s2) switched off > devtools::load_all() When sourcing ‘merging-route-networks.R’: Error: Could not find a root 'DESCRIPTION' file that starts with '^Package' in '/private/var/folders/k4/0jwzxmln0nb8y6rkzprptb640000gq/T/Rtmp7FeShT/filee0067da69637/vignettes'. ℹ Are you in your project directory and does your project have a 'DESCRIPTION' file? Execution halted when running code in ‘stplanr-od.Rmd’ ... > od$geo_code2[3] <- "nomatch" > od2line(od, z) Creating centroids representing desire line start and end points. When sourcing ‘stplanr-od.R’: Error: 1 non matching IDs in the destination. ID on row 3 does not match any zone. The first offending id was nomatch Execution halted when running code in ‘stplanr-paper.Rmd’ ... |line_bearing |Spatial line |Numeric vector | |line_midpoint |Spatial line |Spatial points | |route_cyclestreet |Coordinates, spatial point or text |Spatial lines | |route_graphhopper |Coordinates, spatial point or text |Spatial lines | > bb <- bb2poly(route_network) When sourcing ‘stplanr-paper.R’: Error: object 'route_network' not found Execution halted when running code in ‘stplanr-parallel.Rmd’ ... > l = flowlines_sf %>% dplyr::filter() > t1 = Sys.time() > routes_route_cyclestreet = line2route(l) When sourcing ‘stplanr-parallel.R’: Error: could not find function "line2route" Execution halted ‘merging-route-networks.Rmd’ using ‘UTF-8’... failed ‘stplanr-od.Rmd’ using ‘UTF-8’... failed ‘stplanr-paper.Rmd’ using ‘UTF-8’... failed ‘stplanr-parallel.Rmd’ using ‘UTF-8’... failed ‘stplanr-route-nets.Rmd’ using ‘UTF-8’... [1s/1s] OK ‘stplanr-routing.Rmd’ using ‘UTF-8’... [1s/1s] OK ‘stplanr.Rmd’ using ‘UTF-8’... [1s/1s] OK Flavor: r-oldrel-macos-arm64

Version: 1.2.2
Check: running R code from vignettes
Result: ERROR Errors in running code in vignettes: when running code in ‘merging-route-networks.Rmd’ ... Spherical geometry (s2) switched off > devtools::load_all() When sourcing ‘merging-route-networks.R’: Error: Could not find a root 'DESCRIPTION' file that starts with '^Package' in '/private/var/folders/2b/t0kwbtmn3p7brv2mvx39c9cr0000gn/T/RtmpBObuRp/file2e9c576400e3/vignettes'. ℹ Are you in your project directory and does your project have a 'DESCRIPTION' file? Execution halted when running code in ‘stplanr-od.Rmd’ ... > od$geo_code2[3] <- "nomatch" > od2line(od, z) Creating centroids representing desire line start and end points. When sourcing ‘stplanr-od.R’: Error: 1 non matching IDs in the destination. ID on row 3 does not match any zone. The first offending id was nomatch Execution halted when running code in ‘stplanr-paper.Rmd’ ... |line_bearing |Spatial line |Numeric vector | |line_midpoint |Spatial line |Spatial points | |route_cyclestreet |Coordinates, spatial point or text |Spatial lines | |route_graphhopper |Coordinates, spatial point or text |Spatial lines | > bb <- bb2poly(route_network) When sourcing ‘stplanr-paper.R’: Error: object 'route_network' not found Execution halted when running code in ‘stplanr-parallel.Rmd’ ... > l = flowlines_sf %>% dplyr::filter() > t1 = Sys.time() > routes_route_cyclestreet = line2route(l) When sourcing ‘stplanr-parallel.R’: Error: could not find function "line2route" Execution halted ‘merging-route-networks.Rmd’ using ‘UTF-8’... failed ‘stplanr-od.Rmd’ using ‘UTF-8’... failed ‘stplanr-paper.Rmd’ using ‘UTF-8’... failed ‘stplanr-parallel.Rmd’ using ‘UTF-8’... failed ‘stplanr-route-nets.Rmd’ using ‘UTF-8’... [2s/2s] OK ‘stplanr-routing.Rmd’ using ‘UTF-8’... [1s/2s] OK ‘stplanr.Rmd’ using ‘UTF-8’... [1s/2s] OK Flavor: r-oldrel-macos-x86_64

Package zonebuilder

Current CRAN status: OK: 13