gnu: r-proxyc: Update to 0.3.3.

* gnu/packages/cran.scm (r-proxyc): Update to 0.3.3.
[native-inputs]: Add r-knitr.
This commit is contained in:
Ricardo Wurmus 2022-11-04 09:58:49 +01:00
parent fe1ba4858a
commit 081ea818d9
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -25833,16 +25833,17 @@ programming} (OOP) using R Reference Class.")
(define-public r-proxyc
(package
(name "r-proxyc")
(version "0.3.2")
(version "0.3.3")
(source
(origin
(method url-fetch)
(uri (cran-uri "proxyC" version))
(sha256
(base32
"1nfl6nrzw2h7argn6mh3cyl1s9ynf6516fx4vgqrjvychnd98mkb"))))
"00p3604ny6qax5rr1865c27hfp90v2vga0xcrp3bb81xcfadl99y"))))
(properties `((upstream-name . "proxyC")))
(build-system r-build-system)
(native-inputs (list r-knitr))
(propagated-inputs
(list r-matrix r-rcpp r-rcpparmadillo r-rcppparallel))
(home-page "https://cran.r-project.org/package=proxyC")