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')
naoutils: An R package with helper functions for the NAO team
RNOASSERTION
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')