GLEON / GLM3r

R package for basic GLM model running (version 3.0)
3 stars 15 forks source link

download of GLM3r does not work #6

Closed rotiferFromItaly closed 4 years ago

rotiferFromItaly commented 4 years ago

Hi there, I encountered the same error message as with GLM when trying to download GLM3r.

R version 3.6.0 (2019-04-26) -- "Planting of a Tree" Copyright (C) 2019 The R Foundation for Statistical Computing Platform: x86_64-apple-darwin15.6.0 (64-bit)

doing: install.packages("devtools") devtools::install_github("GLEON/GLM3r")

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

any help is appreciated, best regards from Italy

hdugan commented 4 years ago

We have been installing GLM3r on a lot of different platforms this week, and have not run into this issue. It seems like it might be a staged installation issue (again have not encountered this before). See: https://developer.r-project.org/Blog/public/2019/02/14/staged-install/

If you can, please fork this repository to your own profile, and try adding StagedInstall: no to the DESCRIPTION file. Let us know if this solves the problem. Thanks!

rotiferFromItaly commented 4 years ago

I have no idea what "If you can, please fork this repository to your own profile, and try adding StagedInstall: no to the DESCRIPTION file. " means and therefore I am still unable to install GLM3r C'est La Vie

rotiferFromItaly commented 4 years ago

The solution to this interesting problem is: upgrade R to 3.6.1 and the installation process works :o))