Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 1.05 KB

File metadata and controls

24 lines (15 loc) · 1.05 KB

arcticdatautils

Travis build status

The arcticdatautils package contains code for doing lots of useful stuff that's too specific for the dataone package:

  • Inserting large numbers of files into a Metacat Member Node
  • High-level dataone wrappers for working with Objects and Data Packages that streamline Arctic Data Center operations

Note: The package is intended to be used by NCEAS staff and may not make much sense to others.

Installing

We recommend installing from the latest release (aka tag) instead of from master. Install the latest release with the remotes package:

remotes::install_github("nceas/arcticdatautils@*release")

If you're feeling adventurous, you can install from the bleeding edge:

remotes::install_github("nceas/arcticdatautils")