From 78d11ae817ace05071ad6972fb9e3b3dee577dab Mon Sep 17 00:00:00 2001 From: Jordan Bisanz Date: Wed, 16 Jan 2019 09:57:33 -0800 Subject: [PATCH] Updated dependencies to ensure compatibility with R 3.4.1 and that all package versions will install into the conda qiime2-2018.11 environment (tested on OSX 10.14). --- DESCRIPTION | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 76dbba0..df5396d 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: qiime2R Type: Package Title: qiime2R -Version: 0.99.1 +Version: 0.99.11 Author: Jordan Bisanz Maintainer: Jordan Bisanz 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