-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
36 lines (36 loc) · 1.34 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
Package: tiltToyData
Title: Toy Datasets For 'TILT'
Version: 0.0.0.9204
Authors@R: c(
person("Kalash", "Singhal", , "[email protected]", role = c("aut", "cre")),
person("Mauro", "Lepore", , "[email protected]", role = "aut",
comment = c(ORCID = "https://orcid.org/0000-0002-1986-7988")),
person("Anne", "Schoenauer", , "[email protected]", role = "aut",
comment = c(ORCID = "https://orcid.org/0000-0002-4576-8799")),
person("Tilman", "Trompke", , "[email protected]", role = "aut",
comment = c(ORCID = "https://orcid.org/0009-0003-3351-5131")),
person("Linda", "Delacombaz", , "[email protected]", role = "aut"),
person("2 Degrees Investing Initiative", , , "[email protected]", role = c("cph", "fnd"))
)
Description: Toy datasets for 'TILT'.
License: GPL (>= 3)
URL: https://2degreesinvesting.github.io/tiltToyData/, https://github.com/2DegreesInvesting/tiltToyData
Suggests:
testthat (>= 3.0.0),
tiltIndicator (>= 0.0.0.9102)
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Imports:
dplyr,
fs,
lifecycle,
purrr,
readr,
rlang,
utils,
withr
BugReports: https://github.com/2DegreesInvesting/tiltToyData/issues
Remotes:
2DegreesInvesting/tiltIndicator