Package Details: r-dplyr 1.1.3-1

Git Clone URL: https://aur.archlinux.org/r-dplyr.git (read-only, click to copy)
Package Base: r-dplyr
Description: A Grammar of Data Manipulation
Upstream URL: https://cran.r-project.org/package=dplyr
Licenses: MIT
Submitter: frichtlm
Maintainer: pekkarr (BioArchLinuxBot)
Last Packager: BioArchLinuxBot
Votes: 2
Popularity: 0.062838
First Submitted: 2018-05-31 00:13 (UTC)
Last Updated: 2023-09-03 18:03 (UTC)

Required by (628)

Sources (1)

Latest Comments

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

Further maintenance and support for this package has been moved there. You can install pre-built packages from my repo

dviktor commented on 2019-10-03 09:49 (UTC)

Please fix your .SRCINFO - it contains info about package twice

dviktor commented on 2019-09-30 15:14 (UTC) (edited on 2019-09-30 15:31 (UTC) by dviktor)

Please fix optdepends: r-crayon>=1.3.4 instead of r-crayon; addr-mass. Also please add the following to the depends: r-bh r-plogr>=0.2.0

Also please use the following func inside PKGBUILD:

build(){
    cd "${srcdir}"

    R CMD INSTALL ${_cranname}_${_cranver}.tar.gz -l $srcdir
}

package() {
    cd "${srcdir}"

    install -dm0755 "$pkgdir/usr/lib/R/library"
    cp -a --no-preserve=ownership "$_cranname" "$pkgdir/usr/lib/R/library"
}

<deleted-account> commented on 2018-05-30 14:34 (UTC)

assertthat is available as r-assertthat; rlang renamed to r-rlang