Last updated on 2025-07-09 00:48:21 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2.0.12 | 16.86 | 135.34 | 152.20 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 2.0.12 | 11.11 | 90.44 | 101.55 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 2.0.12 | 252.04 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 2.0.12 | 242.09 | OK | |||
r-devel-windows-x86_64 | 2.0.12 | 21.00 | 148.00 | 169.00 | OK | |
r-patched-linux-x86_64 | 2.0.12 | 17.89 | 128.09 | 145.98 | OK | |
r-release-linux-x86_64 | 2.0.12 | 16.13 | 128.37 | 144.50 | 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 | 20.00 | 153.00 | 173.00 | OK | |
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: examples
Result: ERROR
Running examples in ‘baytrends-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### 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)
Warning in dataRetrieval::readNWISdv(siteNumber[i], parameterCd, dateStart, :
NWIS servers are slated for decommission. Please begin to migrate to read_waterdata_daily.
GET: https://waterservices.usgs.gov/nwis/dv/?site=01578310&format=waterml%2C1.1&ParameterCd=00060&StatCd=00003&startDT=2014-01-01&endDT=2014-12-31
Error in `httr2::req_perform()`:
! Failed to perform HTTP request.
Caused by error in `curl::curl_fetch_memory()`:
! Timeout was reached [waterservices.usgs.gov]:
Connection timed out after 10002 milliseconds
Backtrace:
▆
1. └─baytrends::getUSGSflow(siteNumber, yearStart, yearEnd)
2. └─dataRetrieval::readNWISdv(...)
3. └─dataRetrieval::importWaterML1(url, asDateTime = FALSE)
4. └─dataRetrieval:::check_if_xml(obs_url)
5. └─dataRetrieval::getWebServiceData(obs_url, encoding = "gzip")
6. └─httr2::req_perform(obs_url)
7. └─httr2:::handle_resp(req, resp, error_call = error_call)
8. └─rlang::cnd_signal(resp)
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
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]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
NULL
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'Detrending_Flow_and_Salinity_Data.Rmd' failed with diagnostics:
Failed to perform HTTP request.
Caused by error in `curl::curl_fetch_memory()`:
! Timeout was reached [waterservices.usgs.gov]:
Connection timed out after 10001 milliseconds
--- 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-devel-linux-x86_64-debian-gcc