me
/
guix
Archived
1
0
Fork 0

gnu: r-bookdown: Update to 0.7.

* gnu/packages/bioinformatics.scm (r-bookdown): Update to 0.7.
[propagated-inputs]: Add r-tinytex.
master
Ricardo Wurmus 2018-02-18 21:49:25 +01:00
parent 4376166b03
commit 9800f7d9e8
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 21 additions and 20 deletions

View File

@ -6672,27 +6672,28 @@ also known as views, in a controlled vocabulary.")
(define-public r-bookdown (define-public r-bookdown
(package (package
(name "r-bookdown") (name "r-bookdown")
(version "0.6") (version "0.7")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "bookdown" version)) (uri (cran-uri "bookdown" version))
(sha256 (sha256
(base32 (base32
"1pxxln42kvzl38fjprg6hcnyh1kij75fpj70vwp5hp5il813aszc")))) "1b3fw1f41zph5yw3kynb47aijq53vhaa6mnnvxly72zamyzdf95q"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
`(("r-htmltools" ,r-htmltools) `(("r-htmltools" ,r-htmltools)
("r-knitr" ,r-knitr) ("r-knitr" ,r-knitr)
("r-rmarkdown" ,r-rmarkdown) ("r-rmarkdown" ,r-rmarkdown)
("r-yaml" ,r-yaml) ("r-tinytex" ,r-tinytex)
("r-xfun" ,r-xfun) ("r-yaml" ,r-yaml)
("ghc-pandoc" ,ghc-pandoc))) ("r-xfun" ,r-xfun)
(home-page "https://github.com/rstudio/bookdown") ("ghc-pandoc" ,ghc-pandoc)))
(synopsis "Authoring books and technical documents with R markdown") (home-page "https://github.com/rstudio/bookdown")
(description "This package provides output formats and utilities for (synopsis "Authoring books and technical documents with R markdown")
(description "This package provides output formats and utilities for
authoring books and technical documents with R Markdown.") authoring books and technical documents with R Markdown.")
(license license:gpl3))) (license license:gpl3)))
(define-public r-biocstyle (define-public r-biocstyle
(package (package