tpq / propr

[OFFICIAL] [CoDA] An R package to calculate proportionality and other measures for compositional data
69 stars 10 forks source link

How do we download and install? #47

Closed mpage21 closed 3 months ago

mpage21 commented 3 months ago

This might be a silly question, but how do I download and install propr? It seems it was removed from the CRAN repository in 2022: https://cran.r-project.org/package=propr, so I'm just wondering how I'm now supposed to download and install this. Thank you for your help

tpq commented 3 months ago

Yes, sorry! We are in the process of up-lifting the software and getting it back on CRAN.

You can still install it directly from GitHub via

install.packages("devtools")
devtools::install_github("tpq/propr")
mpage21 commented 3 months ago

Thank you!