Skip to content

Commit fa6cdac

Browse files
committed
Debugging workspace generation
1 parent 597e289 commit fa6cdac

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/generate-workspace.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
run: |
3131
devtools::load_all()
3232
iscamdata <- ls(getNamespace("ISCAM"), all.names = TRUE)
33+
print(iscamdata)
3334
iscamdata <- c(
3435
iscamdata[
3536
!iscamdata %in%
@@ -42,6 +43,7 @@ jobs:
4243
],
4344
Sys.glob("data/*.rda") |> basename() |> gsub("\\.rda$", "", x = _)
4445
)
46+
print(iscamdata)
4547
save(list = iscamdata, file = "docs/ISCAM.RData")
4648
shell: Rscript {0}
4749

0 commit comments

Comments
 (0)