Changelog
Source:NEWS.md
icpsrdata 0.4.0
CRAN release: 2019-05-24
- Update for revisions to ICPSR website
- Allows email and password to be stored in
.Renviron
for those with a strong preference for keeping account information there. Saving login information in.Rprofile
still works as before.
icpsrdata 0.3.0
CRAN release: 2016-12-08
Provides better default for delete_zip
argument; corrects documentation.
icpsrdata 0.2.0
CRAN release: 2016-10-20
- User-facing revisions
- Allows, if the needed login information has not been saved in the user’s
.Rprofile
, for this information to be entered interactively; the information is then saved for the duration of the current session - Permits users to reset any login information saved for the current session by switching the argument
reset
toTRUE
- No longer depends on the Firefox browser
- Allows, if the needed login information has not been saved in the user’s
- Internal revisions
- Uses
rvest
rather thanRSelenium
to navigate the ICPSR download process - Uses
purrr::walk
rather than afor
loop to iterate over multiple file requests
- Uses