xia-lab / OptiLCMS

R package for optimized LC-MS spectra processing
Other
21 stars 4 forks source link

package ‘OptiLCMS’ is not available for this version of R #1

Open shuzhao-li opened 4 years ago

shuzhao-li commented 4 years ago

install.packages("OptiLCMS") Tried this R 4.0.0 and 4.0.3. Both errored: package ‘OptiLCMS’ is not available for this version of R

oolonek commented 3 years ago

@xia-lab Any plan on making OptiLCMS available for R 4.0 ?

tew42 commented 3 years ago

@oolonek While I'm having my own issues with it, installation was not one of them (I'm on R 4.0.3) -- just get the development version from GitHub:

# Latest features could only be obtained from this approach, make sure 'devtools' installed first
devtools::install_github("xia-lab/OptiLCMS", build = TRUE, build_vignettes = FALSE, build_manual =T)