GLEON / GLMr

R package for basic GLM model running
8 stars 16 forks source link

unable to install glmtools on MAC #124

Open rotiferFromItaly opened 4 years ago

rotiferFromItaly commented 4 years ago

Hi all, I tried and failed ... session info: R version 3.6.0 Platform: x86_64_apple-darwin15.6.0 (64-bit) Running under: macOS High Sierra 10.13.6

Matrix products: default BLAS: /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib LAPACK: /Library/Frameworks/R.framework/Versions/3.6/Resources/lib/libRlapack.dylib

locale: [1] en_GB.UTF-8/en_GB.UTF-8/en_GB.UTF-8/C/en_GB.UTF-8/en_GB.UTF-8

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

loaded via a namespace (and not attached): [1] ps_1.3.0 prettyunits_1.0.2 withr_2.1.2 crayon_1.3.4 rprojroot_1.3-2 assertthat_0.2.1 R6_2.4.0 backports_1.1.5 magrittr_1.5
[10] cli_1.1.0 curl_4.0 remotes_2.1.0 rstudioapi_0.10 callr_3.3.1 tools_3.6.0 compiler_3.6.0 processx_3.4.1 pkgbuild_1.0.4

I tried several commands: 1) install.packages("remotes") remotes::install_github("GLEON/GLMr")

2) remotes::install_github("GLEON/GLMr")

the output is always the same:

testing if installed package can be loaded from temporary location Error in slibs[are_shared] : invalid subscript type 'list'

who can help? what shall I do? best regards from Italy

hdugan commented 4 years ago

Hi, The GLMr package does not work with newer versions of macOS.

The GLM3r package, which contains the most recent release of GLM (version 3.0.5) does work. You can view it at github.com/GLEON/GLM3r