Package: greenAlgoR
Title: Carbon Footprint Estimation for 'R' Computations
Version: 0.1.2
Authors@R: person("Adrien", "Taudière", email = "adrien.taudiere@zaclys.net",
role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0003-1088-1182"))
Description: Computes the carbon footprint and ecological impact of
computational tasks in 'R'. Based on the 'Green Algorithms'
framework (Lannelongue et al. 2021,
), this package
provides functions to estimate energy consumption and CO2
emissions from 'R' computations. It includes specialized
support for 'targets' pipelines and provides visualization
tools for carbon footprint analysis. The package helps
researchers and data scientists to measure the environmental
impact of their computational work.
License: AGPL-3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
URL: https://github.com/adrientaudiere/greenAlgoR,
https://adrientaudiere.github.io/greenAlgoR/
BugReports: https://github.com/adrientaudiere/greenAlgoR/issues
Depends: R (>= 3.5.0)
Imports: benchmarkme, targets, ggplot2, utils
Suggests: here, RCurl, testthat (>= 3.0.0), knitr, rmarkdown
Config/testthat/edition: 3
VignetteBuilder: knitr
Config/roxygen2/version: 8.0.0
Config/pak/sysreqs: libglpk-dev libicu-dev libxml2-dev libssl-dev
Repository: https://adrientaudiere.r-universe.dev
Date/Publication: 2026-06-22 14:51:24 UTC
RemoteUrl: https://github.com/adrientaudiere/greenAlgoR
RemoteRef: HEAD
RemoteSha: 64b0b89bf2fbd475a7d4e41125910a3bf5ce113d
NeedsCompilation: no
Packaged: 2026-06-22 15:34:34 UTC; root
Author: Adrien Taudière [aut, cre, cph] (ORCID:
)
Maintainer: Adrien Taudière