Skip to content

Commit

Permalink
Add repo subdirectory example to usage for installGithub.r
Browse files Browse the repository at this point in the history
  • Loading branch information
eddelbuettel committed Nov 3, 2023
1 parent 5c96951 commit 94cedbf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2023-11-03 Dirk Eddelbuettel <edd@debian.org>

* inst/examples/installGithub.r: Add usage example for installation
from repository sub-directory

2023-10-09 Dirk Eddelbuettel <edd@debian.org>

* inst/examples/r2u.r: Add --dryrun argument for (single) package build
Expand Down
4 changes: 4 additions & 0 deletions inst/examples/installGithub.r
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ Installing a specific branch, tag or commit:
installGithub.r RcppCore/Rcpp@1.0.0
Installing from a repo subdirectory:
installGithub.r chanzuckerberg/cellxgene-census/api/r/cellxgene.census
Setting multiple R package repositories to install dependencies of the R package:
installGithub.r -r https://cloud.r-project.org -r https://eddelbuettel.github.io/drat RcppCore/RcppEigen
Expand Down

0 comments on commit 94cedbf

Please sign in to comment.