summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-26 17:21:08 +0000
committerBioArchLinuxBot2022-11-26 17:21:08 +0000
commitd9d63826865408f3cb1655259722d45daab98b97 (patch)
treec2a330a3259e7f4e762c222f70f83f7108c41b6e
parented9ce3cda2cd7a386beaed7599e331853d492ec6 (diff)
downloadaur-d9d63826865408f3cb1655259722d45daab98b97.tar.gz
[lilac] updated to 1.4.2-3
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD12
2 files changed, 22 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 13ab7adcc33f..408a738b2183 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,23 +1,33 @@
pkgbase = r-heplots
pkgdesc = Visualizing Hypothesis Tests in Multivariate Linear Models
pkgver = 1.4.2
- pkgrel = 1
+ pkgrel = 3
url = https://cran.r-project.org/package=heplots
arch = any
license = GPL
depends = r
+ depends = r-broom
depends = r-car
+ depends = r-magrittr
+ depends = r-purrr
+ depends = r-tibble
optdepends = r-animation
+ optdepends = r-bookdown
optdepends = r-candisc
optdepends = r-corrgram
+ optdepends = r-dplyr
optdepends = r-effects
+ optdepends = r-ggplot2
optdepends = r-gplots
+ optdepends = r-knitr
optdepends = r-lattice
optdepends = r-mvinfluence
optdepends = r-nlme
optdepends = r-reshape
optdepends = r-reshape2
optdepends = r-rgl
+ optdepends = r-rmarkdown
+ optdepends = r-tidyr
source = https://cran.r-project.org/src/contrib/heplots_1.4-2.tar.gz
sha256sums = 5d48d3971939fd54c756abffb90c913933d7531ae9ba9d4eeecc8f3e043fd3ce
diff --git a/PKGBUILD b/PKGBUILD
index 5b1dab793d20..164362315803 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,27 +4,37 @@ _pkgname=heplots
_pkgver=1.4-2
pkgname=r-${_pkgname,,}
pkgver=1.4.2
-pkgrel=1
+pkgrel=3
pkgdesc='Visualizing Hypothesis Tests in Multivariate Linear Models'
arch=('any')
url="https://cran.r-project.org/package=${_pkgname}"
license=('GPL')
depends=(
r
+ r-broom
r-car
+ r-magrittr
+ r-purrr
+ r-tibble
)
optdepends=(
r-animation
+ r-bookdown
r-candisc
r-corrgram
+ r-dplyr
r-effects
+ r-ggplot2
r-gplots
+ r-knitr
r-lattice
r-mvinfluence
r-nlme
r-reshape
r-reshape2
r-rgl
+ r-rmarkdown
+ r-tidyr
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('5d48d3971939fd54c756abffb90c913933d7531ae9ba9d4eeecc8f3e043fd3ce')