Skip to content

Commit dcb5103

Browse files
committed
refactor
1 parent 90be936 commit dcb5103

3 files changed

+7
-0
lines changed

vignettes/articles/descriptive-analysis-co2_footprint_per_benchmark.Rmd

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ This article shows how to calculate the descriptive analysis of co2_footprint pe
2121
benchmark using product-level output of Emissions profile indicator.
2222

2323
```{r setup, warning=FALSE, echo = FALSE, message=FALSE}
24+
library(stats)
25+
library(base)
26+
library(tidyselect)
2427
library(tiltDataAnalysis)
2528
library(dplyr)
2629
library(tibble)

vignettes/articles/descriptive-analysis-transition_risk_score_per_scenario_year_tilt_subsector.Rmd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ scores for all `tilt_subsectors` per scenario-year-tilt_subsector benchmark
1414
using product-level output of Transition risk profile indicator.
1515

1616
```{r setup, warning=FALSE, echo = FALSE, message=FALSE}
17+
library(base)
18+
library(stats)
1719
library(tiltDataAnalysis)
1820
library(kableExtra)
1921
library(dplyr)

vignettes/articles/show-reduction_targets_for_tilt_subsectors_per_grouping_sector.Rmd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ This article outlines how to show reduction targets for all `tilt_subsectors` pe
2121
grouping_sector using product-level output of Sector profile indicator.
2222

2323
```{r setup, warning=FALSE, echo = FALSE, message=FALSE}
24+
library(tidyselect)
2425
library(tidyr)
26+
library(stringr)
2527
library(tiltDataAnalysis)
2628
library(kableExtra)
2729
library(dplyr)

0 commit comments

Comments
 (0)