Coder Social home page Coder Social logo

csjx / arcticdatautils Goto Github PK

View Code? Open in Web Editor NEW

This project forked from nceas/arcticdatautils

0.0 0.0 0.0 1.4 MB

Utility functions in R for processing data for the Arctic Data Center

Home Page: https://nceas.github.io/arcticdatautils/

License: Apache License 2.0

R 89.03% XSLT 10.97%

arcticdatautils's Introduction

arcticdatautils

R build status

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

To install the latest version of this package we recommend installing from Github:

remotes::install_github("nceas/arcticdatautils@main")

Contributing

  • Please submit suggestions or bugs as Issues.
  • Pull Requestss (PR) should target the master branch
  • Before submitting a PR, please:
    • Re-document and commit any *.Rd file changes

      devtools::document()

    • R CMD CHECK and fix any issues related to your changes

      devtools::check()

    • Run the tests and make sure they all pass

      devtools::test()

Support

Testing

Note: 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.

If you don't want to run integration tests:

devtools::test()

If you do want to run integration tests

  1. Visit https://test.arcticdata.io
  2. Log in
  3. Navigate to My Profile > Settings > Authentication Token
  4. Click the "Token for DataONE R" tab
  5. Copy the code snippet
  6. Modify the first line in the snippet below:
options(dataone_test_token = "{YOUR_TOKEN_HERE}") # <- Modify this line
devtools::test()

arcticdatautils's People

Contributors

amoeba avatar jeanetteclark avatar dmullen17 avatar kristenpeach avatar emilyodean avatar rachelsun97 avatar isteves avatar drkrynstrng avatar eeerika avatar mbjones avatar robyngit avatar areevesman avatar laurenwalker avatar sharisochs avatar thomasthelen avatar maier-m avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.