remotes
remotes copied to clipboard
Install R packages from GitHub, GitLab, Bitbucket, git, svn repositories, URLs
Fixes #674. I know it's heavy handed in the sense that github/bitbucket git repos are going full depth, but otherwise you can't use SSH with `install_git` to specific SHAs. The...
This passes the `git` argument all the way through on the `install_remotes` so that if you have any remote dependencies with a prefix of `git::` and you set `git =...
Hello ! We use `install_gitlab` with our internal gitlab, and it works perfectly until now. With the new version using api V4, the URL generated doesn't work anymore. The issue...
My lab has a Ubuntu version 20.04.4 LTS (Focal Fossa) and I have spent this past week trying to install devtools to no avail. I tried so many things but...
**Is your feature request related to a problem? Please describe.** To use `install_github` with a private repository a Personal Access Token (PAT) is required. This is not ideal for teams...
Using remotes-2.4.2 ```r remotes::install_github("rstudio/bslib@dev") ``` The `DESCRIPTION` contains: ``` Remotes: rstudio/bsicons ``` Unfortunately, `rstudio/bsicons` is a private repository. The error from `remotes::install_github`: ``` Downloading GitHub repo rstudio/bslib@dev Error: Failed to...
User had a blank line after the Suggests entry in his DESCRIPTION file here: https://github.com/sbgraves237/Ecfun/blob/996afae57efcd56e1587f57a3b8fe9fe062519ba/DESCRIPTION#L14, and that caused remotes::dev_package_deps() to die with this obscure error: ``` Error in data.frame(package =...
Recently I've discovered a bug in the get_extra_deps function. I'll describe it using a reproducible example: ``` setwd(tempdir()) download.file("https://cran.r-project.org/web/packages/htmlwidgets/DESCRIPTION", "DESCRIPTION") remotes::dev_package_deps( dependencies = c("Depends", "Imports", "LinkingTo", "Suggests", "Enhances") ) ```...
Following the widescale attack on software supply chains associated with the SolarWinds hack in 2019, many anti malware systems changed to automatically hold "patches" until the patch has been analyzed...
This issue pulls together pieces that seem to be part of a few similar issues within the package that I have read through trying to resolve the root issue. (The...