mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-recipes: auto updated to 0.1.17-1
This commit is contained in:
parent
eac18e20f4
commit
ba5bad9cb4
1 changed files with 2 additions and 2 deletions
|
@ -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}"
|
||||
|
|
Loading…
Add table
Reference in a new issue