Skip to content

Commit 6f3975e

Browse files
committed
Deploying to gh-pages from @ e915f34 🚀
1 parent 68bf596 commit 6f3975e

5 files changed

Lines changed: 8 additions & 12 deletions

File tree

dev/news/index.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dev/news/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -652,8 +652,7 @@ CRAN release: 2019-07-06
652652
### Minor improvements and fixes
653653

654654
- `check_rhub` gains a new argument `build_args` for arguments passed to
655-
`R CMD build`. `...` is now passed to
656-
[`rhub::check_for_cran()`](https://r-hub.github.io/rhub/reference/check_for_cran.html)
655+
`R CMD build`. `...` is now passed to `rhub::check_for_cran()`
657656
([@gaborcsardi](https://github.com/gaborcsardi),
658657
[@maelle](https://github.com/maelle),
659658
[\#2041](https://github.com/r-lib/devtools/issues/2041))

dev/pkgdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pkgdown: 2.2.0
33
pkgdown_sha: ~
44
articles:
55
dependencies: dependencies.html
6-
last_built: 2026-03-12T01:14Z
6+
last_built: 2026-03-13T22:41Z
77
urls:
88
reference: https://devtools.r-lib.org/reference
99
article: https://devtools.r-lib.org/articles

dev/reference/check_rhub.html

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

dev/reference/check_rhub.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,8 @@
33
**\[deprecated\]**
44

55
This function is deprecated since the underlying function
6-
[`rhub::check_for_cran()`](https://r-hub.github.io/rhub/reference/check_for_cran.html)
7-
is now deprecated and defunct. See
8-
[`rhub::rhubv2`](https://r-hub.github.io/rhub/reference/rhubv2.html)
9-
learn about the new check system, R-hub v2.
6+
`rhub::check_for_cran()` is now deprecated and defunct. See
7+
`rhub::rhubv2` learn about the new check system, R-hub v2.
108

119
## Usage
1210

@@ -48,8 +46,7 @@ check_rhub(
4846

4947
- ...:
5048

51-
extra arguments, passed to
52-
[`rhub::check_for_cran()`](https://r-hub.github.io/rhub/reference/check_for_cran.html).
49+
extra arguments, passed to `rhub::check_for_cran()`.
5350

5451
## Value
5552

0 commit comments

Comments
 (0)