guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

65/103: gnu: r-reprex: Update to 0.2.0.


From: Ricardo Wurmus
Subject: 65/103: gnu: r-reprex: Update to 0.2.0.
Date: Wed, 5 Sep 2018 14:03:52 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit e3c1e93e35f25fc746476226e3c7b8c633eb2b8e
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Sep 5 19:25:04 2018 +0200

    gnu: r-reprex: Update to 0.2.0.
    
    * gnu/packages/cran.scm (r-reprex): Update to 0.2.0.
    [propagated-inputs]: Add r-clipr, r-rlang, and r-withr.
---
 gnu/packages/cran.scm | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 9033fac..2c6de3d 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -162,20 +162,23 @@ package is a port of the Python package 
@code{cssselect}.")
 (define-public r-reprex
   (package
     (name "r-reprex")
-    (version "0.1.2")
+    (version "0.2.0")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "reprex" version))
        (sha256
         (base32
-         "105d9vsmqfilgpw8psfb2wyiz1hvcycvh4cqhb3ab37lm3rcavvs"))))
+         "1l44pxjiz3g0jkk3v6rg5jps3llihfiah0qyv40s0bxvxa6gm8v9"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-callr" ,r-callr)
+       ("r-clipr" ,r-clipr)
        ("r-knitr" ,r-knitr)
+       ("r-rlang" ,r-rlang)
        ("r-rmarkdown" ,r-rmarkdown)
-       ("r-whisker" ,r-whisker)))
+       ("r-whisker" ,r-whisker)
+       ("r-withr" ,r-withr)))
     (home-page "https://github.com/tidyverse/reprex";)
     (synopsis "Prepare reproducible R code examples for sharing")
     (description



reply via email to

[Prev in Thread] Current Thread [Next in Thread]