You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: