[PATCH] gnu: Add r-slam.

  • Done
  • quality assurance status badge
Details
3 participants
  • Leo Famulari
  • Ludovic Courtès
  • pimi
Owner
unassigned
Submitted by
pimi
Severity
normal

Debbugs page

P
(address . guix-patches@gnu.org)(name . pimi)(address . madalinionel.patrascu@mdc-berlin.de)
20180821125157.21650-1-madalinionel.patrascu@mdc-berlin.de
gnu/packages/cran.scm (r-slam): New variable.
---
gnu/packages/cran.scm | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)

Toggle diff (36 lines)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index b541f1c32..69591decd 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -8,6 +8,7 @@
;;; Copyright © 2018 Sandeep Subramanian <sandeepsubramanian94@gmail.com>
;;; Copyright © 2018 Charlie Ritter <chewzeirta@posteo.net>
;;; Copyright © 2018 Konrad Hinsen <konrad.hinsen@fastmail.net>
+;;; Copyright © 2018 Mădălin Ionel Patrașcu <madalinionel.patrascu@mdc-berlin.de>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -4847,3 +4848,21 @@ differential equations} (ODE). It includes routines that:
approach).
@end enumerate\n")
(license license:gpl2+)))
+
+(define-public r-slam
+ (package
+ (name "r-slam")
+ (version "0.1-43")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "slam" version))
+ (sha256
+ (base32 "0hy4qzngcgafxxr6ld7n9a9wy979ji998gpcc32vidwyab66dj5h"))))
+ (build-system r-build-system)
+ (home-page "https://cran.r-project.org/web/packages/slam/")
+ (synopsis "Sparse lightweight arrays and matrices")
+ (description
+ "This package contains data structures and algorithms for sparse arrays and matrices,
+based on index arrays and simple triplet representations, respectively.")
+ (license license:gpl2)))
--
2.17.1
L
L
Leo Famulari wrote on 23 Aug 2018 13: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 05:07
control message for bug #32491
(address . control@debbugs.gnu.org)
87mut6lmoc.fsf@gnu.org
tags 32491 fixed
close 32491
?
Your comment

This issue is archived.

To comment on this conversation send an email to 32491@patchwise.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 32491
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch