GNU bug report logs - #26141
[PATCH] gnu: Add r-cairo.

Previous Next

Package: guix-patches;

Reported by: Ricardo Wurmus <ricardo.wurmus <at> mdc-berlin.de>

Date: Fri, 17 Mar 2017 14:25:01 UTC

Severity: normal

Tags: patch

Done: Ricardo Wurmus <ricardo.wurmus <at> mdc-berlin.de>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Ricardo Wurmus <ricardo.wurmus <at> mdc-berlin.de>
Subject: bug#26141: closed (Re: bug#26141: [PATCH] gnu: Add r-cairo.)
Date: Thu, 30 Mar 2017 12:39:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#26141: [PATCH] gnu: Add r-cairo.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 26141 <at> debbugs.gnu.org.

-- 
26141: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=26141
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Ricardo Wurmus <ricardo.wurmus <at> mdc-berlin.de>
To: <26141-done <at> debbugs.gnu.org>
Subject: Re: bug#26141: [PATCH] gnu: Add r-cairo.
Date: Thu, 30 Mar 2017 15:09:09 +0200
This was merged to master with commit e2c4fe7c62f05ac14f663bdd9de650c5e7f66231.

-- 
Ricardo

[Message part 3 (message/rfc822, inline)]
From: Ricardo Wurmus <ricardo.wurmus <at> mdc-berlin.de>
To: <guix-patches <at> gnu.org>
Cc: Ricardo Wurmus <ricardo.wurmus <at> mdc-berlin.de>
Subject: [PATCH] gnu: Add r-cairo.
Date: Fri, 17 Mar 2017 15:23:16 +0100
* gnu/packages/statistics.scm (r-cairo): New variable.
---
 gnu/packages/statistics.scm | 35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)

diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index d8e50b998..c8d9e78ea 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -5150,3 +5150,38 @@ genome-wide association studies can be analyzed efficiently.")
     (description
      "This package provides a pure R implementation of the t-SNE algorithm.")
     (license license:gpl2+)))
+
+(define-public r-cairo
+  (package
+    (name "r-cairo")
+    (version "1.5-9")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "Cairo" version))
+       (sha256
+        (base32
+         "1x1q99r3r978rlkkm5gixkv03p0mcr6k7ydcqdmisrwnmrn7p1ia"))))
+    (properties `((upstream-name . "Cairo")))
+    (build-system r-build-system)
+    (inputs
+     `(("cairo" ,cairo)
+       ("libxt" ,libxt)))
+    (native-inputs
+     `(("pkg-config" ,pkg-config)))
+    (home-page "http://www.rforge.net/Cairo/")
+    (synopsis "R graphics device using cairo graphics library")
+    (description
+     "This package provides a Cairo graphics device that can be use to
+create high-quality vector (PDF, PostScript and SVG) and bitmap
+output (PNG,JPEG,TIFF), and high-quality rendering in displays (X11
+and Win32).  Since it uses the same back-end for all output, copying
+across formats is WYSIWYG.  Files are created without the dependence
+on X11 or other external programs.  This device supports alpha
+channel (semi-transparent drawing) and resulting images can contain
+transparent and semi-transparent regions.  It is ideal for use in
+server environments (file output) and as a replacement for other
+devices that don't have Cairo's capabilities such as alpha support or
+anti-aliasing.  Backends are modular such that any subset of backends
+is supported.")
+    (license license:gpl2)))
-- 
2.11.1




This bug report was last modified 8 years and 113 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.