dynverse / dynmethods

A collection of 50+ trajectory inference methods within a common interface 📥📤
https://dynverse.org
Other
118 stars 26 forks source link

Package ‘dynmethods’ is not available (for R version 4.0.0) #164

Open ChonkyPotato opened 4 years ago

ChonkyPotato commented 4 years ago

HI,

Just wondering if there is a new release? or if there is a way to work around this?

rcannood commented 4 years ago

Hello ChonkyPotato!

dynmethods is currently not yet published on CRAN. You need to install it from Github using devtools:

install.packages("devtools")
devtools::install_github("dynverse/dynmethods")

Does this solve your problem?

Kind regards, Robrecht