-
Notifications
You must be signed in to change notification settings - Fork 1
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
install attempts gave 401 and "unable to access repo index" #4
Comments
I have no issues on my end running the devtools install, so it's likely either on your end or a github issue. As far as I know, you don't need any special github permissions to install this way; you should be able to install without any github account. Have you tried again recently? I'll look into drat when I get a chance. |
Update: I got the My remaining |
Installing via drat on *nix should work. There's something else going on with the site. I'll need to find time to look into this more. I do wonder if we should stop supporting drat. It's always been a bit flaky, and requires a not insignificant amount of attention every times there's an R release. We can just support installing from source via |
I got a 401 when I tried to install using
install_github()
:Maybe the fix should be on my end, as I also got:
If there's something users should do about their github PAT before trying this, then we might consider alerting them to this on the webpage.
In a similar vein, from reading the webpage I figured I'd start by trying the
drat
method, despite running this from a linux box for which there are no binaries there. This gave me the error below. If the issue is that linux users shouldn't be trying the drat method, perhaps the website could flag this; I'm also sharing it in case it really is alerting us to a site configuration issue.(Using devtools v. 2.4.5 and drat v. 0.2.4 on R 4.4.1, platform x86_64-pc-linux-gnu.)
The text was updated successfully, but these errors were encountered: