-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
53 lines (53 loc) · 1.66 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
Package: pkgpurl
Title: Facilitate Authoring R Packages in the R Markdown File Format
Version: 0.0.9015
Authors@R:
person("Salim", "Brüggemann", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-5329-5987"))
Description: pkgpurl facilitates R package authoring using a literate
programming approach. The main idea behind this is to write all of the
R source code in R Markdown files (`Rmd/*.Rmd`), which allows the
actual code to be freely mixed with explanatory and supplementary
information in expressive Markdown format. The main object of pkgpurl
is to provide a standardized way to compile the bare `.R` files from
the prose-enhanced and thus more human-oriented `.Rmd` files.
License: AGPL (>= 3)
URL: https://pkgpurl.rpkg.dev, https://gitlab.com/rpkg.dev/pkgpurl
BugReports: https://gitlab.com/rpkg.dev/pkgpurl/issues
Depends:
R (>= 4.2)
Imports:
brio (>= 1.1.1),
checkmate (>= 2.0.0),
cli (>= 3.0.0),
dplyr (>= 1.0.7),
fs (>= 1.4.1),
knitr (>= 1.28),
lifecycle (>= 1.0.1),
magrittr (>= 2.0.0),
pal (>= 0.0.9098),
purrr (>= 1.0.0),
rlang (>= 0.4.11),
stringr (>= 1.4.0),
tibble (>= 3.1.4),
tidyr (>= 1.1.3),
xml2 (>= 1.3.2),
yaml (>= 2.2.1)
Suggests:
desc (>= 1.4.0),
devtools (>= 2.4.4),
lintr (>= 3.1.1),
pkgdown.tpl (>= 0.0.9000),
pkgload (>= 1.3.0),
pkgsnip (>= 0.0.9037),
rstudioapi (>= 0.13),
yay (>= 0.0.9013)
Remotes:
gitlab::rpkg.dev/pal,
gitlab::rpkg.dev/pkgdown.tpl,
gitlab::rpkg.dev/pkgsnip,
gitlab::rpkg.dev/yay
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2.9000