RobertsLab / resources

https://robertslab.github.io/resources/
19 stars 11 forks source link

installing package MetStaT in R 4.0 #1042

Closed emmats closed 3 years ago

emmats commented 3 years ago

I'm trying to replicate @shellytrigg 's ASCA pipeline in R v. 4.0.3. It seems that MetStat cannot be installed in this current version of R. Has anyone else dealt with this? Thanks!

sr320 commented 3 years ago

I believe Shelly used https://rud.is/rswitch/

full convo - https://d.pr/i/0ZdYaY

emmats commented 3 years ago

You can also get it directly from github:

install_github is in the library devtools

install_github("cran/MetStat")