Skip to content

Commit

Permalink
add debug traces
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrassellyb committed Oct 27, 2023
1 parent 5f4a692 commit 1374257
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions inst/templates/ad_adae.R
Original file line number Diff line number Diff line change
Expand Up @@ -138,4 +138,5 @@ if (!file.exists(dir)) {
# Create the folder
dir.create(dir)
}
print(dir)
save(adae, file = file.path(dir, "adae.rda"), compress = "bzip2")
1 change: 1 addition & 0 deletions inst/templates/ad_adcm.R
Original file line number Diff line number Diff line change
Expand Up @@ -143,4 +143,5 @@ if (!file.exists(dir)) {
# Create the folder
dir.create(dir)
}
print(dir)
save(adcm, file = file.path(dir, "adcm.rda"), compress = "bzip2")
1 change: 1 addition & 0 deletions inst/templates/ad_adeg.R
Original file line number Diff line number Diff line change
Expand Up @@ -335,4 +335,5 @@ if (!file.exists(dir)) {
# Create the folder
dir.create(dir)
}
print(dir)
save(adeg, file = file.path(dir, "adeg.rda"), compress = "bzip2")
1 change: 1 addition & 0 deletions inst/templates/ad_adex.R
Original file line number Diff line number Diff line change
Expand Up @@ -307,4 +307,5 @@ if (!file.exists(dir)) {
# Create the folder
dir.create(dir)
}
print(dir)
save(adex, file = file.path(dir, "adex.rda"), compress = "bzip2")

0 comments on commit 1374257

Please sign in to comment.