Skip to content

Commit 5549f78

Browse files
committed
patch:
* pass check * change unicode character to raw int for checking
1 parent 5cf1749 commit 5549f78

8 files changed

Lines changed: 1713 additions & 117 deletions

File tree

DESCRIPTION

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,29 +20,26 @@ License: MIT + file LICENSE
2020
URL: https://github.com/WangLabCSU/rpkgkit
2121
BugReports: https://github.com/WangLabCSU/rpkgkit/issues
2222
Suggests:
23-
data.table,
2423
flir,
2524
gh,
2625
rmarkdown,
27-
scales,
2826
stats,
2927
dplyr,
30-
ggplot2,
31-
knitr,
32-
purrr,
33-
ragg,
34-
stringr,
3528
testthat (>= 3.0.0),
3629
yaml,
3730
grDevices,
38-
pak,
3931
httr2,
4032
desc,
41-
pkgload
33+
pkgload,
34+
withr,
35+
devtools,
36+
usethis
4237
Config/testthat/edition: 3
4338
Encoding: UTF-8
4439
Roxygen: list(markdown = TRUE)
4540
RoxygenNote: 7.3.3
41+
Depends:
42+
R (>= 4.1.0)
4643
Imports:
4744
cli,
4845
rlang,

NEWS.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# rpkgkit 0.1.1 (2026-06-27)
22

3+
## DOCUMENTATION
4+
5+
* change unicode character to raw int for checking
6+
7+
38
## MINOR IMPROVEMENTS
49

510
* make `check_pkgdown_reference()` easy to copy

0 commit comments

Comments
 (0)