Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.74 KB

README.md

File metadata and controls

36 lines (24 loc) · 1.74 KB

datamgmt

Data management utilities for curating, documenting, and publishing data

Build Status CRAN_Status_Badge

The datamgmt R package supports management of data packages on the Arctic Data Center (ADC) and State of Alaska's Salmon and People (SASAP) data portals.

Installation

You can install the development version from github with:

# install.packages("devtools")

devtools::install_github("NCEAS/datamgmt")

Style

We generally follow the tidyverse style conventions, with the following specific style preferences:

  • underscore for all variable names unless referring to an EML object (i.e. otherEntity, publicationDate, etc.)
  • all functions should include argument checks in the form of stopifnot statements

Acknowledgements

Work on this package was supported by:

  • The Arctic Data Center: NSF-PLR grant #1546024 to M. B. Jones, S. Baker-Yeboah, J. Dozier, M. Schildhauer, and A. Budden

Additional support was provided by the National Center for Ecological Analysis and Synthesis, a Center funded by the University of California, Santa Barbara, and the State of California.

nceas_footer