Last updated on 2024-09-20 19:49:17 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.2.1 | 12.77 | 191.57 | 204.34 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.2.1 | 8.57 | 141.11 | 149.68 | 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 | 13.52 | 180.98 | 194.50 | OK | |
r-release-linux-x86_64 | 1.2.1 | 12.89 | 182.83 | 195.72 | 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 | 15.00 | 185.00 | 200.00 | NOTE | |
r-oldrel-macos-arm64 | 1.2.1 | 95.00 | NOTE | |||
r-oldrel-macos-x86_64 | 1.2.1 | 1024.00 | ERROR | |||
r-oldrel-windows-x86_64 | 1.2.1 | 19.00 | 222.00 | 241.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
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