{"id":14066663,"url":"https://github.com/NCEAS/datamgmt","last_synced_at":"2025-07-29T23:31:56.544Z","repository":{"id":48971235,"uuid":"118188356","full_name":"NCEAS/datamgmt","owner":"NCEAS","description":"Data management utilities for curating, documenting, and publishing data.","archived":false,"fork":false,"pushed_at":"2023-06-03T01:50:30.000Z","size":1820,"stargazers_count":14,"open_issues_count":21,"forks_count":13,"subscribers_count":19,"default_branch":"main","last_synced_at":"2025-04-05T23:05:12.875Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://nceas.github.io/datamgmt/","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/NCEAS.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-01-19T23:02:42.000Z","updated_at":"2025-03-22T08:14:31.000Z","dependencies_parsed_at":"2024-08-13T07:11:19.661Z","dependency_job_id":"d6353445-32c8-45ec-9dbb-a32094a96e9f","html_url":"https://github.com/NCEAS/datamgmt","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/NCEAS/datamgmt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NCEAS%2Fdatamgmt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NCEAS%2Fdatamgmt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NCEAS%2Fdatamgmt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NCEAS%2Fdatamgmt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NCEAS","download_url":"https://codeload.github.com/NCEAS/datamgmt/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NCEAS%2Fdatamgmt/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267780007,"owners_count":24143201,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-29T02:00:12.549Z","response_time":2574,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-13T07:05:12.484Z","updated_at":"2025-07-29T23:31:56.018Z","avatar_url":"https://github.com/NCEAS.png","language":"R","funding_links":[],"categories":["R"],"sub_categories":[],"readme":"# datamgmt\n### *Data management utilities for curating, documenting, and publishing data*\n[![R build status](https://github.com/NCEAS/datamgmt/workflows/R-CMD-check/badge.svg)](https://github.com/NCEAS/datamgmt/actions)\n[![Build Status](https://travis-ci.org/NCEAS/datamgmt.svg?branch=master)](https://travis-ci.org/NCEAS/datamgmt)\n[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/datamgmt)](https://cran.r-project.org/package=datamgmt)\n\n- **Authors**: NCEAS Data Science Fellows\n- **License**: [Apache 2.0](https://opensource.org/licenses/Apache-2.0)\n- [Package source code on GitHub](https://github.com/NCEAS/datamgmt)\n- [**Submit bugs and feature requests**](https://github.com/NCEAS/datamgmt/issues)\n\nThe *datamgmt* R package supports management of data packages on the [Arctic Data Center](https://arcticdata.io/) (ADC) and [State of Alaska's Salmon and People](https://alaskasalmonandpeople.org/) (SASAP) data portals. \n\n\n## Installing\n\nYou can install the development version from GitHub with:\n\n```{r}\n# install.packages(\"remotes\")\nremotes::install_github(\"NCEAS/datamgmt\")\n```\n\n\n## Contributing\n\n- Submit suggestions or bugs as [Issues](https://github.com/NCEAS/arcticdatautils/issues).\n- For pull requests, target the `master` branch\n- Follow the [tidyverse style conventions](http://style.tidyverse.org/), with the following specific style preferences: \n    - use underscore for all variable names unless referring to an EML object (e.g., otherEntity, publicationDate, etc.)\n    - include argument checks in the form of `stopifnot()` statements for all functions\n- Before submitting a pull request, please update documentation, check package, and run tests:\n    - use `devtools::check()`\n    - fix any ERRORs and test failures to ensure the Travis CI build passes\n\n\n## Errors\n\nThe `create_attributes_table()` function sometimes returns the following error:\n```\nWarning: Error in safeFromJSON: Argument 'txt' is not a valid JSON string.\n  [No stack trace available]\nError in safeFromJSON(charData, simplifyVector = FALSE) : \n  Argument 'txt' is not a valid JSON string.\n  ```  \nIt 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.\n\n\n## Acknowledgements\n\nWork on this package was supported by:\n\n- The Arctic Data Center: NSF-PLR grant #1546024 to M. B. Jones, S. Baker-Yeboah, J. Dozier, M. Schildhauer, and A. Budden\n\nAdditional 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.\n\n[![nceas_footer](https://www.nceas.ucsb.edu/files/newLogo_0.png)](http://www.nceas.ucsb.edu)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FNCEAS%2Fdatamgmt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FNCEAS%2Fdatamgmt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FNCEAS%2Fdatamgmt/lists"}