unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Aniket Patil <aniket112.patil@gmail.com>
To: 44033@debbugs.gnu.org
Cc: Aniket Patil <aniket112.patil@gmail.com>
Subject: [bug#44033] [PATCH 3/3] gnu: Add r-lpme.
Date: Fri, 16 Oct 2020 18:43:38 +0530	[thread overview]
Message-ID: <20201016131338.62737-3-aniket112.patil@gmail.com> (raw)
In-Reply-To: <20201016131338.62737-1-aniket112.patil@gmail.com>

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

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 1529849211..27e5db1900 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -24638,3 +24638,30 @@ absolute GSEA.")
     (description
       "Computes local polynomial estimators for the regression and also density.  It comprises several different utilities to handle kernel estimators.")
     (license license:gpl2+)))
+
+(define-public r-lpme
+  (package
+    (name "r-lpme")
+    (version "1.1.1")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (cran-uri "lpme" version))
+        (sha256
+          (base32
+            "0si90nkgl8bqk8yvd2igdsrngiwqh8891072pfpzipifnd0f5448"))))
+    (properties `((upstream-name . "lpme")))
+    (build-system r-build-system)
+    (propagated-inputs
+      `(("r-decon" ,r-decon)
+        ("r-flexmix" ,r-flexmix)
+        ("r-locpol" ,r-locpol)
+        ("r-rcpp" ,r-rcpp)
+        ("r-rcpparmadillo" ,r-rcpparmadillo)))
+    (home-page
+      "https://cran.r-project.org/web/packages/lpme")
+    (synopsis
+      "Nonparametric Estimation of Measurement Error Models")
+    (description
+      "Provide nonparametric methods for mean regression model, modal regression and conditional density estimation in the presence/absence of measurement error.  Bandwidth selection is also provided for each method.")
+    (license license:gpl2+)))
-- 
2.28.0





  parent reply	other threads:[~2020-10-16 15:32 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-16 13:13 [bug#44033] [PATCH 1/3] gnu: Add r-decon Aniket Patil
2020-10-16 13:13 ` [bug#44033] [PATCH 2/3] gnu: Add r-locpol Aniket Patil
2020-10-16 13:13 ` Aniket Patil [this message]
2020-10-19 12:09 ` [bug#44033] [PATCH 1/3] gnu: Add r-decon zimoun
2020-10-19 12:27   ` Aniket Patil
     [not found]     ` <CAF-xJgsF_M7R7nrPtP4iXL7yxqz6r09G-cNpJ0+VDsDYqTj6Zg@mail.gmail.com>
2020-10-22  7:59       ` zimoun

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=20201016131338.62737-3-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 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).