-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
38 lines (38 loc) · 942 Bytes
/
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
Package: rpp
Title: R Preprocessor
Version: 0.0.0.9000
Date: 2021-08-26
Authors@R:
c(
person(given = "Kirill",
family = "Müller",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-1416-3412")),
person(given = "John",
family = "Coene",
role = c("ctb"),
email = "[email protected]")
)
Description: A configurable framework for applying code transformations to R package projects.
License: MIT + file LICENSE
URL: https://rpp.q-lang.org/, https://github.com/Q-language/rpp
BugReports: https://github.com/Q-language/rpp/issues
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
Imports:
brio,
data.tree,
desc,
dplyr,
purrr,
rlang,
roxygen2,
tidyr
Suggests:
rmarkdown,
knitr,
testthat (>= 3.0.0)
Config/testthat/edition: 3
VignetteBuilder: knitr