We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 408c732 commit 631dd1aCopy full SHA for 631dd1a
1 file changed
dev.R
@@ -9,10 +9,12 @@ test(filter = "graph")
9
test(filter = "examples")
10
test(filter = "pkg_check")
11
test(filter = "pkg_load")
12
+test(filter = "pkg_meta")
13
test(filter = "pkg_test")
14
test(filter = "pkg_utils")
15
test(filter = "pkgs_check")
16
test(filter = "pkgs_deps")
17
+test(filter = "pkgs_install")
18
test(filter = "pkgs_test")
19
test(filter = "project_root")
20
test(filter = "srcpkg$")
@@ -30,5 +32,7 @@ system.time(withr::with_dir("vignettes", rmarkdown::render("demo.Rmd")))
30
32
build_vignettes()
31
33
run_examples()
34
run_examples(run_donttest = TRUE)
35
+run_examples(start = "pkgs_install")
36
+
37
38
rhub::rhub_check(platforms="windows")
0 commit comments