-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated dependencies to ensure compatibility with R 3.4.1 and that al…
…l package versions will install into the conda qiime2-2018.11 environment (tested on OSX 10.14).
- Loading branch information
Showing
1 changed file
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Package: qiime2R | ||
Type: Package | ||
Title: qiime2R | ||
Version: 0.99.1 | ||
Version: 0.99.11 | ||
Author: Jordan Bisanz <[email protected]> | ||
Maintainer: Jordan Bisanz <[email protected]> | ||
Description: Importing QIIME2 artifacts and associated data into R sessions. | ||
|
@@ -12,14 +12,14 @@ RoxygenNote: 6.0.1 | |
Suggests: knitr, rmarkdown | ||
VignetteBuilder: knitr | ||
biocViews: Microbiome, DataImport | ||
Depends: R (>= 3.5) | ||
Depends: R (>= 3.4.1) | ||
Imports: | ||
ape (>= 4.1), | ||
Biostrings (>= 2.42.1), | ||
ape (>= 5.2), | ||
Biostrings (>= 2.46.0), | ||
biomformat (>= 1.6.0), | ||
phyloseq (>= 1.24.0), | ||
phyloseq (>= 1.22.3), | ||
Hmisc (>= 4.1-1), | ||
yaml (>= 2.1.19), | ||
yaml (>= 2.2.0), | ||
stats, | ||
utils | ||
|