Skip to content

A minimal R package to retrieve data from Neptune Database

License

Notifications You must be signed in to change notification settings

plannapus/NSBcompanion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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