nlmixrdevelopment / RxODE

RxODE is an R package that facilitates easy simulations in R
https://nlmixrdevelopment.github.io/RxODE/
GNU General Public License v3.0
54 stars 14 forks source link

Failed to install #492

Open gbygbygby opened 3 weeks ago

gbygbygby commented 3 weeks ago

Can't be installed on R 4.4.1

install.packages("RxODE") Warning in install.packages : package ‘RxODE’ is not available for this version of R

A version of this package for your version of R might be available elsewhere, see the ideas at https://cran.r-project.org/doc/manuals/r-patched/R-admin.html#Installing-packages

mattfidler commented 3 weeks ago

You could try rxode2:

install.packages("rxode2")