-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[WIP] new function 'addPackageGitHub()' (#50)
implemented a version of @msteijaert's function, though note the following TODOs need to make it fully functional: * needs to handle `HEAD` instead of `master` (to allow for `main` branch) * allow arbitrary git reference, à la `devtools::install_github()` * allow installation from github repo that keeps pkg in a subdir * use `GITHUB_PAT` to allow downloading from private repos * `addLocalPackage()` does not add the dependencies of the locally built package!
- Loading branch information
Showing
4 changed files
with
90 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters