asgr
Junior Member

Posts: 56
|
Post by asgr on Feb 22, 2018 20:23:05 GMT 8
It seems ProFit has been removed from CRAN as of 22/02/2018. This is because they have removed support for bioconductor which is used by ProFound, which is a suggested package for ProFit.
In any case, the best method to get ProFit is from GitHub via:
install.packages('devtools') #If you don't already have devtools. Then: install_github('ICRAR/ProFit')
This will always give you the latest version from the main branch on GitHub.
Aaron
|
|