-
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
there is no package called ‘shiny’ #34
Comments
Seems like they had a similar issue installying shiny. |
Not sure, but your link could help. |
Dear Mike and Sam,
Thank you for referring me the earlier discussion. I gave up to use SAMR on
Mac and tried the win10 and it worked.
Joanne
2018-08-01 16:34 GMT+02:00 Samuel Granjeaud <notifications@github.com>:
… Not sure, but your link could help.
I am wondering whether the promises package has been installed as it is
the ERROR line.
install.packages("promises")
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#34 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/Am9861KSHOrvmoIl5v2j3-903J31zdKPks5uMbxygaJpZM4VD8TN>
.
|
I also struggled to use SAMR on Mac but failed,and I have not found a solution to solve the problem.So I wonder you how to run it on win10 please.Thank you so much. |
Hi Hongyao,
I did nothing but copied and pasted what Mike wrote on introduction page on
R on Win10.
Good luck.
Joanne
hongyaochen <notifications@github.com> 於 2018年8月31日 週五 下午2:41寫道:
… I also struggled to use SAMR on Mac but failed,and I have not found a
solution to solve the problem.So I wonder you how to run it on win10
please.Thank you so much.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#34 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/Am98675mdoPisYewojlZvAcZzQ0v8Erfks5uWNqBgaJpZM4VD8TN>
.
|
thanks so much, but I cannot install samr with R,could you get it? |
Take a look at #35 and let us know. |
hi Sam, after installed "devtools",I did something as what you said,but I met a issue,what should I do?thanks
Installing matrixStats
ERROR: dependency ‘impute’ is not available for package ‘samr’
|
samr depends on the impute package. impute (previously on CRAN) is available on Bioconductor. This is why R could not solve this dependency automatically. So install impute using the command below, then install samr again.
|
Hi Mike,
I am using MAC with High Sierra to run the RStudio 1.0.143. I got the error information showing "‘shiny’ had non-zero exit status". Then, I use tool to manually install the "shiny". It showed a 2.2MB file been download but still the "non-zero exit status" appeared again. When I library(shiny), it showed "no package called ‘shiny’".
What should I do? Thank you so much.
Best regards,
Joanne
step(1)-------------------------------------------------------------------
Warning in strptime(xx, f <- "%Y-%m-%d %H:%M:%OS", tz = tz) :
unknown timezone 'zone/tz/2018c.1.0/zoneinfo/Europe/Zurich'
ERROR: dependency ‘promises’ is not available for package ‘shiny’
Warning in install.packages :
installation of package ‘shiny’ had non-zero exit status
step(2)-------------------------------------------------------------------
installing the source package ‘shiny’
trying URL 'https://cran.rstudio.com/src/contrib/shiny_1.1.0.tar.gz'
Content type 'application/x-gzip' length 2350156 bytes (2.2 MB)
==================================================
downloaded 2.2 MB
step(3)--------------------------------------------------------------------
The text was updated successfully, but these errors were encountered: