mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-lme4: auto updated to 1.1.32-1
This commit is contained in:
parent
3e20cd8bcb
commit
87a714a040
1 changed files with 4 additions and 4 deletions
|
@ -4,10 +4,10 @@
|
|||
# Contributor: Taekyung Kim <Taekyung.Kim.Maths@gmail.com>
|
||||
|
||||
_pkgname=lme4
|
||||
_pkgver=1.1-31
|
||||
_pkgver=1.1-32
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=1.1.31
|
||||
pkgrel=3
|
||||
pkgver=1.1.32
|
||||
pkgrel=1
|
||||
pkgdesc="Linear Mixed-Effects Models using 'Eigen' and S4"
|
||||
arch=('x86_64')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -41,7 +41,7 @@ optdepends=(
|
|||
r-tibble
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('5affd1e33d3fece5ec0a6c7663eb12328e64147f8aa92675ce6453c4fe72edfd')
|
||||
sha256sums=('5e46cba4384d95c6ec70db7f56f3e4c17dc6dccb7e873cb3e5b47f448dc50348')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue