all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Aniket Patil <aniket112.patil@gmail.com>
To: 44033@debbugs.gnu.org
Cc: aniket112.patil@gmail.com
Subject: [bug#44033] [PATCH v2 2/3] gnu: Add r-locpol.
Date: Wed, 28 Oct 2020 13:21:38 +0530	[thread overview]
Message-ID: <20201028075139.157032-2-aniket112.patil@gmail.com> (raw)
In-Reply-To: <20201028075139.157032-1-aniket112.patil@gmail.com>

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

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index ce2d860135..20ebb06c67 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -24664,3 +24664,25 @@ See details in: Wang, X.F.  and Wang, B. (2011).  Deconvolution
 estimation in measurement error models: The R package decon.  
 Journal of Statistical Software, 39(10), 1-24.")
     (license license:gpl3+)))
+
+(define-public r-locpol
+  (package
+    (name "r-locpol")
+    (version "0.7-0")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (cran-uri "locpol" version))
+        (sha256
+          (base32
+            "1p915n0l09kbwkly627074jslxl01yssp1rf0c7sygvsw6sgy5lm"))))
+    (properties `((upstream-name . "locpol")))
+    (build-system r-build-system)
+    (home-page
+      "https://cran.r-project.org/web/packages/locpol")
+    (synopsis "Kernel Local Polynomial Regression")
+    (description
+      "Computes local polynomial estimators for the regression and 
+also density.  It comprises several different utilities to handle 
+kernel estimators.")
+    (license license:gpl2+)))
-- 
2.28.0





  reply	other threads:[~2020-10-28 15:05 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-28  7:51 [bug#44277] [PATCH v2 1/3] gnu: Add r-decon Aniket Patil
2020-10-28  7:51 ` Aniket Patil [this message]
2020-10-28  7:51 ` [bug#44033] [PATCH v2 3/3] gnu: Add r-lpme Aniket Patil
2020-12-15  5:39   ` bug#44033: " Leo Famulari

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=20201028075139.157032-2-aniket112.patil@gmail.com \
    --to=aniket112.patil@gmail.com \
    --cc=44033@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.