guix-commits
[Top][All Lists]
Advanced

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

18/77: gnu: r-bookdown: Update to 0.6.


From: Ricardo Wurmus
Subject: 18/77: gnu: r-bookdown: Update to 0.6.
Date: Tue, 13 Feb 2018 10:19:31 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 66ae706c2460cc0e58a7b41b7689dc261c49d964
Author: Ricardo Wurmus <address@hidden>
Date:   Tue Feb 13 15:54:25 2018 +0100

    gnu: r-bookdown: Update to 0.6.
    
    * gnu/packages/bioinformatics.scm (r-bookdown): Update to 0.6.
    [propagated-inputs]: Add r-xfun and ghc-pandoc.
---
 gnu/packages/bioinformatics.scm | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 613f238..7689600 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -6673,19 +6673,21 @@ also known as views, in a controlled vocabulary.")
 (define-public r-bookdown
   (package
   (name "r-bookdown")
-  (version "0.5")
+  (version "0.6")
   (source (origin
             (method url-fetch)
             (uri (cran-uri "bookdown" version))
             (sha256
              (base32
-              "0zm63kr4f4kja4qpwkzl119zzyciqj7ihajfqgfjpgb4dzaiycxp"))))
+              "1pxxln42kvzl38fjprg6hcnyh1kij75fpj70vwp5hp5il813aszc"))))
   (build-system r-build-system)
   (propagated-inputs
    `(("r-htmltools" ,r-htmltools)
      ("r-knitr" ,r-knitr)
      ("r-rmarkdown" ,r-rmarkdown)
-     ("r-yaml" ,r-yaml)))
+     ("r-yaml" ,r-yaml)
+     ("r-xfun" ,r-xfun)
+     ("ghc-pandoc" ,ghc-pandoc)))
   (home-page "https://github.com/rstudio/bookdown";)
   (synopsis "Authoring books and technical documents with R markdown")
   (description "This package provides output formats and utilities for



reply via email to

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