Skip to content

Commit

Permalink
vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
guangchuang yu committed Nov 29, 2016
1 parent 01092d8 commit bba823b
Show file tree
Hide file tree
Showing 2 changed files with 233 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,16 @@ PKGNAME := $(shell sed -n "s/Package: *\([^ ]*\)/\1/p" DESCRIPTION)
PKGVERS := $(shell sed -n "s/Version: *\([^ ]*\)/\1/p" DESCRIPTION)
PKGSRC := $(shell basename `pwd`)

all: rd check clean
all: rd vignette check clean

rd:
Rscript -e 'roxygen2::roxygenise(".")'

vignette:
cd vignettes;\
Rscript -e 'rmarkdown::render("seqcombo.Rmd")';\
mv seqcombo.html ../docs

build:
cd ..;\
R CMD build $(PKGSRC)
Expand Down
227 changes: 227 additions & 0 deletions docs/seqcombo.html

Large diffs are not rendered by default.

0 comments on commit bba823b

Please sign in to comment.