unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: pimi <madalinionel.patrascu@mdc-berlin.de>
To: 32689@debbugs.gnu.org
Cc: pimi <madalinionel.patrascu@mdc-berlin.de>
Subject: [bug#32689] [PATCH] gnu: Add r-abundant.
Date: Mon, 10 Sep 2018 21:32:57 +0200	[thread overview]
Message-ID: <20180910193257.8345-1-madalinionel.patrascu@mdc-berlin.de> (raw)
In-Reply-To: <918DDFCAA65E9447BD6F28DB666521DA991050@DAGONE.mdc-berlin.net>

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

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index d31f1c81a..41d6e44ed 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -5614,3 +5614,27 @@ coordinate descent to solve the regularized inverse covariance matrix estimation
 problem.")
     ;; on the home-page it is mentioned that the release is under GPLv3 or later
     (license license:gpl3+)))
+
+(define-public r-abundant
+  (package
+    (name "r-abundant")
+    (version "1.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "abundant" version))
+       (sha256
+        (base32 "1m76qdmqvwpgm0sihazi2dna7cgsz9rljal18vgffb5wamwmg9k7"))))
+    (build-system r-build-system)
+    (propagated-inputs
+     `(("r-quic" ,r-quic)))
+    (home-page "https://cran.r-project.org/web/packages/abundant/")
+    (synopsis "Abundant regression and high-dimensional principal fitted components")
+    (description
+     "This package fits and predicts with the high-dimensional principal fitted components
+model.  It is demonstrated that asymptotic behavior of a class of methods for
+sufficient dimension reduction in high-dimension regressions, are consistent in
+a variety of settings, particularly in abundant regressions where most
+predictors contribute some information on the response, and oracle rates are
+possible.")
+    (license license:gpl2)))
-- 
2.17.1

      parent reply	other threads:[~2018-09-10 19:34 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-09-10 19:27 [bug#32689] MadalinIonel.Patrascu
2018-09-10 19:29 ` [bug#32689] [PATCH] gnu: Add r-quic pimi
2018-09-10 19:32 ` pimi [this message]

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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=20180910193257.8345-1-madalinionel.patrascu@mdc-berlin.de \
    --to=madalinionel.patrascu@mdc-berlin.de \
    --cc=32689@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 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).