Skip to content

bryanhanson/SpecHelpers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to install SpecHelpers

To install from CRAN:

install.packages("SpecHelpers")
library("SpecHelpers")

To install from Github using R:

install.packages("devtools")
library("devtools")
install_github(repo = "bryanhanson/SpecHelpers@master")
library("SpecHelpers")

If you use @devel you can get the development branch if it is available (and there may be other branches out there too). Development branches have new, possibly incompletely tested features. They may may also not be ready to pass checks and thus may not install automatically using the method above. Check the news file to see what's up. If you are interested in a particular feature in the devel branch, you can probably just grab the function of interest and source it into an existing package installation.

Questions? hanson@depauw.edu

About

Spectroscopy Related Uilities

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages