Skip to content

Commit

Permalink
add a vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
dcgerard committed May 23, 2019
1 parent 891cfed commit ff7aea0
Show file tree
Hide file tree
Showing 37 changed files with 1,115 additions and 26 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,5 @@ _region_.tex
*.rar
*.tar
*.zip
*.egg-info
*.egg-info
inst/doc
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ cache: packages
bioc_packages: sva
bioc_packages: SummarizedExperiment
bioc_packages: DESeq2
bioc_packages: airway
bioc_packages: limma
bioc_packages: qvalue

after_success:
- Rscript -e 'covr::codecov()'
8 changes: 7 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,17 @@ Suggests:
covr,
testthat,
SummarizedExperiment,
DESeq2
DESeq2,
knitr,
rmarkdown,
airway,
limma,
qvalue
Imports:
assertthat,
irlba,
sva,
pdist,
optmatch,
matchingR
VignetteBuilder: knitr
14 changes: 13 additions & 1 deletion docs/CODE_OF_CONDUCT.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 13 additions & 1 deletion docs/LICENSE.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

143 changes: 143 additions & 0 deletions docs/articles/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit ff7aea0

Please sign in to comment.