essurvey 1.0.7
CRAN release: 2021-03-22
- CRAN maintenance release. All vignettes are now precompiled to avoid errors when the ESS website breaks for some reason.
-
ess_emailenvironmental variable has been renamed toESS_EMAILto comply with Github Actions standards
essurvey 1.0.6
CRAN release: 2021-01-27
CRAN maintenance release to fix Solaris warnings
Warning in engine$weave(file, quiet = quiet, encoding = enc) : Pandoc (>= 1.12.3) and/or pandoc-citeproc not available. Falling back to R Markdown v1on CRAN. Tested on Rhub and all passes OK, notifying CRAN.Removes automatic citation message when loading package. It’s actually annoying.
essurvey 1.0.5
CRAN release: 2019-12-11
CRAN maintenance release to add more informative message when the status code of the HTTP request of ‘www.europeansocialsurvey.org’ is more than 300.
Minor changes
All tests/examples are now excluded from running on CRAN based on the warning from Brian Ripley:
‘Packages which use Internet resources should fail gracefully with an informative message if the resource is not available (and not give a check warning nor error).’
They are all forced to run on Travis and Appveyor and this is made clear on the cran-comments.md
essurvey 1.0.3
CRAN release: 2019-10-15
Breaking changes
- If you don’t know which format is available for a round/country,
import_*anddownload_*functions now accept a NULL argument which runs through'stata','spss'and'sas'formats automatically. By default,import_*functions have now format set toNULLto automatically try the three different formats. This breaks backward dependency but only slightly where it had ‘stata’ set as default.
New features
- Users can now download SDDF (weight data) for each country/round combination of files. Functions
show_sddf_cntrounds,import_sddf_countryanddownload_sddf_countryare now introduced. For technical purposes,show_sddf_cntroundsneeds for the user to have set their registered ESS email withset_email. [#9]
Minor changes
- Bumps
havento minimum package version 2.1.1 - New package website at https://docs.ropensci.org/essurvey
Internal
-
read_format_datanow tries to read data usinghavenbut falls backs toforeignin case there’s an error. This should only work for SDDF data [#38]. -
read_format_dataandread_sddf_datanow always return a list. Checking the length of data to return a data frame now happens within eachimport_*function.
essurvey 1.0.1
CRAN release: 2018-06-02
Minor release
- Fixes test that checks the number of rounds that each country has. This test was a mistake because the rounds will change as time passes by and precise country rounds shouldn’t be tested.
essurvey 1.0.0
CRAN release: 2018-04-06
The ess package has been renamed to essurvey for a name conflict with Emacs Speaks Statistics (ESS). See R-pkg mailing list, the post related to the release of ess-0-0-1.
Breaking changes
ess_roundsandess_all_roundsare deprecated and will be removed in the next release. Useimport_roundsinstead [#22]ess_countryandess_all_cntroundsare deprecated and will be removed in the next release. Useimport_countriesinstead [#22]The
your_emailargument name ofess_*functions has be changed toess_email[#23]
New features
import_rounds,import_all_roundsanddownload_roundshave been introduced as replacements ofess_roundsandess_all_rounds. Same changes were repeated foress_countryandess_all_cntrounds[#22]set_emailto set your email as environmental variable rather than write it in each call [#23]All requests to the ESS website are now done through HTTPS rather than HTTP [#24]
Add package level documentation [#20]
