Skip to content

Commit

Permalink
Fix issue #101
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaurita Hutchins authored Aug 5, 2019
2 parents eaa6684 + 46681ea commit 645cc24
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 10 deletions.
13 changes: 10 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,16 @@ env:

matrix:
include:
- r: devel
- r: release
- stage: prewarm cache
r: oldrel
script:
- R CMD build .
- stage: prewarm cache
r: devel
script:
- R CMD build .
- stage: deploy
r: release
r_github_packages:
- r-lib/pkgdown
- r-lib/covr
Expand All @@ -25,4 +33,3 @@ matrix:
provider: script
script: Rscript -e 'pkgdown::deploy_site_github(verbose = TRUE)'
skip_cleanup: true
- r: oldrel
10 changes: 3 additions & 7 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: MicrobiomeR
Title: Analyze Microbiome Data
Version: 0.6.0
Version: 0.6.1
Authors@R: c(
person("Robert", "Gilmore", email = "[email protected]", role = c("aut", "cre")),
person("Shaurita", "Hutchins", email = "[email protected]", role = "aut"))
Expand Down Expand Up @@ -60,14 +60,10 @@ Suggests:
knitr,
rmarkdown,
testthat
Additional_repositories:
http://bioconductor.org/packages/release/bioc/,
http://bioconductor.org/packages/release/data/annotation,
http://bioconductor.org/packages/release/data/experiment,
http://bioconductor.org/packages/release/extra
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
LazyData: true
URL: https://github.com/vallenderlab/MicrobiomeR, https://microbiomer.vallenderlab.science/
BugReports: https://github.com/vallenderlab/MicrobiomeR/issues
VignetteBuilder: knitr
StagedInstall: false
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# MicrobiomeR 0.6.1

* Added `StagedInstall: false` to DESCRIPTION file.

# MicrobiomeR 0.6.0

* Improved documentation of ordination methods and distances.
Expand Down

0 comments on commit 645cc24

Please sign in to comment.