nlmixrdevelopment / nlmixr

nlmixr: an R package for population PKPD modeling
https://nlmixrdevelopment.github.io/nlmixr/
GNU General Public License v2.0
114 stars 45 forks source link

Unable to install RxODE Issue #634

Closed Ravua1992 closed 1 year ago

Ravua1992 commented 1 year ago

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 Warning in install.packages : unable to access index for repository https://www.stats.ox.ac.uk/pub/RWin/bin/windows/contrib/4.2: cannot open URL 'https://www.stats.ox.ac.uk/pub/RWin/bin/windows/contrib/4.2/PACKAGES'

sessionInfo() R version 4.2.2 (2022-10-31 ucrt) Platform: x86_64-w64-mingw32/x64 (64-bit) Running under: Windows 10 x64 (build 19044)

Matrix products: default

locale: [1] LC_COLLATE=English_United States.utf8 LC_CTYPE=English_United States.utf8 LC_MONETARY=English_United States.utf8 LC_NUMERIC=C
[5] LC_TIME=English_United States.utf8

attached base packages: [1] stats graphics grDevices utils datasets methods base

loaded via a namespace (and not attached): [1] fansi_1.0.3 assertthat_0.2.1 utf8_1.2.2 dplyr_1.0.10 R6_2.5.1 DBI_1.1.3 lifecycle_1.0.3 magrittr_2.0.3 pillar_1.8.1
[10] rlang_1.0.6 cli_3.6.0 rstudioapi_0.14 vctrs_0.5.1 generics_0.1.3 tools_4.2.2 glue_1.6.2 purrr_1.0.1 xfun_0.36
[19] compiler_4.2.2 pkgconfig_2.0.3 tidyselect_1.2.0 knitr_1.41 tibble_3.1.8

mattfidler commented 1 year ago

I no longer maintain RxODE. You can try rxode2.

See

https://blog.nlmixr2.org/blog/2022-10-12-rxode-and-rxode2/

For my thoughts about the differences and motivations.

On Fri, Jan 13, 2023, 1:34 PM Ravua1992 @.***> wrote:

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 Warning in install.packages : unable to access index for repository https://www.stats.ox.ac.uk/pub/RWin/bin/windows/contrib/4.2: cannot open URL ' https://www.stats.ox.ac.uk/pub/RWin/bin/windows/contrib/4.2/PACKAGES'

sessionInfo() R version 4.2.2 (2022-10-31 ucrt) Platform: x86_64-w64-mingw32/x64 (64-bit) Running under: Windows 10 x64 (build 19044)

Matrix products: default

locale: [1] LC_COLLATE=English_United States.utf8 LC_CTYPE=English_United States.utf8 LC_MONETARY=English_United States.utf8 LC_NUMERIC=C [5] LC_TIME=English_United States.utf8

attached base packages: [1] stats graphics grDevices utils datasets methods base

loaded via a namespace (and not attached): [1] fansi_1.0.3 assertthat_0.2.1 utf8_1.2.2 dplyr_1.0.10 R6_2.5.1 DBI_1.1.3 lifecycle_1.0.3 magrittr_2.0.3 pillar_1.8.1 [10] rlang_1.0.6 cli_3.6.0 rstudioapi_0.14 vctrs_0.5.1 generics_0.1.3 tools_4.2.2 glue_1.6.2 purrr_1.0.1 xfun_0.36 [19] compiler_4.2.2 pkgconfig_2.0.3 tidyselect_1.2.0 knitr_1.41 tibble_3.1.8

— Reply to this email directly, view it on GitHub https://github.com/nlmixrdevelopment/nlmixr/issues/634, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAD5VWSPZ2VOE7JQ6GBQYJ3WSGU35ANCNFSM6AAAAAAT2X5FAU . You are receiving this because you are subscribed to this thread.Message ID: @.***>