[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
59/125: gnu: r-bookdown: Update to 0.22.
From: |
guix-commits |
Subject: |
59/125: gnu: r-bookdown: Update to 0.22. |
Date: |
Tue, 4 May 2021 01:33:24 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 8b5eeb9f96dd1f3550e70cdd459b514ea57f9596
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue May 4 07:13:12 2021 +0200
gnu: r-bookdown: Update to 0.22.
* gnu/packages/cran.scm (r-bookdown): Update to 0.22.
---
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 95373d3..f6f9920 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -15941,13 +15941,13 @@ SELECT or UPDATE queries to an end-point.")
(define-public r-bookdown
(package
(name "r-bookdown")
- (version "0.21")
+ (version "0.22")
(source (origin
(method url-fetch)
(uri (cran-uri "bookdown" version))
(sha256
(base32
- "0xms1srx9l2mn8xaxnpic0s21y8k56bhwpj45wy7b0yscmxgmh27"))))
+ "0j80wm36mw3f14ncfwm6xx09wff1kswfiv8b309x9y0f9r46dr0z"))))
(build-system r-build-system)
(propagated-inputs
`(("r-htmltools" ,r-htmltools)
@@ -15957,6 +15957,11 @@ SELECT or UPDATE queries to an end-point.")
("r-xfun" ,r-xfun)
("r-yaml" ,r-yaml)
("pandoc" ,pandoc)))
+ ;; We cannot add knitr because this package depends on xfun, which is an
+ ;; input to knitr.
+ #;
+ (native-inputs
+ `(("r-knitr" ,r-knitr)))
(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
- 56/125: gnu: r-future: Add build phase to set HOME directory., (continued)
- 56/125: gnu: r-future: Add build phase to set HOME directory., guix-commits, 2021/05/04
- 55/125: gnu: r-parallelly: Update to 1.25.0., guix-commits, 2021/05/04
- 50/125: gnu: r-rcppparallel: Update to 5.1.3., guix-commits, 2021/05/04
- 60/125: gnu: r-rjava: Update to 1.0-4., guix-commits, 2021/05/04
- 70/125: gnu: r-qgam: Update to 1.3.3., guix-commits, 2021/05/04
- 75/125: gnu: r-rpf: Update to 1.0.7., guix-commits, 2021/05/04
- 80/125: gnu: r-keyring: Update to 1.2.0., guix-commits, 2021/05/04
- 86/125: gnu: r-clusterr: Update to 1.2.3., guix-commits, 2021/05/04
- 49/125: gnu: r-gh: Update to 1.3.0., guix-commits, 2021/05/04
- 57/125: gnu: r-rsvd: Update to 1.0.5., guix-commits, 2021/05/04
- 59/125: gnu: r-bookdown: Update to 0.22.,
guix-commits <=
- 77/125: gnu: r-bdgraph: Update to 2.64., guix-commits, 2021/05/04
- 81/125: gnu: r-bridgesampling: Update to 1.1-2., guix-commits, 2021/05/04
- 82/125: gnu: r-scatterpie: Update to 0.1.6., guix-commits, 2021/05/04
- 61/125: gnu: r-svmisc: Update to 1.1.4., guix-commits, 2021/05/04
- 66/125: gnu: r-xgboost: Update to 1.4.1.1., guix-commits, 2021/05/04
- 67/125: gnu: r-terra: Update to 1.2-5., guix-commits, 2021/05/04
- 68/125: gnu: r-parameters: Update to 0.13.0., guix-commits, 2021/05/04
- 71/125: gnu: r-adagio: Update to 0.8.4., guix-commits, 2021/05/04
- 72/125: gnu: r-anthropometry: Update to 1.15., guix-commits, 2021/05/04
- 74/125: gnu: r-rsvg: Update to 2.1.2., guix-commits, 2021/05/04