* [PATCH] gnu Add r-pracma.
@ 2016-04-08 8:53 Roel Janssen
2016-04-12 18:56 ` Leo Famulari
0 siblings, 1 reply; 3+ messages in thread
From: Roel Janssen @ 2016-04-08 8:53 UTC (permalink / raw)
To: guix-devel
[-- Attachment #1: 0001-gnu-Add-r-pracma.patch --]
[-- Type: text/x-patch, Size: 2006 bytes --]
From a2ed49feb4d1613d13c39922f360a0685a2eef36 Mon Sep 17 00:00:00 2001
From: Roel Janssen <roel@gnu.org>
Date: Fri, 8 Apr 2016 10:48:58 +0200
Subject: [PATCH] gnu Add r-pracma.
* gnu/packages/maths.scm (r-pracma): New variable.
---
gnu/packages/maths.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index adebf09..ab28e81 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -10,6 +10,7 @@
;;; Copyright © 2015 Mark H Weaver <mhw@netris.org>
;;; Copyright © 2015, 2016 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2015 Fabian Harfert <fhmgufs@web.de>
+;;; Copyright © 2016 Roel Janssen <roel@gnu.org>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -37,6 +38,7 @@
#:use-module (guix build utils)
#:use-module (guix build-system cmake)
#:use-module (guix build-system gnu)
+ #:use-module (guix build-system r)
#:use-module (gnu packages algebra)
#:use-module (gnu packages bison)
#:use-module (gnu packages boost)
@@ -911,6 +913,24 @@ sparse system of linear equations A x = b using Guassian elimination.")
(inputs
(alist-delete "pt-scotch" (package-inputs mumps-openmpi)))))
+(define-public r-pracma
+ (package
+ (name "r-pracma")
+ (version "1.8.8")
+ (source (origin
+ (method url-fetch)
+ (uri (cran-uri "pracma" version))
+ (sha256
+ (base32 "0ans9l5rrb7a38gyi4qx4258sd5r5668vyrk02yzjpg9k3h8l165"))))
+ (build-system r-build-system)
+ (home-page "http://cran.r-project.org/web/packages/pracma")
+ (synopsis "This package provides practical numerical math functions")
+ (description "This package provides functions for numerical analysis and
+linear algebra, numerical optimization, differential equations, plus some
+special functions. It uses Matlab function names where appropriate to simplify
+porting.")
+ (license license:gpl3+)))
+
(define-public superlu
(package
(name "superlu")
--
2.5.5
[-- Attachment #2: Type: text/plain, Size: 276 bytes --]
Dear Guix,
I would like to add an R package for numerical math. It is a
math-related package, so I put it in maths.scm.
The patch is really straightforward since it's a small package
without any other dependencies than R and the R build system.
Kind regards,
Roel Janssen
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-04-12 20:57 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-08 8:53 [PATCH] gnu Add r-pracma Roel Janssen
2016-04-12 18:56 ` Leo Famulari
2016-04-12 20:57 ` Roel Janssen
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).