mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-heplots: auto updated to 1.4.2-1
This commit is contained in:
parent
98c33c1c5b
commit
969f8e7433
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: sukanka <su975853527@gmail.com>
|
||||
|
||||
_pkgname=heplots
|
||||
_pkgver=1.3-9
|
||||
_pkgver=1.4-2
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=1.3.9
|
||||
pkgrel=6
|
||||
pkgver=1.4.2
|
||||
pkgrel=1
|
||||
pkgdesc='Visualizing Hypothesis Tests in Multivariate Linear Models'
|
||||
arch=('any')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -27,7 +27,7 @@ optdepends=(
|
|||
r-rgl
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('9d19b3941d8239c2d78b2a898c350faac5b42632fa8421450778df1c1ef29225')
|
||||
sha256sums=('5d48d3971939fd54c756abffb90c913933d7531ae9ba9d4eeecc8f3e043fd3ce')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue