Skip to content

Commit

Permalink
Small help text edit or installDeps.r
Browse files Browse the repository at this point in the history
  • Loading branch information
eddelbuettel committed Dec 1, 2023
1 parent 932e7ff commit fe89f13
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

* inst/examples/r2u.r: Add new --compile flag, small edits

* inst/examples/installDeps.r: Small edit for --help text

2023-11-03 Dirk Eddelbuettel <edd@debian.org>

* inst/examples/installGithub.r: Add usage example for installation
Expand Down
2 changes: 1 addition & 1 deletion inst/examples/installDeps.r
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ suppressMessages({
## configuration for docopt
doc <- "Usage: installDeps.r [-h] [-x] [-s] [-d DEPS] [ARGS]
-d --deps DEPS Logical or char, see '?install.packages' [default: NA]
-d --deps DEPS Logical or char, see '?install.packages', use 'TRUE' for all, [default: NA]
-s --suggests Add 'Suggests' to dependencies, shortcut for '--deps TRUE'
-h --help show this help text
-x --usage show help and short example usage
Expand Down

0 comments on commit fe89f13

Please sign in to comment.