-
Notifications
You must be signed in to change notification settings - Fork 27
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
Problems with installation of cytofkit #76
Comments
Hi, |
Hi,
Thank you for replying so fast. I have been stuck witht his for the last 2 days!! I have Windows 10 and R version 3.6.1.
Thanks a lot.
Irene
…________________________________
From: Samuel Granjeaud <[email protected]>
Sent: Thursday, October 31, 2019 3:03:19 PM
To: JinmiaoChenLab/cytofkit
Cc: Irene Sarkar; Author
Subject: Re: [JinmiaoChenLab/cytofkit] Problems with installation of cytofkit (#76)
Hi,
Windows, Mac or Linux?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#76?email_source=notifications&email_token=AM7BU2HY7FX6HGTSOD7FPW3QRLQSPA5CNFSM4JHKMUBKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOECX4L2I#issuecomment-548390377>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AM7BU2GEJTC47ZLYLQZVMRDQRLQSPANCNFSM4JHKMUBA>.
|
I think Rtools should be installed to compile the Rphenograph code. The installation consists of two parts: the first part where it is recommended to act as the administrator of the machine, the second part where user rights are sufficient. For the first part (as administrator), here are the software and extensions that we recommend to install: R (choose your system): install the 64-bit version (uncheck the 32-bit version); moreover, I do not select any translation in order to obtain error messages in English that are more documented on the Internet. Rtools (windows): download and follow the steps; choose the 64-bit version, because R is installed in 64 bits (uncheck the installation of the 32-bit version of Rtools). Important point: tick the box to add programs to the PATH (without this, R does not find make); this option only appears if the installation is performed as an administrator (if you do not see it, repeat the installation in administrator mode by clicking with the right button on the installer and selecting "Run year while..."). Complete the installation. For the second part, administrator rights are not necessary, as packages adding functionality to R will be installed in the user folder. So, run Rstudio, and then install the following packages/library that will be useful to install the different analysis methods: Translated with www.DeepL.com/Translator |
Hi, I just followed your instrauctions but the same error is coming. It is first saying that i need some additional tools, which I installed and tried running again. It again says I need additional tools and gives the same error message " Error: Failed to install 'cytofkit' from GitHub: I am very confused as my colleague could install in R 3.6.1 but I cannot. |
Quite weird. Could you do a copy of the output of the R console/terminal and paste it in your reply? After that, try to reinstall devtools, and then cytofkit. But before, you should ensure that you are working in an empty RStudio project, either doing:
|
install.packages("devtools") package ‘devtools’ successfully unpacked and MD5 sums checked The downloaded binary packages are in
Error: Failed to install 'cytofkit' from GitHub: |
OK, it fails clearly at cytofkit. |
Copy/paste the result from the recommended command |
Hi, |
Hi,
I have been trying to install cytofkit and every time it comes up with an error message. I have tied from Bioconductor and also from Github.
Error: Failed to install 'cytofkit' from GitHub:
Could not find tools necessary to compile a package
Call
pkgbuild::check_build_tools(debug = TRUE)
to diagnose the problem.I am very new to coding so it will be really nice if you can tell me how to install this, as I really want to use it. Thanks.
The text was updated successfully, but these errors were encountered: