gnu: r-pryr: Update to 0.1.5.
* gnu/packages/statistics.scm (r-pryr): Update to 0.1.5. [propagated-inputs]: Add r-lobstr and r-rcpp. [native-inputs]: Remove r-rcpp.
This commit is contained in:
parent
5fb96b16a4
commit
ee2bae9385
1 changed files with 6 additions and 6 deletions
|
@ -1515,19 +1515,19 @@ the execution time of R expressions.")
|
||||||
(define-public r-pryr
|
(define-public r-pryr
|
||||||
(package
|
(package
|
||||||
(name "r-pryr")
|
(name "r-pryr")
|
||||||
(version "0.1.4")
|
(version "0.1.5")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "pryr" version))
|
(uri (cran-uri "pryr" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"06vj5xl9x37kbd3l5bw7sbgfdnp37spvrjrn976rxi04clqk966k"))))
|
"02vp1y7zhv22id43j5c0gdcgn9171dyypqp8rqrlc3w5a7n565kv"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-stringr" ,r-stringr)
|
`(("r-codetools" ,r-codetools)
|
||||||
("r-codetools" ,r-codetools)))
|
("r-lobstr" ,r-lobstr)
|
||||||
(native-inputs
|
("r-rcpp" ,r-rcpp)
|
||||||
`(("r-rcpp" ,r-rcpp)))
|
("r-stringr" ,r-stringr)))
|
||||||
(home-page "https://github.com/hadley/pryr")
|
(home-page "https://github.com/hadley/pryr")
|
||||||
(synopsis "Tools for computing on the R language")
|
(synopsis "Tools for computing on the R language")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in a new issue