Skip to content

Commit 216fe58

Browse files
committed
links
1 parent c2a3937 commit 216fe58

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

Diff for: R/tar_render.R

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
#' Literate programming files are messy and variable,
3636
#' so functions like [tar_render()] have limitations:
3737
#' * Child documents are not tracked for changes.
38-
#' * Upstream target dependencies are not detected if [tar_read()]
39-
#' and/or [tar_load()] are called from a user-defined function.
38+
#' * Upstream target dependencies are not detected if `tar_read()`
39+
#' and/or `tar_load()` are called from a user-defined function.
4040
#' In addition, single target names must be mentioned and they must
4141
#' be symbols. `tar_load("x")` and `tar_load(contains("x"))` may not
4242
#' detect target `x`.

Diff for: man/tar_quarto.Rd

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: man/tar_quarto_rep.Rd

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: man/tar_render.Rd

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: man/tar_render_rep.Rd

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)