[R] nlmixr2 installation problems

Ivan Krylov kry|ov@r00t @end|ng |rom gm@||@com
Mon Jul 17 09:13:48 CEST 2023


On Mon, 17 Jul 2023 08:23:19 +0200
Troels Ring <tring using gvdnet.dk> wrote:

> install.packages("openssl",dependencies=TRUE,type="source") and
> likewise for sass resulted in a lengthy compilation and installation
> process ending happily, however, after which
> 
> install.packages("nlmixr2",dependencies=TRUE)
> 
> appeared to do as expected
> 
> Strange only, that RStudio doesn't suggest the type="source" by itself

It sounds like R was using utils::askYesNo() to confirm whether you'd
like to install newer source packages, but the pop-up window was lost
behind the RStudio window. Unfortunately, this doesn't seem to be
something that an R front-end could handle on its end.

Glad you solved the problem anyway.

-- 
Best regards,
Ivan



More information about the R-help mailing list