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", "Paterson", role = "aut"),
    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
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()
NeedsCompilation: no
Packaged: 2026-08-24 15:33:04 UTC; beabo
Author: Beatrice Bock [aut, cre, cph] (ORCID:
    <https://orcid.org/0000-0003-2240-9360>),
  Rachel Paterson [aut],
  Dylan van Bramer [aut]
Maintainer: Beatrice Bock <beabockm@gmail.com>
Repository: CRAN
Date/Publication: 2026-09-05 13:50:20 UTC
