Package Details: r-rlang 1.1.3-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: https://cran.r-project.org/package=rlang
Licenses: MIT
Submitter: greyltc
Maintainer: greyltc (peippo)
Last Packager: peippo
Votes: 4
Popularity: 0.002053
First Submitted: 2019-02-09 12:38 (UTC)
Last Updated: 2024-01-11 09:20 (UTC)

Latest Comments

pekkarr commented on 2023-03-23 15:56 (UTC)

This package has a semi-cyclical dependency: r-rlang checkdepends on r-testthat, which depends on r-rlang.

dviktor commented on 2021-12-08 18:27 (UTC)

I'm leaving maintenance and support for this package in favor of new repository. You can install pre-built packages from my repo

flying-sheep commented on 2021-01-04 08:31 (UTC)

The URL 404s!

jprobichaud commented on 2019-11-08 14:04 (UTC)

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 (UTC)

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 (UTC) (edited on 2019-07-11 22:41 (UTC) by taekyung)

Source file is unable to download. Maybe bumping up the version will help?