[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/10: gnu: Add r-widgettools.
From: |
guix-commits |
Subject: |
03/10: gnu: Add r-widgettools. |
Date: |
Wed, 3 Apr 2019 11:42:26 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 7b5101c5bf9fb33768ae90e0e32ba2f67a491bc3
Author: Ricardo Wurmus <address@hidden>
Date: Wed Apr 3 16:16:02 2019 +0200
gnu: Add r-widgettools.
* gnu/packages/bioconductor.scm (r-widgettools): New variable.
---
gnu/packages/bioconductor.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 02688ce..61ea05a 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -4096,3 +4096,24 @@ experiments together with genomic annotations (genes,
transcripts, peaks).
Introns of long transcripts can be rescaled to a fixed length for better
visualization of exonic read coverage.")
(license license:asl2.0)))
+
+(define-public r-widgettools
+ (package
+ (name "r-widgettools")
+ (version "1.60.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (bioconductor-uri "widgetTools" version))
+ (sha256
+ (base32
+ "0mz69pdr6q69avsvs6r5ncdkdmgwfislpil4v18dsflw4j454gwf"))))
+ (properties `((upstream-name . "widgetTools")))
+ (build-system r-build-system)
+ (home-page "https://bioconductor.org/packages/widgetTools/")
+ (synopsis "Tools for creating interactive tcltk widgets")
+ (description
+ "This packages contains tools to support the construction of tcltk
+widgets in R.")
+ ;; Any version of the LGPL.
+ (license license:lgpl3+)))
- branch master updated (8079008 -> 307586c), guix-commits, 2019/04/03
- 01/10: gnu: Add r-wrench., guix-commits, 2019/04/03
- 04/10: gnu: Add r-webbioc., guix-commits, 2019/04/03
- 02/10: gnu: Add r-wiggleplotr., guix-commits, 2019/04/03
- 08/10: gnu: Add r-progeny., guix-commits, 2019/04/03
- 07/10: gnu: Add r-rbowtie2., guix-commits, 2019/04/03
- 09/10: gnu: Add r-arrmdata., guix-commits, 2019/04/03
- 05/10: gnu: Add r-zfpkm., guix-commits, 2019/04/03
- 06/10: gnu: r-rcas: Add upstream name., guix-commits, 2019/04/03
- 10/10: gnu: Add r-arrmnormalization., guix-commits, 2019/04/03
- 03/10: gnu: Add r-widgettools.,
guix-commits <=