smoketests/snapshot.R

source("functions.R")

for (dir in appdirs()) {
  snapshotPath <- file.path(dir, "R.out.save")
  if (upToDate(dir, "R.out.save"))
    next

  cat("Snapshotting", dir, "\n")
  res <- executeApp(dir)
  writeLines(res, snapshotPath)
}

invisible()
rstudio/shiny documentation built on June 14, 2024, 4:25 p.m.