[PATCH] gnu: Add r-a3.

  • Done
  • quality assurance status badge
Details
3 participants
  • Leo Famulari
  • Ludovic Courtès
  • pimi
Owner
unassigned
Submitted by
pimi
Severity
normal
P
(address . guix-patches@gnu.org)(name . pimi)(address . madalinionel.patrascu@mdc-berlin.de)
20180821134021.22787-1-madalinionel.patrascu@mdc-berlin.de
gnu/packages/cran.scm (r-a3): New variable.
---
gnu/packages/cran.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)

Toggle diff (33 lines)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 66bbaa1d6..7c30ece5c 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -4897,3 +4897,26 @@ modify the data or the graphical parameters of one or multiple interactive
charts. It is useful to quickly explore visually some data or for package
developers to generate user interfaces easy to maintain.")
(license license:gpl2+)))
+
+(define-public r-a3
+ (package
+ (name "r-a3")
+ (version "1.0.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "A3" version))
+ (sha256
+ (base32 "017hq9pjsv1h9i7cqk5cfx27as54shlhdsdvr6jkhb8jfkpdb6cw"))))
+ (properties `((upstream-name . "A3")))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-pbapply" ,r-pbapply)
+ ("r-xtable" ,r-xtable)))
+ (home-page "https://cran.r-project.org/web/packages/A3/")
+ (synopsis "Error metrics for predictive models")
+ (description
+ "This package supplies tools for tabulating and analyzing the results of predictive
+models. The methods employed are applicable to virtually any predictive model
+and make comparisons between different methodologies straightforward.")
+ (license license:gpl2+)))
--
2.17.1
L
L
Leo Famulari wrote on 23 Aug 2018 22:29
Re: [bug#32489] [PATCH] gnu: Add r-miniui.
(name . MadalinIonel.Patrascu@mdc-berlin.de)(address . MadalinIonel.Patrascu@mdc-berlin.de)
20180823202936.GA25188@jasmine.lan
On Wed, Aug 22, 2018 at 07:55:59AM +0000, MadalinIonel.Patrascu@mdc-berlin.de wrote:
Toggle quote (7 lines)
> Hello Leo!
>
> Sorry about that!
> I am new on this thing.
> I can send directly to you all the patches.
> It is ok?

Thanks! I received your patches and pushed them as commit
16b0e8da48ef9398797a22e274d5fcb37e24e448.
-----BEGIN PGP SIGNATURE-----

iQIzBAABCAAdFiEEsFFZSPHn08G5gDigJkb6MLrKfwgFAlt/GTAACgkQJkb6MLrK
fwijCRAApoah6iTVP63ovQVVcamdDQpQp9pssLwlfKxlyPA6xO8uie63TAdhQzJd
DaGueCAKdHyBakqSqwI1MbPKdWBRXhhU2LJCW+upvQFDn4bDuS8lD7VeH9Wk+gqV
s9Rey/HlD65FING/UgmFJ6PwFF4zknGqPq/5mSgVFuFHVTtpB+7s0Oi8/DF77QWs
r2tdUlJtl+q3erh8aEJKe48E1hVjMs1JHS77eO6m6ImPSU1V/hm/H1pwHa83AsLH
D5bj+SqdSlMwFHsouw8ZCUMIZvjGNlEfOgo6ZhpQ0tbTp+vPDhDewEt7WNupca0g
XjXisiiBzpas7tZH9LCgnsjX/iB2AvGbmtWnCDAqLtW3SXuSc+OXK77W+pSy63kI
OKj72t9RkkGfuklH79NCaXFyllKe7DLK1d3TNuxNnPo/XhUEI0iYJ9YJKJgPGChl
fdeJbaM/VVXi7s5N7uKg9Zhp+ApK3r/1gu0C75F+BR8rdEMI3btJkDA6t3f+YDex
hxEdT0pl5hNP9AZiFilknpfWGdh8vq6t+epnAHWQv/iAFD2QWSIt6WSMfQXfH6wb
gTJU/02u7Bii3hzxYDL8vAZqGeUrDzjKZMgqDVMlX8AzjLjrT/SKB+FpHXTco1sG
j88oPOJrIo28IhGsedak2GfB7wnkCy8aVhXAHTrlkDqu9/j3Or8=
=JWkh
-----END PGP SIGNATURE-----


L
L
Ludovic Courtès wrote on 28 Aug 2018 14:07
control message for bug #32493
(address . control@debbugs.gnu.org)
87pny2lmoq.fsf@gnu.org
tags 32493 fixed
close 32493
?