Skip to content

Commit

Permalink
add sv data creation
Browse files Browse the repository at this point in the history
  • Loading branch information
tonygard-indecon committed Sep 6, 2023
1 parent bf194b7 commit b0d51b7
Show file tree
Hide file tree
Showing 5 changed files with 507 additions and 31 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/piggyback.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
Rscript -e 'install.packages("tidyverse")'
Rscript -e 'install.packages("openxlsx")'
Rscript -e 'install.packages("devtools")'
Rscript -e 'install.packages("piggyback")'
Rscript -e 'install.packages("piggyback",dependencies =TRUE)'
- name: Run createsystemData
run: source("createsystemData.R")
- name: Commit results
Expand Down
26 changes: 0 additions & 26 deletions R/test_data/table_tests.yaml

This file was deleted.

8 changes: 4 additions & 4 deletions createsystemData.R → createSystemData_main.R
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ test_reshapeData <- list_reshapeData %>% dataInfo_test(

test_systemData0 <- list_systemData0 %>% dataInfo_test(
csvName = "configuredData_testResults",
save = save_test,
save = save_test,i
return = return_test
)

Expand Down Expand Up @@ -210,7 +210,8 @@ update_sysdata(
save = TRUE,
sv = TRUE,
# sv = FALSE,
impacts = FALSE
impacts = FALSE,
outPath = dataOutPath
)


Expand All @@ -236,5 +237,4 @@ pb_download(repo = "USEPA/FrEDI_data",
tag = "FrEDI_2300",
dest = tempdir())

list.files(tempdir())
load(tempdir())

Loading

0 comments on commit b0d51b7

Please sign in to comment.