-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
64 lines (64 loc) · 1.17 KB
/
DESCRIPTION
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
53
54
55
56
57
58
59
60
61
62
63
64
Package: rdev
Title: R Development Tools
Version: 1.11.5
Authors@R:
person("John", "Benninghoff", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-6230-4742"))
Description: An opinionated collection of development tools, packages, and
utilities.
License: MIT + file LICENSE
URL: https://jabenninghoff.github.io/rdev/,
https://github.com/jabenninghoff/rdev
BugReports: https://github.com/jabenninghoff/rdev/issues
Depends:
R (>= 4.0.0)
Imports:
checkmate,
cli,
cranlogs,
curl,
desc,
devtools,
fs,
gert,
gh,
languageserver,
lintr (>= 3.0.0),
miniUI,
mockery,
pkgdown,
pkgload,
purrr,
quarto,
rcmdcheck,
remotes,
renv (>= 1.0.3),
rlang,
rmarkdown,
rstudioapi,
spelling,
styler (>= 1.4.0),
tibble,
urlchecker,
usethis,
utils,
withr,
xml2,
yaml
Suggests:
bslib,
covr,
diffviewer,
DT,
htmltools,
knitr,
stringi,
testthat (>= 3.0.0),
xaringanExtra
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2