dwww Home | Show directory contents | Find package

writeLines(
  "If you see me, something has gone wrong with old-school teardown",
  "DELETE-ME"
)
writeLines(
  "If you see me, something has gone wrong with new-school teardown",
  "DELETE-ME-2"
)
withr::defer(unlink("DELETE-ME-2"), teardown_env())

Generated by dwww version 1.15 on Sun May 19 02:57:30 CEST 2024.