-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
58 lines (58 loc) · 1.49 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
Package: PFUAggPipeline
Title: Calculate Aggregations and Efficiencies For Energy Conversion Chains in PSUT Format
Version: 0.1.9
Date: 2024-02-07
Authors@R:
c(person(given = "Matthew",
family = "Heun",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-7438-214X")))
Description: It is helpful to be able to aggregate and calculate efficiencies for
energy conversion chains.
This package provides functions to support and create a `targets` workflow
for such calculations.
Several targets create outputs in different forms:
`.csv` files, `.rds` files, and `.pdf` reports.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Imports:
dplyr,
IEATools,
magrittr,
matsbyname,
matsindf,
PFUPipelineTools,
pins,
RCLabels,
readxl,
Recca,
rlang,
tarchetypes,
targets,
tidyr
Suggests:
devtools,
ggplot2,
knitr,
MKHthemes,
PFUSetup,
rmarkdown,
spelling,
testthat (>= 3.0.0),
tibble
Remotes:
github::MatthewHeun/MKHthemes,
github::MatthewHeun/IEATools,
github::MatthewHeun/Recca,
github::EnergyEconomyDecoupling/MWTools,
github::EnergyEconomyDecoupling/PFUSetup,
github::EnergyEconomyDecoupling/PFUPipelineTools
Depends:
R (>= 2.10)
LazyData: true
Language: en-US
Config/testthat/edition: 3
VignetteBuilder: knitr