You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to install the MuxViz GUI, and I am struggling because 'rgdal' and 'session' packages no longer supported as of 3 months ago. I wanted to alert you to this issue and ask if you had solutions.
I am attempting to run the following code: https://github.com/manlius/muxViz/blob/master/gui-old/muxVizGUI.R
R version 4.3.1
R Studio Version 2023.09.1+494
Pasted is my error output:
Error in install.packages : Updating loaded packages
Loading required package: session
Warning in install.packages :
package ‘session’ 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
Error in library(ShinyDash) : there is no package called ‘ShinyDash’
In addition: Warning messages:
1: In library(package, lib.loc = lib.loc, character.only = TRUE, logical.return = TRUE, :
there is no package called ‘session’
2: In library(package, lib.loc = lib.loc, character.only = TRUE, logical.return = TRUE, :
there is no package called ‘rgdal’
Hi MuxViz team!
I am trying to install the MuxViz GUI, and I am struggling because 'rgdal' and 'session' packages no longer supported as of 3 months ago. I wanted to alert you to this issue and ask if you had solutions.
I am attempting to run the following code:
https://github.com/manlius/muxViz/blob/master/gui-old/muxVizGUI.R
R version 4.3.1
R Studio Version 2023.09.1+494
Pasted is my error output:
Error in install.packages : Updating loaded packages
Loading required package: session
Warning in install.packages :
package ‘session’ 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
Loading required package: rgdal
Warning in install.packages :
package ‘rgdal’ 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
Error in library(ShinyDash) : there is no package called ‘ShinyDash’
In addition: Warning messages:
1: In library(package, lib.loc = lib.loc, character.only = TRUE, logical.return = TRUE, :
there is no package called ‘session’
2: In library(package, lib.loc = lib.loc, character.only = TRUE, logical.return = TRUE, :
there is no package called ‘rgdal’
Restarting R session...
The downloaded binary packages are in
/var/folders/k1/tmhjps3x3v182t2gz3tm8nmw0000gn/T//Rtmp3GQ9BV/downloaded_packages
Loading required package: lmerTest
Loading required package: lme4
Loading required package: Matrix
Attaching package: ‘lmerTest’
The following object is masked from ‘package:lme4’:
The following object is masked from ‘package:stats’:
Pasted is my output of my session info:
R version 4.3.1 (2023-06-16)
Platform: x86_64-apple-darwin20 (64-bit)
Running under: macOS Sonoma 14.0
Matrix products: default
BLAS: /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
LAPACK: /Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/lib/libRlapack.dylib; LAPACK version 3.11.0
locale:
[1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8
time zone: America/Los_Angeles
tzcode source: internal
attached base packages:
[1] stats graphics grDevices utils datasets methods base
other attached packages:
[1] lmerTest_3.1-3 lme4_1.1-34 Matrix_1.6-1
loaded via a namespace (and not attached):
[1] utf8_1.2.4 generics_0.1.3 stringi_1.7.12 lattice_0.21-8 digest_0.6.33 magrittr_2.0.3
[7] grid_4.3.1 pkgload_1.3.2.1 fastmap_1.1.1 processx_3.8.2 sessioninfo_1.2.2 pkgbuild_1.4.2
[13] urlchecker_1.0.1 ps_1.7.5 promises_1.2.1 purrr_1.0.2 fansi_1.0.5 scales_1.2.1
[19] numDeriv_2016.8-1.1 cli_3.6.1 shiny_1.7.5.1 crayon_1.5.2 rlang_1.1.1 ellipsis_0.3.2
[25] munsell_0.5.0 splines_4.3.1 remotes_2.4.2.1 cachem_1.0.8 devtools_2.4.5 tools_4.3.1
[31] memoise_2.0.1 nloptr_2.0.3 minqa_1.2.5 dplyr_1.1.3 colorspace_2.1-0 ggplot2_3.4.4
[37] httpuv_1.6.12 boot_1.3-28.1 vctrs_0.6.4 R6_2.5.1 mime_0.12 lifecycle_1.0.3
[43] stringr_1.5.0 htmlwidgets_1.6.2 fs_1.6.3 usethis_2.2.2 MASS_7.3-60 miniUI_0.1.1.1
[49] pkgconfig_2.0.3 callr_3.7.3 pillar_1.9.0 later_1.3.1 gtable_0.3.4 profvis_0.3.8
[55] glue_1.6.2 Rcpp_1.0.11 tibble_3.2.1 tidyselect_1.2.0 rstudioapi_0.15.0 xtable_1.8-4
[61] htmltools_0.5.6.1 nlme_3.1-162 compiler_4.3.1 prettyunits_1.1.1
The text was updated successfully, but these errors were encountered: