Hello - I'm trying to install MINOTAUR in my Macbook Air in R 3.4.1 nested in RStudio 1.0.153. Just in case, I updated devtools and installed all the dependencies (as per the instructions for Windows users). I also have Xcode installed (8.2). Despite this, I keep encountering an error when testing if the installed package can be opened. Here's the output:
** testing if installed package can be loaded
Error: package or namespace load failed for ‘MINOTAUR’ in dyn.load(file, DLLpath = DLLpath, ...):
unable to load shared object '/private/var/folders/hc/nd856zvn0r97f1f_rplqyf0h0000gp/T/RtmpCLOSW4/Rinst3cfe40206acf/MINOTAUR/libs/MINOTAUR.so':
dlopen(/private/var/folders/hc/nd856zvn0r97f1f_rplqyf0h0000gp/T/RtmpCLOSW4/Rinst3cfe40206acf/MINOTAUR/libs/MINOTAUR.so, 6): Symbol not found: _MINOTAUR_C_harmonicDist
Referenced from: /private/var/folders/hc/nd856zvn0r97f1f_rplqyf0h0000gp/T/RtmpCLOSW4/Rinst3cfe40206acf/MINOTAUR/libs/MINOTAUR.so
Expected in: flat namespace
in /private/var/folders/hc/nd856zvn0r97f1f_rplqyf0h0000gp/T/RtmpCLOSW4/Rinst3cfe40206acf/MINOTAUR/libs/MINOTAUR.so
Error: loading failed
Execution halted
ERROR: loading failed
- removing ‘/private/var/folders/hc/nd856zvn0r97f1f_rplqyf0h0000gp/T/RtmpCLOSW4/Rinst3cfe40206acf/MINOTAUR’
-----------------------------------
ERROR: package installation failed
Installation failed: Command failed (1)
Not sure what to do here... I'm not terribly savvy with the intricacies of failed package installation.
Thanks for any help or advice,
Chris
Hello - I'm trying to install MINOTAUR in my Macbook Air in R 3.4.1 nested in RStudio 1.0.153. Just in case, I updated devtools and installed all the dependencies (as per the instructions for Windows users). I also have Xcode installed (8.2). Despite this, I keep encountering an error when testing if the installed package can be opened. Here's the output:
** testing if installed package can be loaded
Error: package or namespace load failed for ‘MINOTAUR’ in dyn.load(file, DLLpath = DLLpath, ...):
unable to load shared object '/private/var/folders/hc/nd856zvn0r97f1f_rplqyf0h0000gp/T/RtmpCLOSW4/Rinst3cfe40206acf/MINOTAUR/libs/MINOTAUR.so':
dlopen(/private/var/folders/hc/nd856zvn0r97f1f_rplqyf0h0000gp/T/RtmpCLOSW4/Rinst3cfe40206acf/MINOTAUR/libs/MINOTAUR.so, 6): Symbol not found: _MINOTAUR_C_harmonicDist
Referenced from: /private/var/folders/hc/nd856zvn0r97f1f_rplqyf0h0000gp/T/RtmpCLOSW4/Rinst3cfe40206acf/MINOTAUR/libs/MINOTAUR.so
Expected in: flat namespace
in /private/var/folders/hc/nd856zvn0r97f1f_rplqyf0h0000gp/T/RtmpCLOSW4/Rinst3cfe40206acf/MINOTAUR/libs/MINOTAUR.so
Error: loading failed
Execution halted
ERROR: loading failed
-----------------------------------
ERROR: package installation failed
Installation failed: Command failed (1)
Not sure what to do here... I'm not terribly savvy with the intricacies of failed package installation.
Thanks for any help or advice,
Chris