Skip to content

Commit

Permalink
added infrastructure for vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
hfrick committed Mar 14, 2018
1 parent d6fc5af commit ad92d9d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
.Rhistory
.RData
goodpractice.Rproj
inst/doc
7 changes: 5 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ URL: https://github.com/mangothecat/goodpractice
BugReports: https://github.com/mangothecat/goodpractice/issues
RoxygenNote: 6.0.1.9000
Suggests:
testthat
testthat,
knitr,
rmarkdown
Imports:
clisymbols,
covr,
Expand All @@ -30,7 +32,7 @@ Imports:
withr,
xml2,
xmlparsedata (>= 1.0.1)
Collate:
Collate:
'api.R'
'customization.R'
'lists.R'
Expand All @@ -54,3 +56,4 @@ Collate:
'print.R'
'rstudio_markers.R'
'utils.R'
VignetteBuilder: knitr

0 comments on commit ad92d9d

Please sign in to comment.