Last updated on 2025-07-15 23:51:49 CEST.
Package | ERROR | NOTE | OK |
---|---|---|---|
baytrends | 2 | 1 | 10 |
Current CRAN status: ERROR: 2, NOTE: 1, OK: 10
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.
Flavor: r-devel-linux-x86_64-debian-clang
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