Skip to content
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

Download failed #1

Open
samrit2442 opened this issue May 18, 2024 · 7 comments
Open

Download failed #1

samrit2442 opened this issue May 18, 2024 · 7 comments

Comments

@samrit2442
Copy link

samrit2442 commented May 18, 2024

It could not be downloaded. Showing the following error.
Using GitHub PAT from the git credential store. Downloading GitHub repo albtree/cricreadR@HEAD Error in utils::download.file(url, path, method = method, quiet = quiet, : download from 'https://api.github.com/repos/albtree/cricreadR/tarball/HEAD' failed

@albtree
Copy link
Owner

albtree commented May 18, 2024

Thanks for logging. I suspect it’s because I’ve got too many large files in the package so the download can timeout. Will look into it

@albtree
Copy link
Owner

albtree commented May 19, 2024

I was able to re-create the issue and think it has been fixed.
try remove the package and re-install

remove.packages("cricreadR")
devtools::install_github("albtree/cricreadR")

@samrit2442
Copy link
Author

But I am still getting the same error.

@albtree
Copy link
Owner

albtree commented May 22, 2024

I have reduced the download size smaller again which should reduce the chance of it timing out. Are you able to try again?

remove.packages("cricreadR")
devtools::install_github("albtree/cricreadR")

@albtree albtree closed this as completed Jun 2, 2024
@samrit2442
Copy link
Author

package_installation_failed.mp4

Still not able to install the package. Attached is the recording (please ignore background noise)

@albtree
Copy link
Owner

albtree commented Jun 7, 2024

Can you run packageVersion(“cricreadR”) and post the output please?

@albtree albtree reopened this Jun 7, 2024
@samrit2442
Copy link
Author

packageVersion(“cricreadR”) this command is not executing as the package itself did not got installed.
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants