Problem solved, I think:

issuing

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

Best wishes

Troels

Den 17-07-2023 kl. 07:54 skrev Troels Ring:
Thanks a lot - I was not offered the opportunity to recompile - the
system just stopped. Also, today trying

install.packages("sass") Installing package into
‘C:/Users/Admin/AppData/Local/R/win-library/4.3’ (as ‘lib’ is
unspecified) also installing the dependencies ‘digest’, ‘base64enc’,
‘fastmap’, ‘ellipsis’, ‘fs’, ‘htmltools’, ‘rappdirs’ There is a binary
version available but the source version is later: binary source
needs_compilation sass 0.4.6 0.4.7 TRUE - and nothing further - so
definitely not a nlmixr2 issue, right? Best wishes Troels

Den 16-07-2023 kl. 17:21 skrev Rui Barradas:
Às 12:55 de 16/07/2023, Troels Ring escreveu:
Hi friends - Trying to install nlmixr2 caused problems. I'm on windows
with R4.3.1 so made sure to have rtools 4.3 and also reinstalled R
and then

ran

install.packages("nlmixr2",dependencies = TRUE)and got the
responseInstalling package into
‘C:/Users/Admin/AppData/Local/R/win-library/4.3’ (as ‘lib’ is
unspecified) also installing the dependencies ‘fs’, ‘rappdirs’, ‘bit’,
‘prettyunits’, ‘rematch’, ‘askpass’, ‘sass’, ‘commonmark’, ‘proxy’,
‘bit64’, ‘progress’, ‘rootSolve’, ‘lmom’, ‘cellranger’, ‘jsonlite’,
‘mime’, ‘openssl’, ‘htmlwidgets’, ‘ellipsis’, ‘bslib’, ‘fontawesome’,
‘jquerylib’, ‘tinytex’, ‘curl’, ‘markdown’, ‘jpeg’, ‘xml2’, ‘fastmap’,
‘e1071’, ‘generics’, ‘tidyselect’, ‘clipr’, ‘hms’, ‘vroom’, ‘cpp11’,
‘tzdb’, ‘stringi’, ‘purrr’, ‘mvtnorm’, ‘expm’, ‘rstudioapi’, ‘Exact’,
‘gld’, ‘readxl’, ‘httr’, ‘gridExtra’, ‘htmlTable’, ‘viridis’,
‘htmltools’, ‘base64enc’, ‘rmarkdown’, ‘Formula’, ‘bitops’, ‘evaluate’,
‘highr’, ‘xfun’, ‘yaml’, ‘numDeriv’, ‘lazyeval’, ‘optextras’, ‘dparser’,
‘RcppEigen’, ‘StanHeaders’, ‘sitmo’, ‘gridtext’, ‘cachem’,
‘RcppParallel’, ‘RApiSerialize’, ‘stringfish’, ‘classInt’, ‘dplyr’,
‘readr’, ‘stringr’, ‘tidyr’, ‘assertthat’, ‘binom’, ‘Deriv’,
‘DescTools’, ‘Hmisc’, ‘minpack.lm’, ‘pander’, ‘png’, ‘RCurl’,
‘backports’, ‘checkmate’, ‘knitr’, ‘lbfgsb3c’, ‘minqa’, ‘n1qn1’, ‘Rcpp’,
‘rex’, ‘Rvmmin’, ‘symengine’, ‘BH’, ‘RcppArmadillo’, ‘rxode2parse’,
‘rxode2random’, ‘data.table’, ‘digest’, ‘ggtext’, ‘PreciseSums’,
‘inline’, ‘memoise’, ‘sys’, ‘rxode2ll’, ‘rxode2et’, ‘qs’, ‘vpc’, ‘xgxr’,
‘nlmixr2data’, ‘nlmixr2est’, ‘nlmixr2extra’, ‘rxode2’, ‘lotri’,
‘nlmixr2plot’, ‘crayon’ There are binary versions available but the
source versions are later: binary source needs_compilation sass 0.4.6
0.4.7 TRUE openssl 2.0.6 2.1.0 TRUE
- and nothing more happened But when trying to install sass and openssl
individually the same announcement of later source versions appeared
without making it possible to ask for recompilation. All best wishes
Troels

     [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org 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.
Hello,

Maybe this [1] is relevant.


[1]
https://community.rstudio.com/t/meaning-of-common-message-when-install-a-package-there-are-binary-versions-available-but-the-source-versions-are-later/2431

Hope this helps,

Rui Barradas

______________________________________________
R-help@r-project.org 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.
        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org 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.

______________________________________________
R-help@r-project.org 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.

Reply via email to