[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/215: gnu: Add r-grimport2.
From: |
guix-commits |
Subject: |
05/215: gnu: Add r-grimport2. |
Date: |
Sun, 5 May 2019 18:15:28 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 78735b9f3440cca5187d0e7da76c899e97e8208c
Author: Ricardo Wurmus <address@hidden>
Date: Sun May 5 23:20:56 2019 +0200
gnu: Add r-grimport2.
* gnu/packages/cran.scm (r-grimport2): 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 10e5e8b..f66de4a 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -9624,6 +9624,37 @@ handling.")
PostScript pictures in R plots.")
(license license:gpl2+)))
+(define-public r-grimport2
+ (package
+ (name "r-grimport2")
+ (version "0.1-4")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "grImport2" version))
+ (sha256
+ (base32
+ "1hwx287pp936f0wbcicplwmhz96ip00wq09dp7bvz80lqcmr8nyx"))))
+ (properties `((upstream-name . "grImport2")))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-base64enc" ,r-base64enc)
+ ("r-jpeg" ,r-jpeg)
+ ("r-png" ,r-png)
+ ("r-xml" ,r-xml)))
+ (home-page "https://cran.r-project.org/web/packages/grImport2/")
+ (synopsis "Import SVG graphics")
+ (description
+ "This package provides functions for importing external vector images and
+drawing them as part of R plots. This package is different from the
address@hidden package because, where that package imports PostScript format
+images, this package imports SVG format images. Furthermore, this package
+imports a specific subset of SVG, so external images must be preprocessed
+using a package like @code{rsvg} to produce SVG that this package can import.
+SVG features that are not supported by R graphics, such as gradient fills, can
+be imported and then exported via the @code{gridSVG} package.")
+ (license license:gpl2+)))
+
(define-public r-kohonen
(package
(name "r-kohonen")
- branch master updated (123e424 -> 85c1d20), guix-commits, 2019/05/05
- 02/215: gnu: Add r-base64url., guix-commits, 2019/05/05
- 03/215: gnu: Add r-biocsingular., guix-commits, 2019/05/05
- 12/215: gnu: r-units: Update to 0.6-3., guix-commits, 2019/05/05
- 01/215: guix: Update to Bioconductor 3.9., guix-commits, 2019/05/05
- 05/215: gnu: Add r-grimport2.,
guix-commits <=
- 06/215: gnu: Add r-scrime., guix-commits, 2019/05/05
- 04/215: gnu: Add r-rcpphnsw., guix-commits, 2019/05/05
- 07/215: gnu: Add r-blme., guix-commits, 2019/05/05
- 11/215: gnu: Add r-dqrng., guix-commits, 2019/05/05
- 10/215: gnu: Add r-sitmo., guix-commits, 2019/05/05
- 08/215: gnu: Add r-batchtools., guix-commits, 2019/05/05
- 13/215: gnu: r-rgraphviz: Update to 2.28.0., guix-commits, 2019/05/05
- 26/215: gnu: r-biocstyle: Update to 2.12.0., guix-commits, 2019/05/05
- 15/215: gnu: r-genefilter: Update to 1.66.0., guix-commits, 2019/05/05
- 14/215: gnu: r-preprocesscore: Update to 1.46.0., guix-commits, 2019/05/05