guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: r-dofuture: Add r-markdown.


From: guix-commits
Subject: branch master updated: gnu: r-dofuture: Add r-markdown.
Date: Wed, 04 Oct 2023 05:29:17 -0400

This is an automated email from the git hooks/post-receive script.

rekado pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 5f2704517c gnu: r-dofuture: Add r-markdown.
5f2704517c is described below

commit 5f2704517c83e2bd3fbe5d4410531a0ba3ea4461
Author: Mădălin Ionel Patrașcu <MadalinIonel.Patrascu@mdc-berlin.de>
AuthorDate: Wed Oct 4 11:21:52 2023 +0200

    gnu: r-dofuture: Add r-markdown.
    
    * gnu/packages/cran.scm (r-dofuture)[native-inputs]: Add r-markdown.
---
 gnu/packages/cran.scm | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index cf279ab3d2..1f17636c6e 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -14467,14 +14467,16 @@ both to consistency and asymptotic normality.")
     (properties `((upstream-name . "doFuture")))
     (build-system r-build-system)
     (arguments
-     '(#:phases
-       (modify-phases %standard-phases
+     (list
+      #:phases
+      '(modify-phases %standard-phases
          (add-after 'unpack 'set-HOME
            (lambda _ (setenv "HOME" "/tmp"))))))
     (propagated-inputs
      (list r-foreach r-future r-future-apply 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



reply via email to

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