Skip to content

Commit

Permalink
improve project brazil bu chem
Browse files Browse the repository at this point in the history
  • Loading branch information
ibarraespinosa committed May 24, 2023
1 parent cdd11fd commit c6d4393
Show file tree
Hide file tree
Showing 13 changed files with 594 additions and 438 deletions.
Binary file modified projects/brazil_bu_chem.tar.gz
Binary file not shown.
18 changes: 18 additions & 0 deletions projects/brazil_bu_chem/config/clean.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,21 @@
# apagando dados
file.copy("scripts/backup_evaporatives.R",
"scripts/evaporatives.R",
overwrite = TRUE)

file.copy("scripts/backup_exhaust.R",
"scripts/exhaust.R",
overwrite = TRUE)

file.copy("scripts/backup_fuel_eval.R",
"scripts/fuel_eval.R",
overwrite = TRUE)

file.remove(c("scripts/backup_evaporatives.R",
"scripts/backup_exhaust.R",
"scripts/backup_fuel_eval.R"))


a <- list.files(path = "config", pattern = ".rds", full.names = T)
file.remove(a)

Expand All @@ -21,3 +38,4 @@ if(length(d) > 1) {
system(paste0("tar -caf ", basename(getwd()), ".tar.gz ."))
system(paste0("mv ", basename(getwd()), ".tar.gz ../"))
file.remove(".Rhistory")
# suppressWarnings(source("config/clean.R"))
Loading

0 comments on commit c6d4393

Please sign in to comment.