Hi I'd like input on how to install interflex <https://github.com/xuyiqing/interflex> (note the instructions on its github). The installation failed on stable/bullseye, also when I updated to the newer R version 4.3.0 through secure apt and the additional source.list <https://cran.r-project.org/bin/linux/debian/#secure-apt> element. 1. $ `sudo apt r-base-dev` 2. RStudio install.packages('pacman') 3. RStudio pacman::p_load('interflex') Warning messages:
1: In utils::install.packages(package, ...) : installation of package 'nloptr' had non-zero exit status 2: In utils::install.packages(package, ...) : installation of package 'lme4' had non-zero exit status 3: In utils::install.packages(package, ...) : installation of package 'pbkrtest' had non-zero exit status 4: In utils::install.packages(package, ...) : installation of package 'car' had non-zero exit status 5: In utils::install.packages(package, ...) :
installation of package 'AER' had non-zero exit status
6: In utils::install.packages(package, ...) :
installation of package 'interflex' had non-zero exit status
7: In p_install(package, character.only = TRUE, ...) :
8: In library(package, lib.loc = lib.loc, character.only = TRUE,
logical.return = TRUE, :
there is no package called 'interflex'
9: In pacman::p_load("interflex") : Failed to install/load:
interflex
Johan