A minimal R package to retrieve data from Neptune Database
============
library(devtools)
install_github("plannapus/NSBcompanion")
Alternatively:
download.file("https://github.com/plannapus/NSBcompanion/releases/download/v2.2/NSBcompanion_2.2.tar.gz","NSBcompanion_2.2.tar.gz")
install.packages("NSBcompanion_2.2.tar.gz",repos=NULL,type="source")