parent
2ac4eb7861
commit
a8ea0c5e13
|
@ -9985,14 +9985,13 @@ creating color scales and calculating color distances.")
|
||||||
(define-public r-ore
|
(define-public r-ore
|
||||||
(package
|
(package
|
||||||
(name "r-ore")
|
(name "r-ore")
|
||||||
(version "1.6.2")
|
(version "1.6.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "ore" version))
|
(uri (cran-uri "ore" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "1vh6w3arrhgkfjjjw7ci91xmz4wpfr3cmwd5zkqch89dgn07skkv"))))
|
||||||
"1l1ziljgm5gwjhvjq42wi5vcwbxlaj5dl9w8bhz0wh8vx4ajj07m"))))
|
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(home-page "https://github.com/jonclayden/ore")
|
(home-page "https://github.com/jonclayden/ore")
|
||||||
(synopsis "R interface to the Onigmo regular expression library")
|
(synopsis "R interface to the Onigmo regular expression library")
|
||||||
|
|
Reference in New Issue