Coolgenome / iTALK

55 stars 20 forks source link

Failed to install 'iTALK'...unable to access index for respo #13

Open whitneyt1 opened 4 years ago

whitneyt1 commented 4 years ago

Hello,

I get the error below:

Error: Failed to install 'iTALK' from GitHub:
  (converted from warning) unable to access index for repository https://cloud.r-project.org/bin/macosx/el-capitan/contrib/3.5:
  cannot open URL 'https://cloud.r-project.org/bin/macosx/el-capitan/contrib/3.5/PACKAGES'

I tried this on my other computer with R 3.6.2 and got the same error, but .../3.6

Any advice?

Thank you!

zehualilab commented 4 years ago

You might want to check the Internet connection. If it works well, you could try to download the respo to a local .zip file and run devtools::install_local('path_to_your_zip_file').

whitneyt1 commented 4 years ago

Thank you! How do I download the respo?

zehualilab commented 4 years ago

image

whitneyt1 commented 4 years ago

Oopmh. Thank you!!!

lulul1213 commented 3 years ago

You might want to check the Internet connection. If it works well, you could try to download the respo to a local .zip file and run devtools::install_local('path_to_your_zip_file').

Hi I am trying the local install and it still did not work and gave me this message:

Execution halted ERROR: lazy loading failed for package ‘iTALK’

Is there any advice on how to proceed? Thank you!

wajm commented 3 years ago

I have same issue, Do you have any solution?