-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
23 lines (23 loc) · 886 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
Package: greenAlgoR
Title: Compute ecological footprint in R
Version: 0.1.1
Authors@R: person("Adrien", "Taudière", email = "[email protected]",
role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0003-1088-1182"))
Description: This package computes ecological footprint in R (based on [green-algorithms](https://calculator.green-algorithms.org/).
greenAlgoR also made it simple to compute ecological footprint of \{[targets](https://github.com/ropensci/targets)\} pipelines.
License: GPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
URL: https://github.com/adrientaudiere/greenAlgoR, https://adrientaudiere.github.io/greenAlgoR/
BugReports: https://github.com/adrientaudiere/greenAlgoR/issues
Depends:
R (>= 3.5.0),
benchmarkme,
targets,
ggplot2
Suggests:
here,
RCurl,
testthat (>= 3.0.0)
Config/testthat/edition: 3