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/v3.1/NSBcompanion_3.1.tar.gz","NSBcompanion_3.1.tar.gz")
install.packages("NSBcompanion_3.1.tar.gz",repos=NULL,type="source")