Skip to content

Commit df94958

Browse files
committed
fix
1 parent 12d447f commit df94958

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

Makefile

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,8 @@ revdep: doc
3636
R -s -e "out <- tools::check_packages_in_dir('revcheck',reverse=list(which='most'),Ncpus=3); print(summary(out)); saveRDS(out, file='revcheck/output.RDS')"
3737

3838
introduction:
39-
R -s -e "rmarkdown::render('pkg/vignettes/introduction.Rmd')"
40-
xdg-open pkg/vignettes/introduction.html
41-
42-
indicators:
43-
R -s -e "rmarkdown::render('pkg/vignettes/indicators.Rmd')"
44-
xdg-open pkg/vignettes/indicators.html
45-
46-
rule_files:
47-
R -s -e "rmarkdown::render('pkg/vignettes/rule_files.Rmd')"
48-
xdg-open pkg/vignettes/rule_files.html
39+
R -s -e "rmarkdown::render('pkg/vignettes/intro.Rmd')"
40+
xdg-open pkg/vignettes/intro.html
4941

5042
clean:
5143
rm -rf revdep

0 commit comments

Comments
 (0)