guix-commits
[Top][All Lists]
Advanced

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

05/22: gnu: r-rcpp: Update to 1.0.4.


From: guix-commits
Subject: 05/22: gnu: r-rcpp: Update to 1.0.4.
Date: Thu, 19 Mar 2020 05:06:42 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit cabdfeab76e777497f9a1cc4fa6b7e6b58497c86
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Thu Mar 19 10:00:14 2020 +0100

    gnu: r-rcpp: Update to 1.0.4.
    
    * gnu/packages/cran.scm (r-rcpp): Update to 1.0.4.
    [native-inputs]: Remove r-knitr.
---
 gnu/packages/cran.scm | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 273f47c..ef0d3b8 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -1689,16 +1689,14 @@ you to rapidly iterate while developing a package.")
 (define-public r-rcpp
   (package
     (name "r-rcpp")
-    (version "1.0.3")
+    (version "1.0.4")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "Rcpp" version))
        (sha256
-        (base32 "03h3zyjq948y0hrrs95lfk4zgx6wfrg64hjlrfrzf5na7bfh0d9b"))))
+        (base32 "1m80pdhzi2p82db5xkbwc2m3fzv6df59955yj03nlq40fj7zx4nr"))))
     (build-system r-build-system)
-    (native-inputs
-     `(("r-knitr" ,r-knitr))) ; for vignettes
     (home-page "http://www.rcpp.org";)
     (synopsis "Seamless R and C++ integration")
     (description



reply via email to

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