1 # Contributor: Nick B <Shirakawasuna at gmail _dot_com>
6 pkgdesc="R interface to the yacas computer algebra system."
8 url="http://cran.r-project.org/web/packages/Ryacas/index.html"
11 source=(http://cran.r-project.org/src/contrib/Ryacas_${pkgver//_/-}.tar.gz)
14 mkdir -p $pkgdir/usr/lib/R/library
16 R CMD INSTALL -l ../pkg/usr/lib/R/library ./Ryacas || return 1
18 md5sums=('dff9158898efe9d09d7611dd6a167a76')