Skip to contents

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')