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
Hi,
I am trying to install the package but encounter the following error message:
** testing if installed package can be loaded from temporary location
*** arch - i386
Error : package 'gurobi' is not installed for 'arch = i386'
Error: loading failed
Ejecución interrumpida
*** arch - x64
ERROR: loading failed for 'i386'
removing 'C:/Users/Sofia/Documents/R/win-library/3.6/bestsubset'
Error: Failed to install 'bestsubset' from GitHub:
(converted from warning) installation of package ‘C:/Users/Sofia/AppData/Local/Temp/Rtmp8uQMRG/file403c4ce47be1/bestsubset_1.0.10.tar.gz’ had non-zero exit status
I'm using R.6.3.1 and gurobi 8.1.1
The text was updated successfully, but these errors were encountered:
I had the same error. The problem behind this is that gurobi is not installed for R 32-bit version ('arch = i386' refers to the 32-bit version). This solved it for me:
Hi,
I am trying to install the package but encounter the following error message:
** testing if installed package can be loaded from temporary location
*** arch - i386
Error : package 'gurobi' is not installed for 'arch = i386'
Error: loading failed
Ejecución interrumpida
*** arch - x64
ERROR: loading failed for 'i386'
Error: Failed to install 'bestsubset' from GitHub:
(converted from warning) installation of package ‘C:/Users/Sofia/AppData/Local/Temp/Rtmp8uQMRG/file403c4ce47be1/bestsubset_1.0.10.tar.gz’ had non-zero exit status
I'm using R.6.3.1 and gurobi 8.1.1
The text was updated successfully, but these errors were encountered: