GNU bug report logs -
#29090
[PATCH] gnu: Add r-directlabels.
Previous Next
Reported by: Kyle Meyer <kyle <at> kyleam.com>
Date: Tue, 31 Oct 2017 18:11:02 UTC
Severity: normal
Tags: patch
Done: ludo <at> gnu.org (Ludovic Courtès)
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#29090: [PATCH] gnu: Add r-directlabels.
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 29090 <at> debbugs.gnu.org.
--
29090: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=29090
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Kyle Meyer <kyle <at> kyleam.com> skribis:
> * gnu/packages/statistics.scm (r-directlabels): New variable.
Applied, thanks!
[Message part 3 (message/rfc822, inline)]
* gnu/packages/statistics.scm (r-directlabels): New variable.
---
gnu/packages/statistics.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 3367c7aa4..062a4ea38 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -5527,3 +5527,27 @@ tools.")
"The goal of tgconfig is to provide infrastructure for managing package
parameters.")
(license license:gpl3))))
+
+(define-public r-directlabels
+ (package
+ (name "r-directlabels")
+ (version "2017.03.31")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "directlabels" version))
+ (sha256
+ (base32
+ "01ahw0c56mnzwl611s8hnghicww4c4dgf5v2wv6bl1s1pramw9pr"))))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-quadprog" ,r-quadprog)))
+ (home-page "http://directlabels.r-forge.r-project.org/")
+ (synopsis "Direct labels for multicolor plots")
+ (description
+ "This package provides an extensible framework for automatically placing
+direct labels onto multicolor plots. Label positions are described using
+positioning methods that can be re-used across several different plots. There
+are heuristics for examining @code{trellis} and @code{ggplot} objects and
+inferring an appropriate positioning method.")
+ (license license:gpl3)))
--
2.14.3
This bug report was last modified 7 years and 194 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.