r-recipes: auto updated to 0.1.17-1

This commit is contained in:
BioArchLinuxBot 2022-01-14 02:06:25 +08:00
parent eac18e20f4
commit ba5bad9cb4

View file

@ -3,7 +3,7 @@
_pkgname=recipes
_pkgver=0.1.17
pkgname=r-${_pkgname,,}
pkgver=${_pkgver//[:-]/.}
pkgver=0.1.17
pkgrel=1
pkgdesc='Preprocessing and Feature Engineering Steps for Modeling'
arch=('any')
@ -51,7 +51,7 @@ optdepends=(
r-xml2
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('a')
sha256sums=('ed20ba0ea0165310e31864ed7d2e005a2a37b76c7913977fd124d8b567616d3d')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"