Package Details: r-dplyr 1.1.4-2

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: pekkarr
Votes: 2
Popularity: 0.001744
First Submitted: 2018-05-31 00:13 (UTC)
Last Updated: 2024-03-17 12:27 (UTC)

Latest Comments

pekkarr commented on 2024-03-17 12:29 (UTC)

@floriafa Thanks for reporting, the issue is fixed in version 1.1.4-2.

floriafa commented on 2024-03-17 11:26 (UTC)

I can't install the r-dplyr package. All other R AUR packages work fine.

* Run `testthat::snapshot_accept('summarise')` to accept the change.
* Run `testthat::snapshot_review('summarise')` to interactively review the change.
Backtrace:
    ▆
 1. └─base::eval(...) at test-summarise.R:445:3
 2.   └─base::eval(...)

[ FAIL 20 | WARN 0 | SKIP 6 | PASS 3470 ]
Error: Test failures
Execution halted
==> ERROR: A failure occurred in check().
    Aborting...
 -> error making: r-dplyr-exit status 4

Am I the only one experiencing this problem?

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