guix-commits
[Top][All Lists]
Advanced

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

68/89: gnu: r-europepmc: Update to 0.4.


From: guix-commits
Subject: 68/89: gnu: r-europepmc: Update to 0.4.
Date: Thu, 11 Jun 2020 11:04:29 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit ed7fa0af07f7fa2f395e5c2eb07f9897844525c9
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Jun 11 15:11:48 2020 +0200

    gnu: r-europepmc: Update to 0.4.
    
    * gnu/packages/cran.scm (r-europepmc): Update to 0.4.
    [propagated-inputs]: Add r-rlang, r-tibble, and r-tidyr.
    [native-inputs]: Add r-knitr.
---
 gnu/packages/cran.scm | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 88fa318..d4a4c5d 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -14546,14 +14546,14 @@ that fills this gap.")
 (define-public r-europepmc
   (package
     (name "r-europepmc")
-    (version "0.3")
+    (version "0.4")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "europepmc" version))
        (sha256
         (base32
-         "1ngqs1sqzkbwv98dd5z4cxj8bnz41wyd0g060a2vpqi3s99s4i2h"))))
+         "174nnyc2mbgqxb5kgqabn1vf71c2mps7ig2bclq4is0f7nb64pym"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-dplyr" ,r-dplyr)
@@ -14562,8 +14562,13 @@ that fills this gap.")
        ("r-plyr" ,r-plyr)
        ("r-progress" ,r-progress)
        ("r-purrr" ,r-purrr)
+       ("r-rlang" ,r-rlang)
+       ("r-tibble" ,r-tibble)
+       ("r-tidyr" ,r-tidyr)
        ("r-urltools" ,r-urltools)
        ("r-xml2" ,r-xml2)))
+    (native-inputs
+     `(("r-knitr" ,r-knitr)))
     (home-page "https://github.com/ropensci/europepmc/";)
     (synopsis "R Interface to the Europe PubMed Central RESTful Web Service")
     (description



reply via email to

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