Releases: CeLSIUS-UCL/celsiuslids
Releases · CeLSIUS-UCL/celsiuslids
Release list
celsiuslids 1.1.2
Maintenance release; no functional changes.
- Regenerated package documentation
- Removed unused dependencies (digest, jsonlite)
- Tidied the licence file
- Completed citation and archive metadata (DOI, funder, related works)
celsiuslids 1.1.1
What's new in 1.1.1
- Citation metadata. Added
CITATION.cffand.zenodo.jsonso the software can be archived and cited via a DOI. No functional changes since 1.1.0.
Install: remotes::install_github("CeLSIUS-UCL/celsiuslids@v1.1.1") | latest: remotes::install_github("CeLSIUS-UCL/celsiuslids")
celsiuslids 1.1.0
What's new in 1.1.0
- Multi-entry tables. Tables that can legitimately hold more than one record per LS member now generate a random number of rows per
CORENO(1-5), with everyCORENOappearing at least once and a per-table ceiling of 600,000 rows. All other tables keep exactly one row perCORENO. Affected tables:NM71,NM81,NM91,NM01,NM11,NM21,EMBR,CANC,LBSM,SBSM,IDMI,WDOW,ENLS,REEN,LBSF,SBSF. - Lower-case output names. Variable names in downloaded files are now lower case while keeping the upper-case
_LIDSsuffix (e.g.VAR1->var1_LIDS). The in-app preview, selection menus, and table/file names are unchanged. - New warnings. On Generate, the app warns when a selected table can hold multiple records per
CORENO, and when the per-table 600,000-row ceiling can be reached.
Install: remotes::install_github("CeLSIUS-UCL/celsiuslids@v1.1.0") | latest: remotes::install_github("CeLSIUS-UCL/celsiuslids")
celsiuslids 1.0.0
Initial release.
Install this version: remotes::install_github("CeLSIUS-UCL/celsiuslids@v1.0.0")