emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#61747: closed ([PATCH] gnu: r-dofuture: Fix the check warnings.)


From: GNU bug Tracking System
Subject: bug#61747: closed ([PATCH] gnu: r-dofuture: Fix the check warnings.)
Date: Wed, 04 Oct 2023 09:35:02 +0000

Your message dated Wed, 04 Oct 2023 11:33:31 +0200
with message-id <874jj6raso.fsf@elephly.net>
and subject line [PATCH] gnu: r-dofuture: Fix the check warnings.
has caused the debbugs.gnu.org bug report #61747,
regarding [PATCH] gnu: r-dofuture: Fix the check warnings.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
61747: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=61747
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- 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




--- End Message ---
--- Begin Message --- Subject: [PATCH] gnu: r-dofuture: Fix the check warnings. Date: Wed, 04 Oct 2023 11:33:31 +0200 User-agent: mu4e 1.10.7; emacs 29.1
Pushed a variant of this with commit
5f2704517c83e2bd3fbe5d4410531a0ba3ea4461.

I only kept the addition of r-markdown.

-- 
Ricardo


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]