I wonder why does vignettes/checkpoint.Rmd run the following:
> example_project <- tempdir()
Now example_project contains the path of per-session temporary
directory...
> dir.create(example_project, recursive = TRUE, showWarnings = FALSE)
...so there should be no need to create it...
> unlink(
Hi all,
I'm the new (as of 6 months ago) maintainer of checkpoint. If you're not
familiar with it, checkpoint is a package to help with reproducible analysis:
you give it a particular snapshot date from the MRAN site, and it installs the
packages that your project depends on from that snapshot.