-
Notifications
You must be signed in to change notification settings - Fork 3
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
Error Installing #6
Comments
Hi Carmen, Sounds like you're having trouble connecting to github. Alternatively, you Cheers Kieran On 23 September 2015 at 01:14, Carmen Sandoval [email protected]
|
Thanks for your message, Kieran. I am still having some trouble installing embeddr on my Linux machine. It looks like it has something to do with installing monocle. I've tried installing Monocle separately, but get the same message, after much more verbose. Any idea what could be going wrong? I am running Fedora 20.
downloaded 324 KB trying URL 'http://cran.rstudio.com/src/contrib/viridis_0.2.5.tar.gz' downloaded 130 KB
The downloaded source packages are in ERROR: dependency ‘monocle’ is not available for package ‘scater’
|
Hi Carmen, Thanks for catching this. Monocle is only required for the data to run the source("https://bioconductor.org/biocLite.R") from within R. Let me know if you have any other problems Best Kieran On 24 September 2015 at 22:31, Carmen Sandoval [email protected]
|
Thanks, Kieran. Unfortunately, when I try to install monocle independently, I still get the same error. biocLite("monocle") installing source package ‘monocle’ ... R Error in unloadNamespace(package) : namespace ‘plyr’ is imported by ‘reshape2’, ‘ggplot2’, ‘scales’ so cannot be unloaded Error in library(pkg, character.only = TRUE, logical.return = TRUE, lib.loc = lib.loc) : |
Can you restart R and try again? And if it fails post the results of sessionInfo() Cheers Kieran |
Hi, I restarted everything and still get the same error... not sure what it means. Here are the results of sessionInfo():
R version 3.2.0 (2015-04-16) locale: attached base packages: other attached packages: loaded via a namespace (and not attached): Thanks again, Carmen |
Hi!
I have read your manuscript and am eager to try Embedrr. I am having some trouble installing the package, though, and was wondering if everything looks fine on your end.
I get the following error:
library(devtools)
install_github('davismcc/scater')
Downloading github repo davismcc/scater@master
Error in file(con, "wb") : cannot open the connection
In addition: Warning message:
In file(con, "wb") :
cannot open file '/tmp/RtmpGcdGRV/file16601f73f170.zip': No such file or directory.
Thanks!
The text was updated successfully, but these errors were encountered: