/rpkg-naoutils

naoutils: An R package with helper functions for the NAO team

Primary LanguageROtherNOASSERTION

naoutils: R package with helper functions for the NAO Team

Install from within R using the remotes package.

From GitHub:

# install.packages('remotes')
remotes::install_github('naobservatory/rpkg-naoutils')

From a local copy of this repo:

remotes::install_local('path/to/rpkg-naoutils')