-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathDESCRIPTION
62 lines (62 loc) · 1.92 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
Type: Package
Package: lucode2
Title: Code Manipulation and Analysis Tools
Version: 0.51.1
Date: 2025-02-06
Authors@R: c(
person("Jan Philipp", "Dietrich", , "dietrich@pik-potsdam.de", role = c("aut", "cre"),
comment = c(affiliation = "Potsdam Institute for Climate Impact Research", ORCID = "0000-0002-4309-6431")),
person("Pascal", "Sauer", role = "aut",
comment = c(affiliation = "Potsdam Institute for Climate Impact Research")),
person("David", "Klein", role = "aut",
comment = c(affiliation = "Potsdam Institute for Climate Impact Research")),
person("Anastasis", "Giannousakis", role = "aut"),
person("Markus", "Bonsch", role = "aut"),
person("Benjamin Leon", "Bodirsky", role = "aut",
comment = c(affiliation = "Potsdam Institute for Climate Impact Research")),
person("Lavinia", "Baumstark", role = "aut",
comment = c(affiliation = "Potsdam Institute for Climate Impact Research")),
person("Oliver", "Richters", role = "aut",
comment = c(affiliation = "Potsdam Institute for Climate Impact Research")),
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.11.3),
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
Config/Keywords: tool
Config/testthat/edition: 3
Config/testthat/parallel: true
Config/testthat/start-first: checkRequiredPackages, updateRepo
Encoding: UTF-8
LazyData: no
RoxygenNote: 7.3.2