Last updated on 2025-09-09 01:49:33 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.6.0 | 2.49 | 70.31 | 72.80 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.6.0 | 1.82 | 49.75 | 51.57 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.6.0 | 78.07 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.6.0 | 118.78 | OK | |||
r-devel-windows-x86_64 | 0.6.0 | 10.00 | 275.00 | 285.00 | OK | |
r-release-linux-x86_64 | 0.6.0 | 2.56 | 66.84 | 69.40 | OK | |
r-release-macos-arm64 | 0.6.0 | 204.00 | OK | |||
r-release-macos-x86_64 | 0.6.0 | 248.00 | OK | |||
r-release-windows-x86_64 | 0.6.0 | 9.00 | 344.00 | 353.00 | OK | |
r-oldrel-macos-arm64 | 0.6.0 | 351.00 | NOTE | |||
r-oldrel-macos-x86_64 | 0.6.0 | 260.00 | NOTE | |||
r-oldrel-windows-x86_64 | 0.6.0 | 8.00 | 315.00 | 323.00 | NOTE |
Version: 0.6.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [9s/84s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(StreamCatTools)
>
> test_check("StreamCatTools")
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 66 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-lc_get_comid.R:8:3'): lc_get_comid for sample coordinates ──────
<packageNotFoundError/error/condition>
Error in `loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])`: there is no package called 'arrow'
Backtrace:
▆
1. ├─StreamCatTools::lc_get_comid(lakes) at test-lc_get_comid.R:8:3
2. │ ├─base::do.call(...)
3. │ └─base::lapply(...)
4. │ └─StreamCatTools (local) FUN(X[[i]], ...)
5. └─base::loadNamespace(x)
6. ├─base::namespaceImportFrom(...)
7. │ └─base::asNamespace(ns)
8. └─base::loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
9. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL)
10. └─base (local) withOneRestart(expr, restarts[[1L]])
11. └─base (local) doWithOneRestart(return(expr), restart)
── Error ('test-sc_get_comid.R:7:3'): sc_get_comid for sample gage coordinates ──
<packageNotFoundError/error/condition>
Error in `loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])`: there is no package called 'arrow'
Backtrace:
▆
1. ├─StreamCatTools::sc_get_comid(...) at test-sc_get_comid.R:7:3
2. │ ├─base::do.call(...)
3. │ └─base::lapply(...)
4. │ └─StreamCatTools (local) FUN(X[[i]], ...)
5. └─base::loadNamespace(x)
6. ├─base::namespaceImportFrom(...)
7. │ └─base::asNamespace(ns)
8. └─base::loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
9. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL)
10. └─base (local) withOneRestart(expr, restarts[[1L]])
11. └─base (local) doWithOneRestart(return(expr), restart)
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 66 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 0.6.0
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
--- re-building ‘Applications.Rmd’ using rmarkdown
Quitting from Applications.Rmd:31-49 [wshd]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `loadNamespace()`:
! there is no package called 'arrow'
---
Backtrace:
▆
1. └─base::loadNamespace(x)
2. ├─base::namespaceImportFrom(...)
3. │ └─base::asNamespace(ns)
4. └─base::loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
5. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL)
6. └─base (local) withOneRestart(expr, restarts[[1L]])
7. └─base (local) doWithOneRestart(return(expr), restart)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'Applications.Rmd' failed with diagnostics:
there is no package called 'arrow'
--- failed re-building ‘Applications.Rmd’
--- re-building ‘Introduction.Rmd’ using rmarkdown
[WARNING] Deprecated: --no-highlight. Use --syntax-highlighting=none instead.
--- finished re-building ‘Introduction.Rmd’
--- re-building ‘LakeCat.Rmd’ using rmarkdown
Quitting from LakeCat.Rmd:73-79 [comids]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `loadNamespace()`:
! there is no package called 'arrow'
---
Backtrace:
▆
1. ├─StreamCatTools::lc_get_comid(dd)
2. │ ├─base::do.call(...)
3. │ └─base::lapply(...)
4. │ └─StreamCatTools (local) FUN(X[[i]], ...)
5. └─base::loadNamespace(x)
6. ├─base::namespaceImportFrom(...)
7. │ └─base::asNamespace(ns)
8. └─base::loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
9. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL)
10. └─base (local) withOneRestart(expr, restarts[[1L]])
11. └─base (local) doWithOneRestart(return(expr), restart)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'LakeCat.Rmd' failed with diagnostics:
there is no package called 'arrow'
--- failed re-building ‘LakeCat.Rmd’
SUMMARY: processing the following files failed:
‘Applications.Rmd’ ‘LakeCat.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 0.6.0
Check: installed package size
Result: NOTE
installed size is 5.1Mb
sub-directories of 1Mb or more:
doc 4.4Mb
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64