summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Branham2018-06-10 14:34:11 -0500
committerAlex Branham2018-06-10 14:34:11 -0500
commitc039194aaec849cbfa849841e3799136fe71566a (patch)
treeb145a93a110d32ec0153e33eaff0dadcf2351306
parent68a695f568ff520f50d469328c445392873363d8 (diff)
downloadaur-c039194aaec849cbfa849841e3799136fe71566a.tar.gz
Specify minimum versions
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0a1d872901d3..ccaa50d73301 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,8 +6,8 @@ pkgbase = r-bayesplot
arch = any
license = GPL3
depends = r
- depends = r-dplyr
- depends = r-ggplot2
+ depends = r-dplyr>=0.7.1
+ depends = r-ggplot2>=2.2.1
depends = r-reshape2
depends = r-rlang
depends = r-ggridges
diff --git a/PKGBUILD b/PKGBUILD
index 6b8899ee08ed..2b83b2c78d20 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc="Plotting for Bayesian Models"
arch=('any')
url="https://cran.r-project.org/package=${_cranname}"
license=('GPL3')
-depends=('r' 'r-dplyr' 'r-ggplot2' 'r-reshape2' 'r-rlang' 'r-ggridges')
+depends=('r' 'r-dplyr>=0.7.1' 'r-ggplot2>=2.2.1' 'r-reshape2' 'r-rlang' 'r-ggridges')
optdepends=('pandoc' 'r-arm' 'r-cran-gridextra' 'r-knitr' 'r-loo' 'r-rmarkdown' 'r-rstan' 'r-rstanarm' 'r-rstantools' 'r-cran-scales' 'r-shinystan' 'r-testthat' 'r-vdiffr')