From ad98890694ec4003f3a1a45de6a2f38fc16907af Mon Sep 17 00:00:00 2001 From: Leonardo Collado Torres Date: Fri, 17 Feb 2017 17:35:40 -0500 Subject: [PATCH] v0.99.2 -- bump version and fix min R version --- DESCRIPTION | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 6561c46..2ca077c 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,5 +1,5 @@ Package: RIVERpkg -Date: 2017-02-01 +Date: 2017-02-17 Title: R package for RIVER (RNA-Informed Variant Effect on Regulation) Description: An implementation of a probabilistic modeling framework that jointly analyzes personal genome and transcriptome data to estimate the probability that @@ -10,7 +10,7 @@ Description: An implementation of a probabilistic modeling framework that jointl regulatory variant status then influences whether nearby genes are likely to display outlier levels of gene expression in that person. See the RIVER website for more information, documentation and examples. -Version: 0.99.1 +Version: 0.99.2 Authors@R: c(person("Yungil", "Kim", role = c("aut", "cre"), email = "ipw012@gmail.com"), person("Damani", "Farhan", role = "ctb", email = "farhand7@gmail.com"), person("Alexis", "Battle", role = "aut", email = "ajbattle@cs.jhu.edu")) @@ -18,7 +18,7 @@ Author: Yungil Kim [aut, cre], Alexis Battle [aut] Maintainer: Yungil Kim URL: https://github.com/ipw012/RIVERpkg BugReports: https://github.com/ipw012/RIVERpkg/issues -Depends: R (>= 3.3.1) +Depends: R (>= 3.3.2) biocViews: GeneExpression, GeneticVariability, SNP, Transcription, FunctionalPrediction, GeneRegulation, GenomicVariation, BiomedicalInformatics, FunctionalGenomics, Genetics, SystemsBiology, Transcriptomics, Bayesian, Clustering,