NEWS
FFdownload 1.1.1 (2023-10-12)
- Release to CRAN after previous package version has been archived due to a broken travis link.
FFdownload 1.1
- Resubmit to CRAN
- Added possibility to create list of tibbles rather than list of xts. Also added appropriate vignettes.
FFdownload 1.0.6 (2021-05-27)
- Resubmit to CRAN
- Corrected variable names to not be similar to a corresponding command (FFdownload -> FFdata, tempdir -> tempd). This is potentially a breaking change, so I additionally included a warning message when the package is loaded.
- Also corrected date in converter for annual data to Dec of each year.
- Additionally fixed the download/download_only problem which now should be working
FFdownload 1.0.5 (2020-10-29)
- Resubmit to CRAN
- Fixed too long line in commented example
FFdownload 1.0.4
- Resubmit to CRAN
- wraped examples that download in
donttest{}
but because cran tests this anyway (see https://stackoverflow.com/questions/63693563/issues-in-r-package-after-cran-asked-to-replace-dontrun-by-donttest) I also commented the second example which takes some time out (as dontrun()
seems to also not being liked on cran)
FFdownload 1.0.3
FFdownload 1.0.2
- Added a
NEWS.md
file to track changes to the package.
- Added slight changes suggested by CRAN