Closed yelumeng closed 5 years ago
Sorry to hear this. The commands
library(devtools) install_github("genomicsclass/GSE5859Subset")
just worked for me at this time. So I believe this is a problem with your local R installation. Are you able to install any packages from CRAN? Have you made any changes to the .libPaths() setting?
On Mon, Aug 21, 2017 at 10:14 AM, yelumeng notifications@github.com wrote:
Hi, I am using R 3.3.3 in window. I was trying to install "genomicsclass/GSE5859Subset" but it always fail with error as:
- installing source package 'GSE5859Subset' ... data help No man pages found in package 'GSE5859Subset' * installing help indices building package indices ** testing if installed package can be loaded Warning in library(pkg_name, lib.loc = lib, character.only = TRUE, logical.return = TRUE) : no library trees found in 'lib.loc' Error: loading failed Execution halted ERROR: loading failed
- removing '\dtu-storage/lumye/Documents/R/win-library/3.3/ GSE5859Subset' Installation failed: Command failed (1) Can anyone help me solve this problem? Many thanks! Lumeng
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/genomicsclass/labs/issues/67, or mute the thread https://github.com/notifications/unsubscribe-auth/AEaOwlyiM9bR7d3CLnRVocOMzF7cLrqvks5saZDegaJpZM4O9ZV6 .
Hi, I have no problem to install other packages from CRAN, and I didn't change the .libPath().
Hi Vince, I tried it again at home with my private laptop, it works fine. I just couldn't do it on my work laptop, the installation of devtools is never complete. There might be some restriction with work laptop, I will check it out with our IT support. Thank you very much! Lumeng
unsubscribe
On Wed, Apr 24, 2019 at 8:26 AM Vince Carey notifications@github.com wrote:
Closed #67 https://github.com/genomicsclass/labs/issues/67.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/genomicsclass/labs/issues/67#event-2297587542, or mute the thread https://github.com/notifications/unsubscribe-auth/ABEFBTQABN7NTZKQDBATKN3PSB323ANCNFSM4DXVSV5A .
--
Oliver Oliverio, M.S.
Amgen, Inc.
1120 Veterans Blvd. | ASF1-2108B
South San Francisco, CA 94080
650.244.2966
oliver.oliverio@gmail.com
olivero@amgen.com
Hi, I am using R 3.3.3 in window. I was trying to install "genomicsclass/GSE5859Subset" but it always fail with error as: