asadharis / GSAM

Additive Models for High Dimensional Data
1 stars 4 forks source link

Error "shared object ‘uniSolve.so’ not found" when installing the pacakge #1

Open vtshen opened 5 years ago

vtshen commented 5 years ago

Hi,

When I was installing the package with

library(devtools)
install_github("asadharis/GSAM")

Errors occur

** building package indices
** testing if installed package can be loaded
Error: package or namespace load failed for ‘GSAM’ in library.dynam(lib, package, package.lib):
 shared object ‘uniSolve.so’ not found
Error: loading failed
Execution halted
ERROR: loading failed
* removing ‘/home/shen/R/x86_64-pc-linux-gnu-library/3.4/GSAM’
Installation failed: Command failed (1)

My R version is

> R.version
               _                           
platform       x86_64-pc-linux-gnu         
arch           x86_64                      
os             linux-gnu                   
system         x86_64, linux-gnu           
status                                     
major          3                           
minor          4.3                         
year           2017                        
month          11                          
day            30                          
svn rev        73796                       
language       R                           
version.string R version 3.4.3 (2017-11-30)
nickname       Kite-Eating Tree      

Thanks

asadharis commented 5 years ago

Thank you for bringing this issue to our attention. The problem with the NAMESPACE file which caused this problem has been resolved.

The package (and all dependencies) should now install without any problems.