diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2020-03-19 10:00:14 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2020-03-19 10:06:27 +0100 |
commit | cabdfeab76e777497f9a1cc4fa6b7e6b58497c86 (patch) | |
tree | 245ada9753ec6deba2e65a705eaf565c55a4ea67 /gnu | |
parent | 07764987407d2faf22686e932ae170b34e9554ba (diff) | |
download | patches-cabdfeab76e777497f9a1cc4fa6b7e6b58497c86.tar patches-cabdfeab76e777497f9a1cc4fa6b7e6b58497c86.tar.gz |
gnu: r-rcpp: Update to 1.0.4.
* gnu/packages/cran.scm (r-rcpp): Update to 1.0.4.
[native-inputs]: Remove r-knitr.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/cran.scm | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 273f47c1b9..ef0d3b875f 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 |