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

RxODE not available on CRAN to download #376

Closed sfreidy0 closed 3 years ago

sfreidy0 commented 3 years ago

Hi,

I was working on a project in RxODE but there was an issue where I had to uninstall and re-install R. I am trying to reinstall RxODE but it's not available on CRAN. I saw the previous comments about resubmission, Do you know when it would be available again? if not, is there a way to downloaded from somewhere else?

mattfidler commented 3 years ago

It is being reviewed by CRAN again, https://lockedata.github.io/cransays/articles/dashboard.html shows 4 days in review. Its been in a few rounds of review. In short, I am unsure how long it will take for this review. Nor do I know if they will ask for additional changes. During the review the status went from the folder "newbies" to "pending". My guess "pending" means it has to run a very specialized R (USBAN/SAN for instance) and make sure there are no issues. I make this assumption because nothing has been sent to us on our end (I think the "pending" folder means that right now).

In the mean time you can always get from github:

remotes::install_devtools("nlmixrdevelopment/RxODE")
sfreidy0 commented 3 years ago

Thank you for your prompt reply. I get the error message below when I tried your suggestion. Am I missing something? do I need to do something else before I run the command? " remotes::install_devtools("nlmixrdevelopment/RxODE") Error: 'install_devtools' is not an exported object from 'namespace:remotes'"

mattfidler commented 3 years ago

That is my mistake it should be:

remotes::install_github("nlmixrdevelopment/RxODE")
sfreidy0 commented 3 years ago

Thank you for your help. I downloaded the package but I am getting this message: RxODE 1.0.3 using 2 threads (see ?getRxThreads) no cache: create with rxCreateCache() What can I do?

mattfidler commented 3 years ago

You can either run RxODE as normal, or create a cache to speed up some processing. If you create a cache, you can always clean the cache with rxClean()