-
Notifications
You must be signed in to change notification settings - Fork 2
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
unable to install and run cytofclean on my dataset #12
Comments
Hi Hesam, Thanks - I've had some reports from some users that it doesn't install properly, but others it works fine, so we need to do some digging to find out why / what's different. Here's some things to try:
|
Hi James,
Thank you! I will try the solutions on https://stackoverflow.com/
Here is the output:
sessionInfo()
R version 3.6.3 (2020-02-29)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 10 x64 (build 18362)
Matrix products: default
locale:
[1] LC_COLLATE=English_United States.1252
[2] LC_CTYPE=English_United States.1252
[3] LC_MONETARY=English_United States.1252
[4] LC_NUMERIC=C
[5] LC_TIME=English_United States.1252
attached base packages:
[1] stats graphics grDevices utils datasets
[6] methods base
loaded via a namespace (and not attached):
[1] compiler_3.6.3 tools_3.6.3
Best,
Hesam
Hesam Movassagh, Ph.D.
Postdoctoral Fellow
Sean N. Parker Center for Allergy & Asthma Research
Stanford University School of Medicine
Grant Building, S314
300 Pasteur Dr.
Stanford, CA 94305
…________________________________
From: James <[email protected]>
Sent: Tuesday, March 24, 2020 12:01 AM
To: JimboMahoney/cytofclean <[email protected]>
Cc: Hesam Movassagh <[email protected]>; Author <[email protected]>
Subject: Re: [JimboMahoney/cytofclean] unable to install and run cytofclean on my dataset (#12)
Hi Hesam,
Thanks - I've had some reports from some users that it doesn't install properly, but others it works fine, so we need to do some digging to find out why / what's different.
Here's some things to try:
1. Maybe it's the same problem as described here<https://stackoverflow.com/questions/19407092/r-not-finding-package-even-after-package-installation>?
2. Can you do sessionInfo() and copy/paste what it outputs?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#12 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AMM27JYEN3AP5D4RRV7UMLLRJBLDPANCNFSM4LSI46BQ>.
|
Just checking - have you also run the install commands?
|
Yes I have.
On Mar 25, 2020, at 1:04 AM, James <[email protected]> wrote:
Just checking - have you also run the install commands?
if(!require(devtools)){
install.packages("devtools") # If not already installed
}
if(!require(cytofclean)){
devtools::install_github("JimboMahoney/cytofclean", dependencies = TRUE)
}
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#12 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AMM27J3UFVI64G5P7ECY6STRJG3IZANCNFSM4LSI46BQ>.
|
Hi, when I try to install your package, this part of the code: if(!require(cytofclean)){ Returns this error:
Error: Failed to install 'cytofclean' from GitHub: My output for sessionInfo(): Matrix products: default locale: attached base packages: other attached packages: loaded via a namespace (and not attached): |
@mflookp - OK, this is because the maintainer field needed an e-mail address, which I have added. If you clear your local copy, if it still exists, and try again? |
Yes, it worked, thank you! |
The text was updated successfully, but these errors were encountered: