summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Branham2018-06-11 09:04:50 -0500
committerAlex Branham2018-06-11 09:04:50 -0500
commitc6469a25fc780e0fb3d83dac2ae06a3009200e3f (patch)
tree9c2e1160d08caa29392da35c588fef2bd5d05340
parentc7ef4d8c7e0106e98e0382aac85cc7b5b6e3adf2 (diff)
downloadaur-c6469a25fc780e0fb3d83dac2ae06a3009200e3f.tar.gz
Account for gridextra rename
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f0595b019607..fc8e4726caa1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,7 @@ pkgbase = r-rstan
depends = r-ggplot2>=2.0.0
depends = r-stanheaders>=2.17.2
depends = r-inline
- depends = r-cran-gridextra>=2.0.0
+ depends = r-gridextra>=2.0.0
depends = r-bh>=1.65
depends = r-stanheaders>=2.17.2
optdepends = pandoc
diff --git a/PKGBUILD b/PKGBUILD
index 52355b1fdd4b..82145e97a4f9 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>=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')
+depends=('r' 'r-ggplot2>=2.0.0' 'r-stanheaders>=2.17.2' 'r-inline' 'r-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')