gnu: r-callr: Update to 2.0.4.
* gnu/packages/cran.scm (r-callr): Update to 2.0.4. [propagated-inputs]: Add r-processx; remove r-assertthat, r-crayon, r-debugme, and r-testthat.
This commit is contained in:
parent
a8b4677b7c
commit
6034a62a1b
|
@ -169,21 +169,18 @@ such as copy/paste from an R session.")
|
||||||
(define-public r-callr
|
(define-public r-callr
|
||||||
(package
|
(package
|
||||||
(name "r-callr")
|
(name "r-callr")
|
||||||
(version "2.0.3")
|
(version "2.0.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "callr" version))
|
(uri (cran-uri "callr" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1k3mflgn10hcvy74y4pbigpv74zb66fz1phfd3c8isqmn88xbxzi"))))
|
"1053qqq632z94pqq2v5dynjpgyv1b1c8zvidmcllw7zn8zha8gqf"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-assertthat" ,r-assertthat)
|
`(("r-r6" ,r-r6)
|
||||||
("r-crayon" ,r-crayon)
|
("r-processx" ,r-processx)))
|
||||||
("r-debugme" ,r-debugme)
|
|
||||||
("r-r6" ,r-r6)
|
|
||||||
("r-testthat" ,r-testthat)))
|
|
||||||
(home-page "https://github.com/r-lib/callr#readme")
|
(home-page "https://github.com/r-lib/callr#readme")
|
||||||
(synopsis "Call R from R")
|
(synopsis "Call R from R")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in New Issue