Last updated on 2025-07-15 03:50:01 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2.0.12 | 16.66 | 136.14 | 152.80 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 2.0.12 | 0.33 | 2.93 | 3.26 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 2.0.12 | 2.19 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 2.0.12 | 1.60 | ERROR | |||
r-devel-windows-x86_64 | 2.0.12 | 21.00 | 148.00 | 169.00 | OK | |
r-patched-linux-x86_64 | 2.0.12 | 15.95 | 128.61 | 144.56 | OK | |
r-release-linux-x86_64 | 2.0.12 | 14.71 | 128.11 | 142.82 | OK | |
r-release-macos-arm64 | 2.0.12 | 77.00 | OK | |||
r-release-macos-x86_64 | 2.0.12 | 167.00 | OK | |||
r-release-windows-x86_64 | 2.0.12 | 18.00 | 138.00 | 156.00 | ERROR | |
r-oldrel-macos-arm64 | 2.0.12 | 78.00 | OK | |||
r-oldrel-macos-x86_64 | 2.0.12 | 269.00 | OK | |||
r-oldrel-windows-x86_64 | 2.0.12 | 26.00 | 190.00 | 216.00 | OK |
Version: 2.0.12
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Erik W Leppo <Erik.Leppo@tetratech.com>’
No Authors@R field in DESCRIPTION.
Please add one, modifying
Authors@R: c(person(given = "Rebecca",
family = "Murphy",
role = "aut"),
person(given = "Elgin",
family = "Perry",
role = "aut"),
person(given = "Jennifer",
family = "Keisman",
role = "aut"),
person(given = "Jon",
family = "Harcum",
role = "aut"),
person(given = c("Erik", "W"),
family = "Leppo",
role = c("aut", "cre"),
email = "erik.leppo@tetratech.com"))
as necessary.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 2.0.12
Check: package dependencies
Result: ERROR
Package required but not available: ‘dataRetrieval’
See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’
manual.
Flavors: r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 2.0.12
Check: examples
Result: ERROR
Running examples in 'baytrends-Ex.R' failed
The error most likely occurred in:
> ### Name: getUSGSflow
> ### Title: Retrieve USGS daily flow data in a wide format
> ### Aliases: getUSGSflow
> ### Keywords: internal
>
> ### ** Examples
>
> # set retrieval parameters
> yearStart <- 2014
> yearEnd <- 2014
> siteNumber <- c('01578310')
>
> # regular retrieval (default usage)
> df <- getUSGSflow(siteNumber, yearStart, yearEnd)
Error: .onLoad failed in loadNamespace() for 'dataRetrieval', details:
call: httr2::req_perform(check_endpoints_req)
error: HTTP 404 Not Found.
Execution halted
Flavor: r-release-windows-x86_64
Version: 2.0.12
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
--- re-building 'Detrending_Flow_and_Salinity_Data.Rmd' using rmarkdown
Quitting from Detrending_Flow_and_Salinity_Data.Rmd:80-96 [flow1]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error:
! .onLoad failed in loadNamespace() for 'dataRetrieval', details:
call: httr2::req_perform(check_endpoints_req)
error: HTTP 404 Not Found.
---
Backtrace:
▆
1. ├─baytrends::detrended.flow(...)
2. │ └─baytrends::getUSGSflow(...)
3. └─base::loadNamespace(x)
4. └─base (local) runHook(".onLoad", env, package.lib, package)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'Detrending_Flow_and_Salinity_Data.Rmd' failed with diagnostics:
.onLoad failed in loadNamespace() for 'dataRetrieval', details:
call: httr2::req_perform(check_endpoints_req)
error: HTTP 404 Not Found.
--- failed re-building 'Detrending_Flow_and_Salinity_Data.Rmd'
--- re-building 'Processing_Censored_Data.Rmd' using rmarkdown
--- finished re-building 'Processing_Censored_Data.Rmd'
SUMMARY: processing the following file failed:
'Detrending_Flow_and_Salinity_Data.Rmd'
Error: Vignette re-building failed.
Execution halted
Flavor: r-release-windows-x86_64