-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
34 lines (34 loc) · 1.32 KB
/
Copy pathDESCRIPTION
File metadata and controls
34 lines (34 loc) · 1.32 KB
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
Package: CodeCarbonR
Title: Track Energy Consumption and Carbon Emissions of R Code
Version: 0.1.0
Authors@R: c(
person("Beatrice", "Bock", email = "beabockm@gmail.com", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0003-2240-9360")),
person("Rachel", "Peterson", email = "rachel.peterson.5683@gmail.com", role = "aut",
comment = c(ORCID = "0009-0007-2048-8268")),
person("Dylan", "van Bramer", role = "aut"))
Description: Wraps the Python 'codecarbon' package via 'reticulate' to
measure the energy consumption and estimated carbon emissions of R
code. Provides a self-contained setup routine that installs
'codecarbon' into a dedicated conda environment, and an R-facing
tracker API for measuring a block of code or a longer-running
session.
License: MIT + file LICENSE
URL: https://beabock.github.io/CodeCarbonR/, https://github.com/beabock/CodeCarbonR
BugReports: https://github.com/beabock/CodeCarbonR/issues
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
Imports:
R6,
reticulate
Suggests:
knitr,
pkgdown,
rmarkdown,
testthat (>= 3.0.0)
Config/Needs/website: rmarkdown
VignetteBuilder: knitr
Config/testthat/edition: 3
SystemRequirements: Python (>= 3.9); codecarbon Python package (>= 2.2.2),
installed via setup_carbon_tracker()