Skip to content

Commit b10bfe7

Browse files
committed
has_internet is not exported
1 parent 59b4cb6 commit b10bfe7

File tree

2 files changed

+20
-5
lines changed

2 files changed

+20
-5
lines changed

R/utils-versions.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
#' This function requires an internet connection to fetch the latest version
3131
#' information from quarto.org. If the network request fails, an error will be thrown.
3232
#'
33-
#' @examplesIf quarto::quarto_available() && has_internet("https://www.quarto.org")
33+
#' @examplesIf quarto::quarto_available() && quarto:::has_internet("https://www.quarto.org")
3434
#' # Check current Quarto version
3535
#' check_newer_version()
3636
#'

man/check_newer_version.Rd

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

0 commit comments

Comments
 (0)