Skip to content

Commit f007c85

Browse files
authored
Add installer (#10)
* add `install_pkg_cli_apps()` air format * add `Rapp` installer * add NEWS + update README with `install_pkg_cli_apps()` * windows fixes * more windows fixes * Add support for plain Rscript shebangs * add `overwrite` guardrail
1 parent 5f2aba1 commit f007c85

10 files changed

Lines changed: 1017 additions & 21 deletions

File tree

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ URL: https://github.com/r-lib/Rapp
1313
BugReports: https://github.com/r-lib/Rapp/issues
1414
Encoding: UTF-8
1515
Roxygen: list(markdown = TRUE)
16-
RoxygenNote: 7.3.2
16+
RoxygenNote: 7.3.3
1717
Suggests:
1818
testthat (>= 3.0.0)
1919
Config/testthat/edition: 3

NAMESPACE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ S3method("$",yaml)
44
S3method("[",yaml)
55
S3method("[[",yaml)
66
S3method(print,yaml)
7+
export(install_pkg_cli_apps)
78
export(run)

NEWS.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Rapp (development version)
22

33
* Added support for short opts (#4, #5).
4+
* New `install_pkg_cli_apps()` helper installs launchers on the `PATH` for Rapps
5+
in a package's `exec/` directory, prunes removed apps, and installs a
6+
top-level `Rapp` launcher alongside them.
47

58
# Rapp 0.2.0
69

0 commit comments

Comments
 (0)