[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
62/103: gnu: Add r-flextable.
From: |
Ricardo Wurmus |
Subject: |
62/103: gnu: Add r-flextable. |
Date: |
Wed, 5 Sep 2018 14:03:51 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 589bd1c4260a429536d3a69a4b7c0a7bcd2e4357
Author: Ricardo Wurmus <address@hidden>
Date: Wed Sep 5 19:23:51 2018 +0200
gnu: Add r-flextable.
* gnu/packages/cran.scm (r-flextable): New variable.
---
gnu/packages/cran.scm | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 1025ff0..ea3f1c4 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -4855,6 +4855,37 @@ version 1, by Keon-Woong Moon with Korean demographic
data with several plot
functions.")
(license license:gpl2)))
+(define-public r-flextable
+ (package
+ (name "r-flextable")
+ (version "0.4.5")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "flextable" version))
+ (sha256
+ (base32
+ "09j2y0z7rkc0w1cl9pp1cpk6fnzzfr6245mxa3ca42z9k2cy2jfl"))))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-gdtools" ,r-gdtools)
+ ("r-htmltools" ,r-htmltools)
+ ("r-knitr" ,r-knitr)
+ ("r-officer" ,r-officer)
+ ("r-r6" ,r-r6)
+ ("r-rmarkdown" ,r-rmarkdown)
+ ("r-stringr" ,r-stringr)
+ ("r-xml2" ,r-xml2)))
+ (home-page "https://davidgohel.github.io/flextable")
+ (synopsis "Functions for tabular reporting")
+ (description
+ "This package provides tools to create pretty tables for HTML documents
+and other formats. Functions are provided to let users create tables, modify
+and format their content. It extends the @code{officer} package and can be
+used within R markdown documents when rendering to HTML and to Word
+documents.")
+ (license license:gpl3)))
+
(define-public r-writexl
(package
(name "r-writexl")
- 36/103: gnu: r-scales: Update to 1.0.0., (continued)
- 36/103: gnu: r-scales: Update to 1.0.0., Ricardo Wurmus, 2018/09/05
- 46/103: gnu: r-e1071: Update to 1.7-0., Ricardo Wurmus, 2018/09/05
- 33/103: gnu: Add r-pkgbuild., Ricardo Wurmus, 2018/09/05
- 37/103: gnu: r-evaluate: Update to 0.11., Ricardo Wurmus, 2018/09/05
- 42/103: gnu: r-roxygen2: Update to 6.1.0., Ricardo Wurmus, 2018/09/05
- 47/103: gnu: r-r-utils: Update to 2.7.0., Ricardo Wurmus, 2018/09/05
- 48/103: gnu: r-r-rsp: Update to 0.43.0., Ricardo Wurmus, 2018/09/05
- 51/103: gnu: r-googlesheets: Update to 0.3.0., Ricardo Wurmus, 2018/09/05
- 52/103: gnu: Add r-officer., Ricardo Wurmus, 2018/09/05
- 59/103: Revert "gnu: ghc-base-compat: Update to 0.10.4.", Ricardo Wurmus, 2018/09/05
- 62/103: gnu: Add r-flextable.,
Ricardo Wurmus <=
- 61/103: gnu: r-rmarkdown: Use latest version of Pandoc., Ricardo Wurmus, 2018/09/05
- 55/103: gnu: Add r-sjlabelled., Ricardo Wurmus, 2018/09/05
- 58/103: gnu: Add r-moonbook., Ricardo Wurmus, 2018/09/05
- 70/103: gnu: r-broom: Update to 0.5.0., Ricardo Wurmus, 2018/09/05
- 63/103: gnu: r-doby: Update to 4.6-2., Ricardo Wurmus, 2018/09/05
- 56/103: gnu: Add r-sjmisc., Ricardo Wurmus, 2018/09/05
- 64/103: gnu: r-reticulate: Update to 1.10., Ricardo Wurmus, 2018/09/05
- 65/103: gnu: r-reprex: Update to 0.2.0., Ricardo Wurmus, 2018/09/05
- 68/103: gnu: r-pls: Update to 2.7-0., Ricardo Wurmus, 2018/09/05
- 69/103: gnu: r-ipred: Update to 0.9-7., Ricardo Wurmus, 2018/09/05