Skip to content

Commit d23989b

Browse files
authored
Merge pull request #122 from COMPASS-DOE/fix_tgas_sw
Update TMP tree gas seawater to saltwater & rmd checks code
2 parents f247b0b + 8ee6185 commit d23989b

3 files changed

Lines changed: 521 additions & 437 deletions

File tree

.github/workflows/render-rmarkdown.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: r-lib/actions/setup-pandoc@v2
2020
- name: Install needed packages
2121
run: |
22-
install.packages(c("remotes", "readr", "lubridate", "dplyr", "readr", "tidyr", "ggplot2", "plotly", "kableExtra", "skimr", "Kendall", "DT"))
22+
install.packages(c("remotes", "readr", "lubridate", "dplyr", "readr", "tidyr", "ggplot2", "plotly", "kableExtra", "skimr", "Kendall", "ggpubr", "DT"))
2323
remotes::install_cran("rmarkdown")
2424
shell: Rscript {0}
2525
- name: Render Rmarkdown files

0 commit comments

Comments
 (0)