Search Criteria
Package Details: r-rlang 1.0.3-1
Package Actions
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: | 3 |
Popularity: | 0.000103 |
First Submitted: | 2019-02-09 12:38 (UTC) |
Last Updated: | 2022-06-28 08:36 (UTC) |
Dependencies (15)
- r (microsoft-r-open, r352, r-mkl)
- r-cli (optional)
- r-covr (optional)
- r-crayon (optional)
- r-fs (optional)
- r-glue (optional)
- r-knitr (optional)
- r-magrittr (optional)
- r-pillar (optional)
- r-rmarkdown (optional)
- r-testthat (optional)
- r-tibble (optional)
- r-usethis (optional)
- r-vctrs (optional)
- r-withr (optional)
Latest Comments
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?