Skip to content

Commit 4ddf47f

Browse files
committed
add link to other docs
1 parent 1f714ce commit 4ddf47f

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

R/quarto.R

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
#'
88
#' @return Path to quarto binary (or `NULL` if not found)
99
#'
10+
#' @seealso [quarto_version()] to check the version of the binary found, [quarto_available()] to check if Quarto CLI is available and meets some requirements.
11+
#'
1012
#' @export
1113
quarto_path <- function(normalize = TRUE) {
1214
path_env <- get_quarto_path_env()
@@ -46,6 +48,7 @@ find_quarto <- function() {
4648
#' If it returns `99.9.9` then it means you are using a dev version.
4749
#'
4850
#' @return a [`numeric_version`][base::numeric_version] with the quarto version found
51+
#' @seealso [quarto_available()] to check if the version meets some requirements.
4952
#' @export
5053
quarto_version <- function() {
5154
quarto_bin <- find_quarto()

man/quarto_path.Rd

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/quarto_version.Rd

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)