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