Skip to content

Commit

Permalink
Implementing Github Actions for Progress Map
Browse files Browse the repository at this point in the history
  • Loading branch information
rmh24 committed Jun 18, 2024
1 parent d6b3f19 commit 0715f2c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/data-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,14 @@ jobs:
source("R_scripts/CI_1_Generate_reports.R")
shell: Rscript {0}

# Run R script to update progress map:
- name: Update Progress Map
id: update_progress_map
run: |
source("R_scripts/CI_2_progress_map.R")
shell: Rscript {0}



# Commit and push all new files, where commits are assigned to GA bot:
- name: Commit new files
Expand Down
6 changes: 4 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,15 @@ Authors@R: c(
person(given = c("Albert", "Y."), family = "Kim", role = c("cre", "aut"), email = "[email protected]", comment = c(ORCID = "0000-0001-7824-306X")),
person(given = c("Valentine"), family = "Herrmann", role = c("aut"), email = "[email protected]", comment = c(ORCID = "0000-0002-4519-481X")),
person(given = "Nidhi", family = "Vinod", role = "aut"),
person(given = "Cameron", family = "Dow", role = "aut", comment = c(ORCID = "0000-0002-8365-598X"))
person(given = "Cameron", family = "Dow", role = "aut", comment = c(ORCID = "0000-0002-8365-598X")),
person(given = "Rachel", family = "Hoffman", role = "aut", comment = c(ORCID = "0009-0006-3342-4362"))
)
Depends: R (>= 4.0.0)
Imports:
here,
data.table,
tidyverse
tidyverse,
sf
URL: https://github.com/SCBI-ForestGEO/SCBImortality
BugReports: https://github.com/SCBI-ForestGEO/SCBImortality/issues
Config/testthat/edition: 3
File renamed without changes.

0 comments on commit 0715f2c

Please sign in to comment.