Skip to content

Commit 631dd1a

Browse files
committed
dev
1 parent 408c732 commit 631dd1a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

dev.R

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,12 @@ test(filter = "graph")
99
test(filter = "examples")
1010
test(filter = "pkg_check")
1111
test(filter = "pkg_load")
12+
test(filter = "pkg_meta")
1213
test(filter = "pkg_test")
1314
test(filter = "pkg_utils")
1415
test(filter = "pkgs_check")
1516
test(filter = "pkgs_deps")
17+
test(filter = "pkgs_install")
1618
test(filter = "pkgs_test")
1719
test(filter = "project_root")
1820
test(filter = "srcpkg$")
@@ -30,5 +32,7 @@ system.time(withr::with_dir("vignettes", rmarkdown::render("demo.Rmd")))
3032
build_vignettes()
3133
run_examples()
3234
run_examples(run_donttest = TRUE)
35+
run_examples(start = "pkgs_install")
36+
3337

3438
rhub::rhub_check(platforms="windows")

0 commit comments

Comments
 (0)