[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
15/21: gnu: Add r-shinythemes.
From: |
guix-commits |
Subject: |
15/21: gnu: Add r-shinythemes. |
Date: |
Sun, 15 Sep 2019 17:02:28 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit fc3719cc0f91644b56e7572a81669398b5fd1c8d
Author: Ricardo Wurmus <address@hidden>
Date: Sun Sep 15 22:40:25 2019 +0200
gnu: Add r-shinythemes.
* gnu/packages/cran.scm (r-shinythemes): New variable.
---
gnu/packages/cran.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index d33eb20..cb0be4a 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -946,6 +946,31 @@ this gives the user direct access to the file system
without the need to
well as file saving is available.")
(license license:gpl2+)))
+(define-public r-shinythemes
+ (package
+ (name "r-shinythemes")
+ (version "1.1.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "shinythemes" version))
+ (sha256
+ (base32
+ "12miz44n2zxfswnia7p8dirxj3miw0aqn4pkx2111ikz67ax84rf"))))
+ (properties `((upstream-name . "shinythemes")))
+ (build-system r-build-system)
+ (propagated-inputs `(("r-shiny" ,r-shiny)))
+ (home-page "http://rstudio.github.io/shinythemes/")
+ (synopsis "Themes for Shiny")
+ (description
+ "This package provides themes for use with Shiny. It includes several
+Bootstrap themes, which are packaged for use with Shiny applications.")
+ ;; The package is released under version 3 of the GPL, but it includes
+ ;; source files that are covered by the Expat license. It also includes
+ ;; fonts under SIL or the ASL.
+ (license (list license:gpl3 license:expat
+ license:silofl1.1 license:asl2.0))))
+
;; The package sources include minified variants of d3.js and non-minified
;; source code of d3-jetpack.
(define-public r-d3r
- 08/21: gnu: Add r-reportingtools., (continued)
- 08/21: gnu: Add r-reportingtools., guix-commits, 2019/09/15
- 06/21: gnu: Add r-affycontam., guix-commits, 2019/09/15
- 07/21: gnu: Add r-pfam-db., guix-commits, 2019/09/15
- 13/21: gnu: Add js-requirejs., guix-commits, 2019/09/15
- 18/21: gnu: Add r-oligo., guix-commits, 2019/09/15
- 19/21: gnu: Add r-genomegraphs., guix-commits, 2019/09/15
- 21/21: gnu: Add r-variancepartition., guix-commits, 2019/09/15
- 12/21: gnu: Add r-reqon., guix-commits, 2019/09/15
- 14/21: gnu: Add r-shinytree., guix-commits, 2019/09/15
- 11/21: gnu: Add r-seqbias., guix-commits, 2019/09/15
- 15/21: gnu: Add r-shinythemes.,
guix-commits <=
- 10/21: gnu: Add r-affycoretools., guix-commits, 2019/09/15
- 09/21: gnu: Add r-oligoclasses., guix-commits, 2019/09/15
- 17/21: gnu: Add r-affxparser., guix-commits, 2019/09/15
- 16/21: gnu: Add r-variantfiltering., guix-commits, 2019/09/15
- 20/21: gnu: Add r-wavetiling., guix-commits, 2019/09/15