remotes icon indicating copy to clipboard operation
remotes copied to clipboard

Remotes library in DESCRIPTION fail when auth_token needed in gitlab

Open overmar opened this issue 7 years ago • 0 comments

This is an update of https://github.com/r-lib/remotes/issues/87 which addressed the issue of an auth_token being needed for github, the same problem is happening in gitlab, and I used the same method (adding the ... to functions) to allow it to be passed through to the download function. But instead of relying on setting the system variable, it looks for the auth_token in the ..., this has been fixed at least for gitlab in https://github.com/r-lib/remotes/pull/266

overmar avatar Dec 06 '18 15:12 overmar