# Contributor: Viktor Drobot (aka dviktor) linux776 [at] gmail [dot] com # Contributor: Grey Christoforo _cranname=nlme _cranver=3.1-144 pkgname=r-${_cranname,,} pkgver=${_cranver//[:-]/.} pkgrel=1 pkgdesc="Linear and Nonlinear Mixed Effects Models" arch=(i686 x86_64) url="https://cran.r-project.org/package=${_cranname}" license=(GPL2 GPL3) depends=('r>=3.4.0') makedepends=(gcc) optdepends=(r-hmisc) source=("https://cran.r-project.org/src/contrib/${_cranname}_${_cranver}.tar.gz") md5sums=('1438f6b71c9aa06d8208992a2cfe27b9') build() { cd "${srcdir}" R CMD INSTALL ${_cranname}_${_cranver}.tar.gz -l ${srcdir} } package() { cd "${srcdir}" install -dm0755 "${pkgdir}/usr/lib/R/library" cp -a --no-preserve=ownership "${_cranname}" "${pkgdir}/usr/lib/R/library" }