-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SAMR installation has non-zero exit status #30
Comments
I need you need to install the samr package again.. Sorry for terribly late response. |
Hello Mike.
Thank you for the reply, however late. I am sorry to bother you about this again, as the solution presented does not seem to work.
Here is the text i get in reply from R when writing the install command:
install.packages("samr")
Package which is only available in source form, and may need
compilation of C/C++/Fortran: ‘samr’
Do you want to attempt to install these from sources?
y/n: y
installing the source package ‘samr’
trying URL 'http://cran.uib.no/src/contrib/samr_2.0.tar.gz'
Content type 'application/x-gzip' length 36702 bytes (35 KB)
==================================================
downloaded 35 KB
* installing *source* package ‘samr’ ...
** libs
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
ERROR: compilation failed for package ‘samr’
* removing ‘/Library/Frameworks/R.framework/Versions/3.4/Resources/library/samr’
The downloaded source packages are in
‘/private/var/folders/1p/b54tdshx0_l_y_vl_6v8mkl40000gn/T/Rtmp1CS3dh/downloaded_packages’
Warning message:
In install.packages("samr") :
installation of package ‘samr’ had non-zero exit status
Do you have a suggestion on how to overcome this? I am grateful for your reply.
Best regards,
Sebastian Meltzer
… 15. mar. 2018 kl. 17:14 skrev Michael Seo ***@***.***>:
install.packages("samr")
|
Hi, i got the same problem as you do, if you have any suggestions? |
Hello. I actually found a solution. I am not sure if it is the best, but it worked. I followed the solution on this link: https://apple.stackexchange.com/questions/254380/macos-sierra-invalid-active-developer-path Hope this works for more than me. Sebastian Meltzer |
Hello.
After years of using, I am now having trouble running SAM on MAC OSX 10.13.3 (High Sierra) and R version 3.4.3. I get the following error message:
Listening on http://127.0.0.1:3388
Warning: Error in library: there is no package called ‘samr’
Stack trace (innermost first):
42: library
3: runApp
2: runUrl
1: runGitHub
Error in library(samr) : there is no package called ‘samr’
ERROR: [on_request_read] connection reset by peer
This error seems to be connected to the changes in version number of my MAC OS rather than errors in SAM. Can you please help me?
The text was updated successfully, but these errors were encountered: