-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
41 lines (41 loc) · 1.24 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
37
38
39
40
41
Package: carbonr
Title: Calculate Carbon-Equivalent Emissions
Version: 0.2.3
Authors@R:
person("Lily", "Clements", , "lily@idems.international", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-8864-0552"))
Description: Provides a flexible tool for calculating carbon-equivalent emissions. Mostly using data from the UK Government's Greenhouse Gas Conversion Factors report <https://www.gov.uk/government/publications/greenhouse-gas-reporting-conversion-factors-2024>, it facilitates transparent emissions calculations for various sectors, including travel, accommodation, and clinical activities. The package is designed for easy integration into R workflows, with additional support for 'shiny' applications and community-driven extensions.
License: LGPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Suggests:
knitr,
purrr,
rmarkdown,
testthat (>= 2.0.0)
Config/testthat/edition: 2
Imports:
airportr,
checkmate,
cowplot,
dplyr,
emojifont,
ggplot2,
ggpp,
htmltools,
lubridate,
magrittr,
readxl,
rlang,
shiny,
shinydashboard,
sp,
stringr,
tibble,
tidyr,
tidyselect
Depends:
R (>= 2.10)
LazyData: true
VignetteBuilder: knitr