Skip to content

Commit

Permalink
Add package cli as a Suggests, and load explicitly in tests. This i…
Browse files Browse the repository at this point in the history
…s a workaround for the new testthat package. #254

Rebuild vignettes.
  • Loading branch information
andrie committed Nov 17, 2017
1 parent 50710bc commit 615803d
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 1,024 deletions.
3 changes: 2 additions & 1 deletion DESCRIPTION
Expand Up @@ -33,7 +33,8 @@ Suggests:
testthat(>= 0.9),
MASS,
darts,
mockery
mockery,
cli
VignetteBuilder: knitr
RoxygenNote: 6.0.1
Roxygen: list(markdown = TRUE)
1 change: 1 addition & 0 deletions tests/test-all.R
@@ -1,3 +1,4 @@
library(cli)
library(testthat)
old.env <- Sys.getenv("checkpoint.mock.install")
Sys.setenv("checkpoint.mock.install" = TRUE)
Expand Down
67 changes: 0 additions & 67 deletions vignettes/checkpoint.R

This file was deleted.

258 changes: 0 additions & 258 deletions vignettes/checkpoint.html

This file was deleted.

204 changes: 0 additions & 204 deletions vignettes/checkpoint.md

This file was deleted.

69 changes: 0 additions & 69 deletions vignettes/managing-checkpoint-archives.R

This file was deleted.

0 comments on commit 615803d

Please sign in to comment.