-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
52 lines (52 loc) · 1.9 KB
/
Copy pathDESCRIPTION
File metadata and controls
52 lines (52 loc) · 1.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
Package: rpkgkit
Title: Create and Maintain R Packages
Version: 0.1.11
Authors@R: c(
person("Yuxi", "Yang", , "15364051195@163.com", role = c("aut", "cre")),
person("Jacob", "Scott", role = c("aut", "cph"),
comment = "Author of the included pedant code (https://github.com/wurli/pedant)"),
person("Christopher T.", "Kenny", role = c("ctb", "cph"),
comment = "Contributor to the included pedant code"),
person("Sebastian", "Lammers", role = c("ctb", "cph"),
comment = "Contributor to the included pedant code"),
person("Diego", "Hernangómez", , "diego.hernangomezherrero@gmail.com", role = c("aut", "cph"),
comment = "Author of the included pkgdev code (https://github.com/dieghernan/pkgdev)")
)
Description: Utilities for R package development including NEWS.md
management, standalone file creation, and code formatting. Supports
popular development workflows and integrates with 'usethis' and
'RStudio'. Includes helper functions for renaming functions and
detecting common coding errors.
License: MIT + file LICENSE
URL: https://github.com/WangLabCSU/rpkgkit
BugReports: https://github.com/WangLabCSU/rpkgkit/issues
Depends:
R (>= 4.1.0)
Imports:
cli,
lifecycle,
rlang (>= 1.0.0),
rstudioapi
Suggests:
desc,
devtools,
dplyr,
flir,
gh,
grDevices,
httr2,
pkgload,
rmarkdown,
stats,
testthat (>= 3.0.0),
usethis,
withr,
yaml
Config/testthat/edition: 3
Config/usethis/last-upkeep: 2026-06-29
Copyright: Jacob Scott, Christopher T. Kenny, and Sebastian Lammers (for
the pedant code included in R/vendor-pedant.R); Diego Hernangómez (for
the pkgdev code included in R/vendor-pkgdev.R); and (for the pedant code included in R/vendor-pedant.R); Diego Hernangómez (for the pkgdev code included in R/vendor-pkgdev.R)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3