mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-mlapi: auto updated to 0.1.1-1
This commit is contained in:
parent
1e6e194d8f
commit
6f5a5e61f9
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=mlapi
|
||||
_pkgver=0.1.0
|
||||
_pkgver=0.1.1
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=0.1.0
|
||||
pkgrel=2
|
||||
pkgver=0.1.1
|
||||
pkgrel=1
|
||||
pkgdesc="Abstract Classes for Building 'scikit-learn' Like API"
|
||||
arch=('any')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -17,7 +17,7 @@ optdepends=(
|
|||
r-knitr
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('3314e96f4a467a9b6337b4fb16bc5a22e5dee641745ea511c24c327457997b08')
|
||||
sha256sums=('d9ce7932a2c07fa07689f8a120afad77293544fb227ad22e8909add44d8cd1e3')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue