GNU bug report logs - #61747
[PATCH] gnu: r-dofuture: Fix the check warnings.

Previous Next

Package: guix-patches;

Reported by: Mădălin Ionel Patrașcu <madalinionel.patrascu <at> mdc-berlin.de>

Date: Fri, 24 Feb 2023 06:41:02 UTC

Severity: normal

Tags: patch

Done: Ricardo Wurmus <rekado <at> elephly.net>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 61747 in the body.
You can then email your comments to 61747 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to rekado <at> elephly.net, guix-patches <at> gnu.org:
bug#61747; Package guix-patches. (Fri, 24 Feb 2023 06:41:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Mădălin Ionel Patrașcu <madalinionel.patrascu <at> mdc-berlin.de>:
New bug report received and forwarded. Copy sent to rekado <at> elephly.net, guix-patches <at> gnu.org. (Fri, 24 Feb 2023 06:41:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Mădălin Ionel Patrașcu
 <madalinionel.patrascu <at> mdc-berlin.de>
To: <guix-patches <at> gnu.org>
Subject: [PATCH] gnu: r-dofuture: Fix the check warnings.
Date: Fri, 24 Feb 2023 07:40:20 +0100
* gnu/packages/cran.scm (r-dofuture): Fix the check warnings.
[propagated-inputs]: Rearrangement of the in inputs in the column way.
[native-inputs]: Add r-markdown for the check phase.
---
 gnu/packages/cran.scm | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index c7a81b96eb..17301e3469 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -12776,9 +12776,13 @@ (define-public r-dofuture
          (add-after 'unpack 'set-HOME
            (lambda _ (setenv "HOME" "/tmp"))))))
     (propagated-inputs
-     (list r-foreach r-future r-globals r-iterators))
+     (list r-foreach
+           r-future
+           r-globals
+           r-iterators))
     (native-inputs
-     (list r-r-rsp)) ; vignette builder
+     (list r-markdown  ; check phase requires markdown package
+           r-r-rsp))   ; vignette builder
     (home-page "https://github.com/HenrikBengtsson/doFuture")
     (synopsis "Foreach parallel adapter using the future API")
     (description

base-commit: 31735e0ccfbc61905eb8558c14747bfcaea9b50f
-- 
2.39.1





Reply sent to Ricardo Wurmus <rekado <at> elephly.net>:
You have taken responsibility. (Wed, 04 Oct 2023 09:35:02 GMT) Full text and rfc822 format available.

Notification sent to Mădălin Ionel Patrașcu <madalinionel.patrascu <at> mdc-berlin.de>:
bug acknowledged by developer. (Wed, 04 Oct 2023 09:35:02 GMT) Full text and rfc822 format available.

Message #10 received at 61747-done <at> debbugs.gnu.org (full text, mbox):

From: Ricardo Wurmus <rekado <at> elephly.net>
To: 61747-done <at> debbugs.gnu.org
Subject: [PATCH] gnu: r-dofuture: Fix the check warnings.
Date: Wed, 04 Oct 2023 11:33:31 +0200
Pushed a variant of this with commit
5f2704517c83e2bd3fbe5d4410531a0ba3ea4461.

I only kept the addition of r-markdown.

-- 
Ricardo




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 01 Nov 2023 11:24:11 GMT) Full text and rfc822 format available.

This bug report was last modified 167 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.