Last updated on 2024-09-17 20:49:17 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.2.1 | 14.88 | 191.25 | 206.13 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.2.1 | 9.97 | 140.11 | 150.08 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.2.1 | 324.92 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.2.1 | 322.38 | OK | |||
r-devel-windows-x86_64 | 1.2.1 | 17.00 | 193.00 | 210.00 | NOTE | |
r-patched-linux-x86_64 | 1.2.1 | 14.41 | 183.41 | 197.82 | OK | |
r-release-linux-x86_64 | 1.2.1 | 13.18 | 179.52 | 192.70 | OK | |
r-release-macos-arm64 | 1.2.1 | 104.00 | NOTE | |||
r-release-macos-x86_64 | 1.2.1 | 270.00 | NOTE | |||
r-release-windows-x86_64 | 1.2.1 | 17.00 | 181.00 | 198.00 | NOTE | |
r-oldrel-macos-arm64 | 1.2.1 | 853.00 | ERROR | |||
r-oldrel-macos-x86_64 | 1.2.1 | 1024.00 | ERROR | |||
r-oldrel-windows-x86_64 | 1.2.1 | 21.00 | 226.00 | 247.00 | NOTE |
Version: 1.2.1
Check: installed package size
Result: NOTE
installed size is 6.4Mb
sub-directories of 1Mb or more:
data 1.5Mb
doc 4.2Mb
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-windows-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: 1.2.1
Check: running R code from vignettes
Result: ERROR
Errors in running code in vignettes:
when running code in ‘get_3dhp_data.Rmd’
...
> par(old_par)
> if (Sys.getenv("BUILD_VIGNETTES") != "TRUE") {
+ unlink(work_dir, recursive = TRUE)
+ }
When sourcing ‘get_3dhp_data.R’:
Error: object 'work_dir' not found
Execution halted
when running code in ‘get_data_overview.Rmd’
...
+ utils::unzip(f, exdir = wbd_dir)
+ }
> wbd_gdb <- list.files(wbd_dir, pattern = ".gdb", full.names = TRUE)
> sf::st_layers(wbd_gdb)
When sourcing ‘get_data_overview.R’:
Error: argument datasource should have length 1.
Execution halted
‘get_3dhp_data.Rmd’ using ‘UTF-8’... failed
‘get_data_overview.Rmd’ using ‘UTF-8’... failed
‘indexing.Rmd’ using ‘UTF-8’... [3s/4s] OK
‘nhdplusTools.Rmd’ using ‘UTF-8’... [16s/56s] OK
‘nhdplushr.Rmd’ using ‘UTF-8’... [92s/136s] OK
‘plot_nhdplus.Rmd’ using ‘UTF-8’... [9s/45s] OK
Flavor: r-oldrel-macos-arm64
Version: 1.2.1
Check: running R code from vignettes
Result: ERROR
Errors in running code in vignettes:
when running code in ‘get_3dhp_data.Rmd’
...
> par(old_par)
> if (Sys.getenv("BUILD_VIGNETTES") != "TRUE") {
+ unlink(work_dir, recursive = TRUE)
+ }
When sourcing ‘get_3dhp_data.R’:
Error: object 'work_dir' not found
Execution halted
when running code in ‘get_data_overview.Rmd’
...
+ utils::unzip(f, exdir = wbd_dir)
+ }
> wbd_gdb <- list.files(wbd_dir, pattern = ".gdb", full.names = TRUE)
> sf::st_layers(wbd_gdb)
When sourcing ‘get_data_overview.R’:
Error: argument datasource should have length 1.
Execution halted
when running code in ‘nhdplushr.Rmd’
...
> plot(c(st_geometry(hr$NHDWaterbody), st_geometry(hr$NHDArea)),
+ col = "cyan", border = "cyan", lwd = 0.25, add = TRUE)
> demo_gpkg <- file.path(work_dir, "demo.gpkg")
> hr <- get_nhdplushr(hr_data_dir, out_gpkg = demo_gpkg)
Failed to create feature 5492 in NHDPlusCatchment
Failed to create feature 582 in NHDPlusCatchment
When sourcing ‘nhdplushr.R’:
‘get_3dhp_data.Rmd’ using ‘UTF-8’... failed
‘get_data_overview.Rmd’ using ‘UTF-8’... failed
‘indexing.Rmd’ using ‘UTF-8’... [5s/9s] OK
‘nhdplusTools.Rmd’ using ‘UTF-8’... [24s/52s] OK
‘nhdplushr.Rmd’ using ‘UTF-8’... failed
‘plot_nhdplus.Rmd’ using ‘UTF-8’... [13s/33s] OK
Flavor: r-oldrel-macos-x86_64