Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.01 KB

File metadata and controls

30 lines (21 loc) · 1.01 KB

Update

This is an update to blscrapeR 4.0.2, which was recently rejected by CRAN due to invalid URLs.

Changes in this version

  • Removed multiple invalid beta.bls.gov hyperlinks in README.md and vignettes, as requested by CRAN maintainers.
  • (From 4.0.2) Fixed multiple bugs in inflation_adjust(): incorrect month_ovr_month_pct_change values, crash on API failure, and a data duplication issue.
  • (From 4.0.2) Updated deprecated tidyr::spread() usages to tidyr::pivot_wider().
  • (From 4.0.2) Removed outdated .travis.yml CI configuration.

Test environments

  • windows-latest (R release)
  • ubuntu-latest (R devel)
  • ubuntu-latest (R release)
  • macos-latest (R release)

R CMD check results

0 errors | 0 warnings | 1 note (future file timestamps)

Notes:

Found the following (possibly) invalid URLs: URL: https://www.bls.gov/ From: DESCRIPTION Status: 403 Message: Forbidden

  • This URL is valid and accessible in a browser. The BLS web server returns 403 to automated/non-browser requests.