mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-caretensemble: auto updated to 2.0.3-1
This commit is contained in:
parent
117308015c
commit
c219a96730
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=caretEnsemble
|
||||
_pkgver=2.0.2
|
||||
_pkgver=2.0.3
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=2.0.2
|
||||
pkgrel=4
|
||||
pkgver=2.0.3
|
||||
pkgrel=1
|
||||
pkgdesc='Ensembles of Caret Models'
|
||||
arch=('any')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -41,7 +41,7 @@ optdepends=(
|
|||
r-usethis
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('d8fcf3742beddc723b68677682708408cc11dcb8b36a0f70f03e7c4763e04f4d')
|
||||
sha256sums=('9099e441211b29e17f7f5b521a3fc9e35be24cafa9bd8782a3eae2fb190aa391')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue