Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 501 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 501 Bytes

NSBcompanion

DOI

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