summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Branham2018-06-10 15:07:42 -0500
committerAlex Branham2018-06-10 15:07:42 -0500
commitc7ef4d8c7e0106e98e0382aac85cc7b5b6e3adf2 (patch)
treeb2b2c409dfd5c8e874081ead6d2d3f2e6fb5cbe7
parent3e5782911c540340669e8edfd0ce8bbc3239948c (diff)
downloadaur-c7ef4d8c7e0106e98e0382aac85cc7b5b6e3adf2.tar.gz
Specify minimum versions
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD2
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6c6e5ecedada..f0595b019607 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,12 +6,12 @@ pkgbase = r-rstan
arch = x86_64
license = GPL3
depends = r
- depends = r-ggplot2
- depends = r-stanheaders
+ depends = r-ggplot2>=2.0.0
+ depends = r-stanheaders>=2.17.2
depends = r-inline
- depends = r-cran-gridextra
- depends = r-bh
- depends = r-stanheaders
+ depends = r-cran-gridextra>=2.0.0
+ depends = r-bh>=1.65
+ depends = r-stanheaders>=2.17.2
optdepends = pandoc
optdepends = r-bh
optdepends = r-loo
diff --git a/PKGBUILD b/PKGBUILD
index c35bfd5a1c37..52355b1fdd4b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc="R Interface to Stan"
arch=('x86_64')
url="https://cran.r-project.org/package=${_cranname}"
license=('GPL3')
-depends=('r' 'r-ggplot2' 'r-stanheaders' 'r-inline' 'r-cran-gridextra' 'r-bh' 'r-stanheaders')
+depends=('r' 'r-ggplot2>=2.0.0' 'r-stanheaders>=2.17.2' 'r-inline' 'r-cran-gridextra>=2.0.0' 'r-bh>=1.65' 'r-stanheaders>=2.17.2')
optdepends=('pandoc' 'r-bh' 'r-loo' 'r-shinystan' 'r-bayesplot' 'r-rstantools' 'r-rstudioapi' 'r-knitr')