r-lib / remotes

Install R packages from GitHub, GitLab, Bitbucket, git, svn repositories, URLs
https://remotes.r-lib.org/
Other
331 stars 152 forks source link

PAT scope clarification #657

Closed jesse-ross closed 2 years ago

jesse-ross commented 2 years ago

Gitlab has a different permission structure for Personal Access Tokens than Github does. This adds the necessary scope for gitlab PATs to the documentation for install_gitlab().

For symmetry, the necessary scope is also added to the documentation for install_github() in the corresponding place (previously, this was only addressed in an example).

jimhester commented 2 years ago

Hey! Thanks!