guix-commits
[Top][All Lists]
Advanced

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

04/15: gnu: r-htmltools: Update to 0.4.0.


From: guix-commits
Subject: 04/15: gnu: r-htmltools: Update to 0.4.0.
Date: Sun, 6 Oct 2019 17:08:59 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 82acc94fbfc5cfb1257f0a75ae9997262d90fef6
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Oct 6 23:04:11 2019 +0200

    gnu: r-htmltools: Update to 0.4.0.
    
    * gnu/packages/cran.scm (r-htmltools): Update to 0.4.0.
    [arguments]: Remove field.
    [propagated-inputs]: Add r-rlang.
---
 gnu/packages/cran.scm | 21 ++++-----------------
 1 file changed, 4 insertions(+), 17 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 1f35356..1e153b1 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -525,31 +525,18 @@ directory.")
 (define-public r-htmltools
   (package
     (name "r-htmltools")
-    (version "0.3.6")
+    (version "0.4.0")
     (source (origin
               (method url-fetch)
               (uri (cran-uri "htmltools" version))
               (sha256
                (base32
-                "18k8r1s8sz1jy7dkz35n69wj20xhmllr53xmwb4pdzf2z61gpbs4"))))
+                "06l17d8jkf438yk2mchpsp4j90bynnapz3nabh5vkcc324p5a62v"))))
     (build-system r-build-system)
-    (arguments
-     `(#:phases
-       (modify-phases %standard-phases
-         ;; See https://github.com/rstudio/htmltools/pull/68
-         ;; The resource files are in the store and have mode 444.  After
-         ;; copying the files R fails to remove them again because it doesn't
-         ;; have write access to them.
-         (add-after 'unpack 'copy-files-without-mode
-           (lambda _
-             (substitute* "R/html_dependency.R"
-               (("file.copy\\(from, to, " prefix)
-                (string-append prefix
-                               "copy.mode = FALSE, ")))
-             #t)))))
     (propagated-inputs
      `(("r-digest" ,r-digest)
-       ("r-rcpp" ,r-rcpp)))
+       ("r-rcpp" ,r-rcpp)
+       ("r-rlang" ,r-rlang)))
     (home-page "https://cran.r-project.org/web/packages/htmltools";)
     (synopsis "R tools for HTML")
     (description



reply via email to

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