{"id":19740138,"url":"https://github.com/nceas/arcticdatautils","last_synced_at":"2025-04-30T05:32:49.757Z","repository":{"id":43093881,"uuid":"59154705","full_name":"NCEAS/arcticdatautils","owner":"NCEAS","description":"Utility functions in R for processing data for the Arctic Data Center","archived":false,"fork":false,"pushed_at":"2024-07-09T17:44:57.000Z","size":1529,"stargazers_count":10,"open_issues_count":27,"forks_count":20,"subscribers_count":8,"default_branch":"main","last_synced_at":"2024-07-09T22:21:30.997Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://nceas.github.io/arcticdatautils/","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":"2016-05-18T22:06:41.000Z","updated_at":"2024-07-09T17:45:03.000Z","dependencies_parsed_at":"2024-07-09T21:59:57.747Z","dependency_job_id":"d078c3b9-2925-449c-b498-1d55a87d8189","html_url":"https://github.com/NCEAS/arcticdatautils","commit_stats":null,"previous_names":[],"tags_count":26,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NCEAS%2Farcticdatautils","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NCEAS%2Farcticdatautils/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NCEAS%2Farcticdatautils/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NCEAS%2Farcticdatautils/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NCEAS","download_url":"https://codeload.github.com/NCEAS/arcticdatautils/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224198937,"owners_count":17272188,"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","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-11-12T01:19:41.230Z","updated_at":"2024-11-12T01:19:41.896Z","avatar_url":"https://github.com/NCEAS.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"# arcticdatautils\n[![R build status](https://github.com/NCEAS/arcticdatautils/workflows/R-CMD-check/badge.svg)](https://github.com/NCEAS/arcticdatautils/actions)\n\n[![Travis build status](https://travis-ci.org/NCEAS/arcticdatautils.svg?branch=master)](https://travis-ci.org/NCEAS/arcticdatautils)\n\nThe `arcticdatautils` package contains code for doing lots of useful stuff that's too specific for the [dataone](https://github.com/DataONEorg/rdataone) package:\n\n- Inserting large numbers of files into a Metacat Member Node\n- High-level [dataone](https://github.com/DataONEorg/rdataone) wrappers for working with Objects and Data Packages that streamline Arctic Data Center operations\n\nNote: The package is intended to be used by NCEAS staff and may not make much sense to others.\n\n## Installing\n\nTo install the latest version of this package we recommend installing from Github:\n\n```r\n\nremotes::install_github(\"nceas/arcticdatautils@main\")\n\n```\n\n## Contributing\n\n- Please submit suggestions or bugs as [Issues](https://github.com/NCEAS/arcticdatautils/issues).\n- Pull Requestss (PR) should target the `master` branch\n- Before submitting a PR, please:\n  - Re-document and commit any `*.Rd` file changes\n    \u003e `devtools::document()`\n  - R CMD CHECK and fix any issues related to your changes\n    \u003e `devtools::check()`\n  - Run the tests and make sure they all pass\n    \u003e `devtools::test()`\n\n## Support\n\n- Explore the pkgdown site for documentation: https://nceas.github.io/arcticdatautils/\n- Please submit bugs or other comments as [Issues](https://github.com/NCEAS/arcticdatautils/issues)\n- Maintainers of the package are @jeanetteclark and @jagoldstein\n\n## Testing\n\nNote: The test suite contains a set of tests that call out to a remote server and whether or not these tests are run depends on whether `is_token_set()` returns true which just checks whether the `dataone_test_token` option is set.\n\nIf you don't want to run integration tests:\n\n```r\ndevtools::test()\n```\n\nIf you *do* want to run integration tests\n\n1. Visit [https://test.arcticdata.io](https://test.arcticdata.io)\n2. Log in\n3. Navigate to My Profile \u003e Settings \u003e Authentication Token\n4. Click the \"Token for DataONE R\" tab\n5. Copy the code snippet\n6. Modify the first line in the snippet below:\n\n```r\noptions(dataone_test_token = \"{YOUR_TOKEN_HERE}\") # \u003c- Modify this line\ndevtools::test()\n```\n\n\u003cdiv\u003e\n\u003cp align=\"center\"\u003e \u003ca href=\"https://www.nceas.ucsb.edu/\"\u003e \u003cimg  src=\"https://www.nceas.ucsb.edu/files/logos/NCEAS/NCEAS-full%20logo-4C.jpg\" width=\"250px\" align=\"center\" /\u003e\u003c/a\u003e \u003ca rel=\"license\" href=\"http://creativecommons.org/licenses/by-sa/4.0/\"\u003e\u003cimg alt=\"Creative Commons License\" style=\"border-width:0\" src=\"https://i.creativecommons.org/l/by-sa/4.0/88x31.png\"  /\u003e \u003c/p\u003e\n\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnceas%2Farcticdatautils","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnceas%2Farcticdatautils","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnceas%2Farcticdatautils/lists"}