From: Lakshmi Prasannakumar <lakshmiprasannakumaran@gmail.com>
To: 33217@debbugs.gnu.org
Cc: "Gábor Boskovits" <boskovits@gmail.com>
Subject: [bug#33217] Modifying the commit message to gnu-Add-r-weights
Date: Sun, 4 Nov 2018 21:57:42 +0530 [thread overview]
Message-ID: <CA+H0LRN=dGCGZPS85eah1=x7MAP6+y7HvR4Tdbw79q1aeC8Ptg@mail.gmail.com> (raw)
In-Reply-To: <CA+H0LRPUC6aok5ChepcHbjjoV_rcLnNmJq80kCcz7YOvxXWwKQ@mail.gmail.com>
[-- Attachment #1.1: Type: text/plain, Size: 716 bytes --]
Hi,
Pushing the cran.scm file to the latest branch.
Please find the attached file.
Thanks & Regards,
Lakshmi Prasannakumar
Bangalore
On Thu, Nov 1, 2018 at 11:44 PM Lakshmi Prasannakumar <
lakshmiprasannakumaran@gmail.com> wrote:
> Hi,
>
> Adding line breakers to the patch file. Please find the patch file
> attached to this mail.
>
> Thanks and Regards,
> Lakshmi Prasannakumar
> Bangalore
>
>
> On Thu, Nov 1, 2018 at 6:22 PM Lakshmi Prasannakumar <
> lakshmiprasannakumaran@gmail.com> wrote:
>
>> Hi,
>> Please find the attached patch file with this mail.
>> The changes made are to the cran.scm
>> * gnu/packages/cran.scm (r-weights): New variable.
>>
>> Thanks,
>> Lakshmi Prasannakumar
>> Bangalore
>>
>
[-- Attachment #1.2: Type: text/html, Size: 4083 bytes --]
[-- Attachment #2: 0003-gnu-r-weights.-Add-r-weights.patch --]
[-- Type: text/x-patch, Size: 1731 bytes --]
From cb51b4f5199280e8af256fac12d32903d52857a3 Mon Sep 17 00:00:00 2001
From: lakshmi <lakshmiprasannakumaran@gmail.com>
Date: Sun, 4 Nov 2018 21:52:11 +0530
Subject: [PATCH 3/3] gnu:r-weights.:Add r-weights.
* gnu/packages/cran.scm (r-weight): New variable.
---
gnu/packages/cran.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 28d0083..03969ca 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -7251,3 +7251,26 @@ using @dfn{penalized quasi-likelihood} (PQL) estimation (see Jaeger et
al. (2016)).")
(license license:gpl2)))
>>>>>>> 30012b74088dccbb602e3592c61a5718fc5e5524
+
+(define-public r-weights
+ (package
+ (name "r-weights")
+ (version "1.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "weights" version))
+ (sha256
+ (base32
+ "0186bfpkhxngrshac6bpg37alp6slwhwd43inrm8hqg0vhpfgc4c"))))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-gdata" ,r-gdata)
+ ("r-hmisc" ,r-hmisc)
+ ("r-mice" ,r-mice)))
+ (home-page
+ "http://cran.r-project.org/web/packages/weights")
+ (synopsis "Weighting and Weighted Statistics")
+ (description
+ "Provides a variety of functions for producing simple weighted statistics, such as weighted Pearson's correlations, partial correlations, Chi-Squared statistics, histograms, and t-tests. This package also now includes some software for quickly recoding survey data and plotting point estimates from interaction terms in regressions (and multiply imputed regressions). It must be noted that Weighted partial correlation calculations pulled to address a bug.")
+ (license gpl2+)))
--
2.9.3
next prev parent reply other threads:[~2018-11-04 16:29 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <CA+H0LRPa=f1J4yXixg-=bFHEwRiwuaE1Eg=COVidnf1RFkaggg@mail.gmail.com>
2018-11-01 18:14 ` [bug#33217] Modifying the commit message to gnu-Add-r-weights Lakshmi Prasannakumar
2018-11-04 16:27 ` Lakshmi Prasannakumar [this message]
2018-11-04 17:05 ` Gábor Boskovits
2018-11-04 21:12 ` Gábor Boskovits
2018-11-05 20:41 ` Lakshmi Prasannakumar
2018-11-05 21:43 ` Gábor Boskovits
2018-11-05 22:19 ` Gábor Boskovits
2018-11-08 4:07 ` Lakshmi Prasannakumar
2018-11-08 19:35 ` Gábor Boskovits
2018-11-08 20:36 ` Lakshmi Prasannakumar
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='CA+H0LRN=dGCGZPS85eah1=x7MAP6+y7HvR4Tdbw79q1aeC8Ptg@mail.gmail.com' \
--to=lakshmiprasannakumaran@gmail.com \
--cc=33217@debbugs.gnu.org \
--cc=boskovits@gmail.com \
/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).