-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
50 lines (50 loc) · 1.45 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
Package: pkgsnip
Title: Standardized roxygen2 Labels and (R) Markdown Snippets for Package
Authors
Version: 0.0.9037
Authors@R:
person("Salim", "Brüggemann", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-5329-5987"))
Description: pkgsnip ships ready-to-go (R) Markdown snippets and labels
intended to be used in roxygen2 documentation or as knitr child
documents. Also included are some predefined R condition messages and
a table of abbreviations commonly used in R code. All of them are
designed to reduce unnecessary repetition and standardize R package
documentation wherever possible.
License: AGPL (>= 3)
URL: https://pkgsnip.rpkg.dev, https://gitlab.com/rpkg.dev/pkgsnip
BugReports: https://gitlab.com/rpkg.dev/pkgsnip/issues
Depends:
R (>= 4.2)
Imports:
checkmate (>= 2.0.0),
cli (>= 3.6.2),
dplyr (>= 1.0.0),
fs (>= 1.4.1),
glue (>= 1.4.1),
magrittr (>= 1.5),
pal (>= 0.0.9099),
purrr (>= 0.3.4),
rlang (>= 0.4.6),
tibble (>= 3.0.1),
tidyselect (>= 1.2.0)
Suggests:
assertr (>= 3.0.1),
desc (>= 1.2.0),
knitr,
pkgdown.tpl (>= 0.0.9000),
rmarkdown,
stringr (>= 1.4.0),
testthat (>= 3.0.0),
tidyr (>= 1.1.2),
utils
VignetteBuilder:
knitr
Remotes:
gitlab::rpkg.dev/pal,
gitlab::rpkg.dev/pkgdown.tpl
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2.9000