Skip to content
This repository has been archived by the owner on May 10, 2022. It is now read-only.

Commit

Permalink
Convert vignette to Rmarkdown v2
Browse files Browse the repository at this point in the history
  • Loading branch information
kbroman committed May 30, 2015
1 parent 576fd67 commit 304c6dd
Show file tree
Hide file tree
Showing 7 changed files with 138 additions and 930 deletions.
5 changes: 3 additions & 2 deletions DESCRIPTION
@@ -1,7 +1,7 @@
Package: IEEER
Title: Interface to the IEEE Xplore Gateway
Version: 0.2.4
Date: 2014-12-16
Version: 0.2.5
Date: 2015-05-30
Authors@R: c(person("Saul", "Wiggin", role=c("aut","cre"),
email="saulwiggin@googlemail.com"),
person("Karl", "Broman", role="aut",
Expand All @@ -19,6 +19,7 @@ Imports:
Suggests:
devtools,
knitr,
rmarkdown,
roxygen2,
testthat
VignetteBuilder: knitr
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,2 +1,2 @@
YEAR: 2014
YEAR: 2015
COPYRIGHT HOLDER: Saul Wiggin and Karl W Broman
5 changes: 3 additions & 2 deletions Makefile
Expand Up @@ -7,8 +7,9 @@ doc:
vignettes: inst/doc/IEEER.html

inst/doc/IEEER.html: vignettes/IEEER.Rmd
cp $< $(@D)
cd $(@D);R -e 'knitr::knit2html("$(<F)")'
cd $(<D); \
R -e "rmarkdown::render('$(<F)')"; \
mv $(@F) ../$(@D)

data: data/query_param.RData

Expand Down
232 changes: 0 additions & 232 deletions inst/doc/IEEER.Rmd

This file was deleted.

0 comments on commit 304c6dd

Please sign in to comment.