Skip to content

Commit 74aaefd

Browse files
committed
default transform= to NULL, not itself
1 parent 3f1a917 commit 74aaefd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

R/app-driver.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,7 @@ AppDriver <- R6Class(
574574
export = missing_arg(),
575575
screenshot_args = missing_arg(),
576576
name = NULL,
577-
transform = transform,
577+
transform = NULL,
578578
cran = deprecated()
579579
) {
580580
check_cran_deprecated(cran)

man/AppDriver.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)