Skip to content

Commit ec73a04

Browse files
- remove teal_app.lock occurrence from the docs
- remove unnecessary from testthat/setup-option.R
1 parent 82ed188 commit ec73a04

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

R/module_teal_lockfile.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#' Generate lockfile for application's environment reproducibility
22
#'
3-
#' @param lockfile_path (`character`) path to the lockfile (`"teal_app.lock"`).
3+
#' @param lockfile_path (`character`) path to the lockfile.
44
#'
55
#' @section Different ways of creating lockfile:
66
#' `teal` leverages [renv::snapshot()], which offers multiple methods for lockfile creation.

man/module_teal_lockfile.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.

tests/testthat/setup-options.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ opts_partial_match_old <- list(
1414
warnPartialMatchAttr = getOption("warnPartialMatchAttr")
1515
)
1616
opts_partial_match_new <- list(
17-
teal.lockfile.enable = FALSE,
1817
warnPartialMatchDollar = TRUE,
1918
warnPartialMatchArgs = TRUE,
2019
warnPartialMatchAttr = TRUE

0 commit comments

Comments
 (0)