rdhs (development version)
rdhs 0.8.2
- Spatial boundaries will be cached using the DHS client (#122)
rdhs 0.8.1
-
Convert DHS dataset flat file data dictionaries to UTF-8. This addresses parsing parsing issue that arose following R 4.3.0 (#146).
In doing so, it addresses issue of accents in variable and value labels not being parsed correctly.
rdhs 0.8.0
- Update for deprecation of spatial infrastructure (#145).
- All geographic datasets are parsed using
sf::read_sf(previouslyrgdal::readOGR)
rdhs 0.7.6
- Authentication patch for downloading datasets (#120)
rdhs 0.7.5
-
download_boundariespatch (#138) for pause when downloading survey boundaries. Set default sleep to 5 seconds to avoid timeout.
rdhs 0.7.4
-
available_datasetspatch (#131) for new version ofqdapRegexon CRAN
rdhs 0.7.3
- Reference internal access to
model_datasetswithrdhs::model_datasetsto avoid errors ifrdhsnamespace is not loaded.
rdhs 0.7.2
-
available_datasetspatch (#115)
rdhs 0.7.1
-
Remove class
"dhs_dataset"from downloaded micro data sets. This class is not anywhere and it creates an error for dplyr_v1.0.Cached datasets will need to be re-downloaded after updating to clear the dhs_dataset clas.
Replace
readLines()withbrio::read_lines()to make parsers robust to Windows encoding issues (similar to https://stackoverflow.com/questions/18789330/r-on-windows-character-encoding-hell).Use
"sf"as default download method fordownload_boundaries(..., method = "sf"). Add argumentsquiet_downloadandquiet_parse = TRUEtodownload_boundaries().quiet_download(defaultFALSE) controlsdownload.file()messages.quiet_parse(defaultTRUE) controls messages fromsf::st_read()whenmethod = "sf".
rdhs 0.7.0
- Add CITATION info.
- New
download_boundariesfor downloading spatial boundaries using (#71) - New
dhs_gps_data_formatfor DHS GPS Information (#74) - Tibbles can be specified correctly as data.frame format (#89)
- Config creation on Windows 10 fixed (#91)
- Typos and messaging fixed (#78, #84, #87, #92)
-
unzip_specialcorrectly detects 4Gb files (#43)
rdhs 0.6.3
- Addresses CRAN fail on windows
- New
delabel_dffor converting labelled data frames to characters (#54)
rdhs 0.6.2
- Duplicate labels when parsing flat data files corrected (#79)
rdhs 0.6.0
New
as_factor.labelledfor backward compatibility withhaven <2.0.0labelledclasses.model_datasetsnow internal and exported dataset (#60).
rdhs 0.5.2
New vignettes:
country_codesDocumentation typos corrected (#55)
rdhs 0.5.0
New
set_rdhs_configfor providing login credentials. This deprecatesset_dhs_credentials.New
get_rdhs_configshows the credentials currently used byrdhs
rdhs 0.4.0
Permissionn from user now required for file saving.
API requests can now ignore any cached responses (
force = TRUE) argument (#23):
dat <- dhs_countries(force = TRUE)rdhs 0.3.0
- New
dhs_data(),dhs_countries()and other API functions (dhs_x()).
rdhs 0.2.1
-
authenticate_dhs()now works with short project names.
rdhs 0.2.0
New vignettes:
anemiaNew
read_dhs_flat()for reading flat datasets.
