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

cannot open URL 'https://api.github.com/repos/stan-dev/cmdstan/releases/latest' when running install_github() #1058

Closed
jbuler opened this issue Feb 6, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@jbuler
Copy link

jbuler commented Feb 6, 2025

Describe the bug
I get the following error when trying to run install_github():
Error: GitHub download of release list failed with error: cannot open URL 'https://api.github.com/repos/stan-dev/cmdstan/releases/latest'
I was able to run the install last night on another computer.

To Reproduce
install.packages("cmdstanr", repos = c('https://stan-dev.r-universe.dev', getOption("repos")))
cmdstanr::check_cmdstan_toolchain(fix = TRUE)
cmdstanr::install_cmdstan()

Expected behavior
cmdstanr would install successfully

Operating system
Windows 11

CmdStanR version number
0.8.1

Additional context
Add any other context about the problem here.

@jbuler jbuler added the bug Something isn't working label Feb 6, 2025
@jbuler jbuler closed this as completed Feb 6, 2025
@jbuler
Copy link
Author

jbuler commented Feb 6, 2025

Seems to be a problem with my internet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant