# Maintainer: Pekka Ristola # Contributor: Guoyi Zhang # Contributor: Viktor Drobot (aka dviktor) linux776 [at] gmail [dot] com # Contributor: Ward Segers # Contributor: Alex Branham # Contributor: wagnerflo _pkgname=zoo _pkgver=1.8-12 pkgname=r-${_pkgname,,} pkgver=${_pkgver//-/.} pkgrel=3 pkgdesc="S3 Infrastructure for Regular and Irregular Time Series (Z's Ordered Observations)" arch=(x86_64) url="https://cran.r-project.org/package=${_pkgname}" license=(GPL) depends=( r ) optdepends=( r-aer r-chron r-coda r-ggplot2 r-mondate r-scales r-stinepack r-strucchange r-timedate r-timeseries r-tis r-tseries r-xts ) source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz") md5sums=('9bf826a22610f5a3f8ebd063404e7183') sha256sums=('e6c3862668f9e3422bced3b6fba485c76a1e91b48f5d6153822d6a61863b2fb8') build() { mkdir -p build R CMD INSTALL "$_pkgname" -l build } package() { install -d "$pkgdir/usr/lib/R/library" cp -a --no-preserve=ownership "build/$_pkgname" "$pkgdir/usr/lib/R/library" }