README.md

datamgmt

Data management utilities for curating, documenting, and publishing data

R build status 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.

Installing

You can install the development version from GitHub with:

# install.packages("remotes")
remotes::install_github("NCEAS/datamgmt")

Contributing

Errors

The create_attributes_table() function sometimes returns the following error: Warning: Error in safeFromJSON: Argument 'txt' is not a valid JSON string. [No stack trace available] Error in safeFromJSON(charData, simplifyVector = FALSE) : Argument 'txt' is not a valid JSON string. It is probably because your version of httpuv is incompatible. Run devtools::install_version("httpuv", "1.4.3") and restart your R session and try running the code again. Downgrading to version 1.4.3 usually solves the issue. However, you can also try upgrading to the latest release of httpuv. It is also possible that this is a browser issue. Try switching your browser if this does not work.

Acknowledgements

Work on this package was supported by:

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



NCEAS/datamgmt documentation built on June 5, 2023, 6:14 a.m.