asgr
Junior Member

Posts: 56
|
Post by asgr on Mar 9, 2018 22:45:36 GMT 8
Hi All, ProFit and ProFound are now both back on CRAN! You can see details at: CRAN.R-project.org/package=ProFitCRAN.R-project.org/package=ProFoundYou can install within R by: install.packages(‘ProFit’) install.packages(‘ProFound’) The bleeding edge version are always available on GitHub, where in R you can install directly from there too: library(devtools) install_github('asgr/ProFound') install_github('ICRAR/ProFit’) The CRAN version will come as prebuilt binaries for many platforms (certainly Windows and OSX), so the CRAN route will be easier for R novices in general (and is what I usually point students towards). Cheers, Aaron
|
|