Skip to content

Commit f804a61

Browse files
committed
remove pedant in Suggests
1 parent 9a5b418 commit f804a61

4 files changed

Lines changed: 23 additions & 6 deletions

File tree

DESCRIPTION

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ Title: Create and Maintain 'R' Packages
33
Version: 0.0.7
44
Authors@R: c(
55
person("Yuxi", "Yang", , "15364051195@163.com", role = c("aut", "cre")),
6-
# 添加 pedant 的作者
76
person("Jacob", "Scott", role = c("aut", "cph"),
87
comment = "Author of the included pedant code (https://github.com/wurli/pedant)"),
98
person("Christopher T.", "Kenny", role = c("ctb", "cph"),
@@ -21,7 +20,6 @@ Suggests:
2120
data.table,
2221
flir,
2322
gh,
24-
pedant,
2523
rmarkdown,
2624
scales,
2725
stats,

R/vendor-pedant.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# The following code is adapted from the 'pedant' package.
33
# Source: https://github.com/wurli/pedant
44
# Authors: Jacob Scott, Christopher T. Kenny, Sebastian Lammers
5-
# License: MIT + file LICENSE (See inst/pedant/LICENSE)
5+
# License: MIT + file LICENSE (See inst/vendor/pedant/LICENSE)
66
# ==============================================================================
77
#
88
# nocov start

cran-comments.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,16 @@
33
0 errors | 0 warnings | 1 notes
44

55
* This is a resubmission.
6+
* Apologies for the oversight in the previous submission — 'pedant' was
7+
inadvertently left in Suggests despite its code being vendored into the
8+
package. This has now been corrected.
69

710
## Changes
811

9-
* Removed dependency on GitHub-only packages by incorporating the required
10-
code directly into the package under license, ensuring all dependencies are available
11-
from CRAN or base R.
12+
* Removed 'pedant' from Suggests. The required functionality from pedant
13+
has been vendored into the package (see R/vendor-pedant.R) under its
14+
original MIT license, with full copyright attribution to the original
15+
authors in the DESCRIPTION file.
1216

1317
## Notes
1418

man/rpkgkit-package.Rd

Lines changed: 15 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)