Search Criteria
Package Details: r-rlang 0.4.2-1
Git Clone URL: | https://aur.archlinux.org/r-rlang.git (read-only, click to copy) |
---|---|
Package Base: | r-rlang |
Description: | Functions for Base Types and Core R and 'Tidyverse' Features |
Upstream URL: | http://cran.r-project.org/web/packages/rlang/index.html |
Licenses: | |
Submitter: | greyltc |
Maintainer: | greyltc |
Last Packager: | greyltc |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2019-02-09 12:38 |
Last Updated: | 2019-11-27 11:11 |
Latest Comments
jprobichaud commented on 2019-11-08 14:04
This works:
Contributor: Grey Christoforo <first name at last name dot net>
Fixes for 0.4.1 : Jp Robichaud
pkgname=r-rlang cran_name=rlang pkgver=0.4.1 pkgrel=1 pkgdesc="Functions for Base Types and Core R and 'Tidyverse' Features" arch=('x86_64') url="http://cran.r-project.org/web/packages/${_cran_name}/index.html" license=('GPL3') depends=('r') source=("http://cran.r-project.org/src/contrib/${_cran_name}${pkgver}.tar.gz") md5sums=('b55a3340d60789fa201a76bc985e9155')
package() { mkdir -p $pkgdir/usr/lib/R/library cd $srcdir
R CMD INSTALL -l $pkgdir/usr/lib/R/library ./${_cran_name} }
jprobichaud commented on 2019-11-08 13:59
The 0.4.0 version isn't available anymore, we need to use https://cran.r-project.org/src/contrib/rlang_0.4.1.tar.gz
taekyung commented on 2019-07-11 22:41
Source file is unable to download. Maybe bumping up the version will help?