all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Nicolò Balzarotti" <anothersms@gmail.com>
To: "Ludovic Courtès" <ludo@gnu.org>
Cc: "34692@debbugs.gnu.org" <34692@debbugs.gnu.org>
Subject: [bug#34692] [PATCH] gnu: add r-statcheck.
Date: Wed, 11 Dec 2019 10:00:13 +0100	[thread overview]
Message-ID: <87zhfzkzj6.fsf@guixSD.i-did-not-set--mail-host-address--so-tickle-me> (raw)
In-Reply-To: <CAO7Ox=a44oHEDAXdjf9sL+BqfJdX2QybJWtppNX-nnp-6q6uBA@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 873 bytes --]

Nicolò Balzarotti <anothersms@gmail.com> writes:

> Hi, sorry for the delay!
> I'll try to have a look tomorrow :)
>
> Nicolò
>
> Il giorno sabato 23 marzo 2019, Ludovic Courtès <ludo@gnu.org> ha scritto:
>> Hi Nicolò,
>>
>> Ricardo Wurmus <rekado@elephly.net> skribis:
>>
>>> Unfortunately, this patch includes unrelated changes (to
>>> r-statnet-common) and does not have a proper commit summary.  The
>>> changes adding r-statcheck lack a proper description (you should use
>>> full sentences).
>>>
>>> Would you like to send another patch addressing these issues?
>>
>> Did you have a chance to look into that, Nicolò?
>>
>> Thanks in advance!
>>
>> Ludo’.
>>

I have to admit, today is not March 24th, but finally here's the updated
patch (no new versions have been released since btw).

Sorry for the delay and thanks!
Nicolò


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-Add-r-statcheck.patch --]
[-- Type: text/x-patch, Size: 1585 bytes --]

From 381ae9f063242b5740d5842b3fd515175a634a45 Mon Sep 17 00:00:00 2001
From: nixo <nicolo@nixo.xyz>
Date: Wed, 11 Dec 2019 09:51:30 +0100
Subject: [PATCH] gnu: Add r-statcheck.

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

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 11d254001f..a8605221c3 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -4168,6 +4168,31 @@ supports arbitrary vertex/edge/graph attributes.")
 software developed by the Statnet Project.")
     (license license:gpl3)))
 
+(define-public r-statcheck
+  (package
+    (name "r-statcheck")
+    (version "1.3.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "statcheck" version))
+       (sha256
+        (base32
+         "0ivybdcrymlsfv6pg6p5bv70qdvgxf2vgp0kf4r0pf2fcvav1mcp"))))
+    (build-system r-build-system)
+    (propagated-inputs
+     `(("r-ggplot2" ,r-ggplot2)
+       ("r-plyr" ,r-plyr)
+       ("r-rmarkdown" ,r-rmarkdown)))
+    (home-page
+     "https://cran.r-project.org/web/packages/statcheck")
+    (synopsis "Extract statistics from articles and recompute p-values")
+    (description "This package can automatically extract statistical null-hypothesis
+significant testing (NHST) results from articles and recompute the p-values
+based on the reported test statistic and degrees of freedom to detect possible
+inconsistencies.")
+    (license license:gpl2)))
+
 (define-public r-sna
   (package
     (name "r-sna")
-- 
2.24.0


  reply	other threads:[~2019-12-11  9:01 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-01  8:07 [bug#34699] [PATCH] gnu: add emacs-smart-hungry-delete Nicolò Balzarotti
2019-03-01  8:07 ` [bug#34698] [PATCH] gnu: add org-noter Nicolò Balzarotti
2019-03-15 22:20   ` Ludovic Courtès
2019-12-10  4:55     ` bug#34698: " Brett Gilio
2019-03-01  8:07 ` [bug#34697] [PATCH] gnu: add r-lintr Nicolò Balzarotti
2019-03-07 19:47   ` Ricardo Wurmus
2019-12-11  8:19     ` [bug#34697] [PATCH 3/3] gnu: Add r-lintr Nicolò Balzarotti
2019-12-11 11:12       ` bug#34697: " Ricardo Wurmus
2019-12-11  8:19     ` [bug#34697] [PATCH 1/3] gnu: Add r-xmlparsedata Nicolò Balzarotti
2019-12-11  8:19     ` [bug#34697] [PATCH 2/3] gnu: Add r-cyclocomp Nicolò Balzarotti
2019-03-01  8:07 ` [bug#34696] [PATCH] gnu: add r-rematch2 Nicolò Balzarotti
2019-03-14  9:58   ` bug#34696: " Ricardo Wurmus
2019-03-01  8:07 ` [bug#34695] [PATCH] gnu: add r-rex Nicolò Balzarotti
2019-04-13  9:13   ` bug#34695: " Ricardo Wurmus
2019-03-01  8:07 ` [bug#34692] [PATCH] gnu: add r-statcheck Nicolò Balzarotti
2019-03-07 19:43   ` Ricardo Wurmus
2019-03-23 20:58     ` Ludovic Courtès
2019-03-23 21:18       ` Nicolò Balzarotti
2019-12-11  9:00         ` Nicolò Balzarotti [this message]
2019-12-11 10:15           ` bug#34692: " Ricardo Wurmus
2019-03-01  8:07 ` [bug#34694] [PATCH] gnu: add r-styler Nicolò Balzarotti
2019-04-19 17:15   ` bug#34694: " Ricardo Wurmus
2019-03-01  8:07 ` [bug#34693] [PATCH] services: mpd: add more configuration options Nicolò Balzarotti
2019-03-08 11:34   ` Ludovic Courtès
2019-03-08 13:29     ` Nicolò Balzarotti
2019-03-15 22:08       ` bug#34693: " Ludovic Courtès
2020-12-11  6:28 ` bug#34699: [PATCH] gnu: add emacs-smart-hungry-delete Arun Isaac

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=87zhfzkzj6.fsf@guixSD.i-did-not-set--mail-host-address--so-tickle-me \
    --to=anothersms@gmail.com \
    --cc=34692@debbugs.gnu.org \
    --cc=ludo@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.