You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: vignettes/teal-options.Rmd
+8-2Lines changed: 8 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -84,10 +84,16 @@ This indicates whether to print the `JavaScript` console logs to the `R` console
84
84
85
85
Default: `FALSE`.
86
86
87
-
### `teal.renv.lockfile` (`character`)
87
+
### `teal.lockfile.enable` (`logical`)
88
88
89
-
The path to the pre-computed `renv` lockfile that will be shared through teal app. To read more about lockfile usage creation check `?teal::teal_lockfile`.
89
+
This enables app users to download `renv` lockfile by clicking "download lockfile" in the footer. If
90
+
`teal.lockfile.path` is not specified then lockfile is created automatically by `teal`. To read more about
0 commit comments