forked from pik-piam/lucode2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
55 lines (55 loc) · 1.36 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
Type: Package
Package: lucode2
Title: Code Manipulation and Analysis Tools
Version: 0.44.9
Date: 2023-09-19
Authors@R: c(
person("Jan Philipp", "Dietrich", , "[email protected]", role = c("aut", "cre")),
person("Pascal", "Führlich", role = "aut"),
person("David", "Klein", role = "aut"),
person("Anastasis", "Giannousakis", role = "aut"),
person("Markus", "Bonsch", role = "aut"),
person("Benjamin Leon", "Bodirsky", role = "aut"),
person("Lavinia", "Baumstark", role = "aut"),
person("Oliver", "Richters", role = "aut"),
person("Mika", "Pflüger", role = "aut")
)
Description: A collection of tools which allow to manipulate and analyze
code.
License: BSD_2_clause + file LICENSE
URL: https://github.com/pik-piam/lucode2,
https://doi.org/10.5281/zenodo.4389418
BugReports: https://github.com/pik-piam/lucode2/issues
Imports:
callr,
citation (>= 0.8.0),
data.table,
desc,
devtools,
dplyr,
lintr (>= 3.1.0),
rlang,
tools,
usethis (>= 2.1.0),
withr,
yaml
Suggests:
covr,
gdx,
gdxrrw,
gert,
ggplot2,
knitr,
lusweave,
magclass,
poorman,
renv,
rmarkdown,
styler,
testthat
Encoding: UTF-8
LazyData: no
RoxygenNote: 7.2.3
Config/testthat/parallel: true
Config/testthat/edition: 3
Config/testthat/start-first: checkRequiredPackages, updateRepo