r-recipes: auto updated to 1.0.2-1

This commit is contained in:
BioArchLinuxBot 2022-10-16 06:03:19 +00:00
parent ea393de61a
commit 62552aa94f

View file

@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=recipes
_pkgver=1.0.1
_pkgver=1.0.2
pkgname=r-${_pkgname,,}
pkgver=1.0.1
pkgrel=2
pkgver=1.0.2
pkgrel=1
pkgdesc='Preprocessing and Feature Engineering Steps for Modeling'
arch=('any')
url="https://cran.r-project.org/package=${_pkgname}"
@ -52,7 +52,7 @@ optdepends=(
r-xml2
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('9e3ae212413409bf41ec7d1a311586e12c0ca79943cef436707d041c57125bc9')
sha256sums=('1a7b5a9a2946fa34599935b6d93101ec559d8a901d49cc691972c75df8d5670e')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"