Package Details: r-reprex 2.1.1-1

Git Clone URL: https://aur.archlinux.org/r-reprex.git (read-only, click to copy)
Package Base: r-reprex
Description: Prepare Reproducible Example Code via the Clipboard
Upstream URL: https://cran.r-project.org/package=reprex
Licenses: MIT
Submitter: panupam
Maintainer: pekkarr (BioArchLinuxBot)
Last Packager: BioArchLinuxBot
Votes: 1
Popularity: 0.080215
First Submitted: 2021-05-25 22:18 (UTC)
Last Updated: 2024-07-08 18:07 (UTC)

Dependencies (23)

Required by (1)

Sources (1)

Latest Comments

slot commented on 2024-10-16 14:21 (UTC) (edited on 2024-10-16 14:25 (UTC) by slot)

Cannot compile:

══ Failed tests ═ 
═════════════════════════════════════════════════════════════════════════════════
── Failure (test-input.R:10:3): reprex: expression input works ─────────────────
Snapshot of code has changed:
old[8:12] vs new[8:14]
    #' output: reprex::reprex_document
    #' --- 
-   x <- 1:5
-   mean(x)
+   {
+       x <- 1:5
+       mean(x)
+   }

* Run `testthat::snapshot_accept('input')` to accept the change.
* Run `testthat::snapshot_review('input')` to interactively review the change.

[ FAIL 1 | WARN 0 | SKIP 3 | PASS 180 ]
Error: Test failures
Execution halted

.

gnaggnoyil commented on 2023-02-06 16:14 (UTC)

Upstream pandoc package has been split into two packages haskell-pandoc and pandoc-cli, where haskell-pandoc follows the original pandoc version while pandoc-cli has its own version. pandoc-cli provides pandoc executable and are marked to replace the old pandoc package. Please update the PKGBUILD.