mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-modelr: auto updated to 0.1.11-1
This commit is contained in:
parent
ac76cf86b2
commit
8d861bf347
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=modelr
|
||||
_pkgver=0.1.10
|
||||
_pkgver=0.1.11
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=0.1.10
|
||||
pkgver=0.1.11
|
||||
pkgrel=1
|
||||
pkgdesc='Modelling Functions that Work with the Pipe'
|
||||
arch=('any')
|
||||
|
@ -27,7 +27,7 @@ optdepends=(
|
|||
r-testthat
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('9345a6e86363181e369c5e9de190fcab62d05e284fc65f1c4d30acfbce6a0f63')
|
||||
sha256sums=('94ebd506e9ccf3bf25318be6a182f8f89c3669a77b41864a0b9dbcc1d4337bd3')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue