Search Criteria
Package Details: r-rlang 0.4.10-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: | |
Submitter: | greyltc |
Maintainer: | greyltc (dviktor) |
Last Packager: | greyltc |
Votes: | 2 |
Popularity: | 0.010674 |
First Submitted: | 2019-02-09 12:38 |
Last Updated: | 2021-01-04 11:36 |
Dependencies (12)
- r>=3.2.0 (microsoft-r-open, r-mkl)
- r-cli (optional)
- r-covr (optional)
- r-crayon (optional)
- r-glue (optional)
- r-magrittr (optional)
- r-pillar (optional)
- r-rmarkdown (optional)
- r-testthat (optional)
- r-vctrs (optional)
- r-winch (optional)
- r-withr (optional)
Required by (39)
- r-blob
- r-broom
- r-bslib
- r-cachem
- r-covr (optional)
- r-cowplot
- r-dbplyr
- r-devtools
- r-dplyr
- r-ellipsis
- r-forcats
- r-ggplot2
- r-ggpubr
- r-ggrepel
- r-haven
- r-hms
- r-htmltools
- r-later
- r-lifecycle
- r-magrittr (optional)
- r-memoise
- r-pillar
- r-pkgload
- r-promises
- r-ps (optional)
- r-purrr
- r-readr
- r-recipes
- r-roxygen2
- r-rstatix
- r-sass
- r-shiny
- r-testthat
- r-tibble
- r-tidyr
- r-tidyselect
- r-usethis
- r-vctrs
- r-waldo
Latest Comments
flying-sheep commented on 2021-01-04 08:31
The URL 404s!
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?