r-rstatix: auto updated to 0.7.0-1

This commit is contained in:
BioArchLinuxBot 2022-02-23 20:29:07 +00:00
parent 366696fb61
commit 57456bc03d

View file

@ -3,7 +3,7 @@
_pkgname=rstatix
_pkgver=0.7.0
pkgname=r-${_pkgname,,}
pkgver=${_pkgver//[:-]/.}
pkgver=0.7.0
pkgrel=1
pkgdesc='Pipe-Friendly Framework for Basic Statistical Tests'
arch=('any')
@ -35,7 +35,7 @@ optdepends=(
r-testthat
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('a')
sha256sums=('a5ae17dc32cc26fc5dcab9ff0a9747ce3786c9fe091699247ad8b9f823f2600c')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"