all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Mădălin Ionel Patrașcu" <madalinionel.patrascu@mdc-berlin.de>
To: <61891@debbugs.gnu.org>
Subject: [bug#61891] [PATCH 1/7] gnu: Add r-biglm.
Date: Wed, 1 Mar 2023 08:23:37 +0100	[thread overview]
Message-ID: <20230301072343.708693-1-madalinionel.patrascu@mdc-berlin.de> (raw)
In-Reply-To: <b8977680-f41e-93b0-ebc4-9515542e885b@mdc-berlin.de>

* gnu/packages/cran.scm (r-biglm): New variable.
---
 gnu/packages/cran.scm | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index c7a81b96eb..fc8fe1a449 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -1145,6 +1145,25 @@ (define-public r-bezier
 degree elevation and curve fitting.")
     (license license:gpl2+)))
 
+(define-public r-biglm
+  (package
+    (name "r-biglm")
+    (version "0.9-2.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "biglm" version))
+       (sha256
+        (base32 "0iy9xr2bq42wlizgwlz7w5kh9206yqkw9h2cr6mcsmizgjg3rkvd"))))
+    (properties `((upstream-name . "biglm")))
+    (build-system r-build-system)
+    (propagated-inputs (list r-dbi))
+    (native-inputs (list gfortran))
+    (home-page "https://cran.r-project.org/package=biglm")
+    (synopsis "Bounded memory linear and generalized linear models")
+    (description "Regression for data too large to fit in memory.")
+    (license (list license:gpl2+ license:gpl3+)))) ;;expanded from GPL
+
 (define-public r-bwstest
   (package
     (name "r-bwstest")

base-commit: efa091f9f4e77068353dff24f0ccd2d0613c3f48
-- 
2.39.1





  reply	other threads:[~2023-03-01  7:26 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-01  7:20 [bug#61891] [PATCH] gnu: Add r-biglm, r-cplm, r-som, r-chemometrics, r-metagenomeseq, r-maaslin2, r-mmuphin Mădălin Ionel Patrașcu
2023-03-01  7:23 ` Mădălin Ionel Patrașcu [this message]
2023-03-01  7:23   ` [bug#61891] [PATCH 2/7] gnu: Add r-cplm Mădălin Ionel Patrașcu
2023-03-01  7:23   ` [bug#61891] Mădălin Ionel Patrașcu
2023-03-01  7:23   ` [bug#61891] Mădălin Ionel Patrașcu
2023-03-01  7:23   ` [bug#61891] Mădălin Ionel Patrașcu
2023-03-01  7:23   ` [bug#61891] Mădălin Ionel Patrașcu
2023-03-01  7:23   ` [bug#61891] Mădălin Ionel Patrașcu
2023-03-01 10:53 ` [bug#61891] Mădălin Ionel Patrașcu
2023-03-02 21:09   ` bug#61891: Ricardo Wurmus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230301072343.708693-1-madalinionel.patrascu@mdc-berlin.de \
    --to=madalinionel.patrascu@mdc-berlin.de \
    --cc=61891@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.