Skip to content

Commit 2994692

Browse files
committed
urlchecker::url_check()
1 parent 4a642a6 commit 2994692

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

β€ŽNEWS.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Formatting
44

55
* `use_air()` is a new function to configure a project to use
6-
[Air](https://posit-dev.github.io/air), an extremely fast R code formatter.
6+
[Air](https://posit-dev.github.io/air/), an extremely fast R code formatter.
77

88
* `use_tidy_style()` is deprecated, in favor of using Air for any new, explicit
99
formatting efforts (#2110).

β€ŽR/air.Rβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#' Configure a project to use Air
22
#'
33
#' @description
4-
#' [Air](https://posit-dev.github.io/air) is an extremely fast R code
4+
#' [Air](https://posit-dev.github.io/air/) is an extremely fast R code
55
#' formatter. This function sets up a project to use Air. Specifically, it:
66
#'
77
#' - Creates an empty `air.toml` configuration file. If either an `air.toml` or

β€ŽR/badge.Rβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
#' package according to <https://lifecycle.r-lib.org/articles/stages.html>.
2020
#' * `use_r_universe_badge()`: `r lifecycle::badge("experimental")` badge
2121
#' indicates what version of your package is available on [R-universe
22-
#' ](https://r-universe.dev/search/). It is assumed that you have already
22+
#' ](https://r-universe.dev/search). It is assumed that you have already
2323
#' completed the
2424
#' [necessary R-universe setup](https://docs.r-universe.dev/publish/set-up.html).
2525
#' * `use_binder_badge()`: badge indicates that your repository can be launched

β€ŽR/github-actions.Rβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
#' ## Other workflows
3030
#' Other specific workflows are worth mentioning:
3131
#' * `format-suggest` or `format-check` from
32-
#' [Air](https://posit-dev.github.io/air):
32+
#' [Air](https://posit-dev.github.io/air/):
3333
#' `r lifecycle::badge("experimental")` Either of these workflows is a great
3434
#' way to keep your code well-formatted once you adopt Air in a project
3535
#' (possibly via [use_air()]). Here's how to set them up:

β€Žman/badges.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.

β€Žman/use_air.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.

β€Žman/use_github_action.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.

0 commit comments

Comments
Β (0)