On Mon, 17 Jul 2023 08:23:19 +0200
Troels Ring <[email protected]> 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
______________________________________________
[email protected] mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.