guix-commits
[Top][All Lists]
Advanced

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

94/103: gnu: r-ztable: Update to 0.2.0.


From: Ricardo Wurmus
Subject: 94/103: gnu: r-ztable: Update to 0.2.0.
Date: Wed, 5 Sep 2018 14:03:57 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit e5db6890adb1b842d4ad5dc3313a65f6628ec3bf
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Sep 5 19:51:15 2018 +0200

    gnu: r-ztable: Update to 0.2.0.
    
    * gnu/packages/statistics.scm (r-ztable): Update to 0.2.0.
    [propagated-inputs]: Add r-flextable, r-magrittr, r-moonbook, r-officer,
    r-rcolorbrewer, r-scales, and r-stringr.
---
 gnu/packages/statistics.scm | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index eb4063c..ccff5fc 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -4251,14 +4251,22 @@ series of numeric vectors/matrices and factors.")
 (define-public r-ztable
   (package
     (name "r-ztable")
-    (version "0.1.8")
+    (version "0.2.0")
     (source (origin
               (method url-fetch)
               (uri (cran-uri "ztable" version))
               (sha256
                (base32
-                "1hk5k9614n52dpfrhdws06w4gvwhnz8q47x4cwxx88qmrzm8z2m3"))))
+                "0g7khk5ifsdh9p31wlwh2l5mn1hzxzpv6qcn1wh34vsfjdmijjwy"))))
     (build-system r-build-system)
+    (propagated-inputs
+     `(("r-flextable" ,r-flextable)
+       ("r-magrittr" ,r-magrittr)
+       ("r-moonbook" ,r-moonbook)
+       ("r-officer" ,r-officer)
+       ("r-rcolorbrewer" ,r-rcolorbrewer)
+       ("r-scales" ,r-scales)
+       ("r-stringr" ,r-stringr)))
     (home-page "https://cran.r-project.org/web/packages/ztable";)
     (synopsis "Zebra-striped tables in LaTeX and HTML formats for R")
     (description



reply via email to

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