gnu: r-lintr: Update to 3.1.0.
* gnu/packages/cran.scm (r-lintr): Update to 3.1.0. [propagated-inputs]: Remove r-crayon and r-jsonlite.
parent
05ec778076
commit
cf6a77bba2
|
@ -24551,24 +24551,22 @@ provides tools to compute this metric.")
|
||||||
(define-public r-lintr
|
(define-public r-lintr
|
||||||
(package
|
(package
|
||||||
(name "r-lintr")
|
(name "r-lintr")
|
||||||
(version "3.0.2")
|
(version "3.1.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "lintr" version))
|
(uri (cran-uri "lintr" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1j9l5lsa88hl5b3lw1789868pm0m2sbahyqayj9213d7zspp0slz"))))
|
"1kb3jrzh1vn1fpj6phm2ni542yjgbbjmzgkn8w7khmh1sd9mj7pp"))))
|
||||||
(properties `((upstream-name . "lintr")))
|
(properties `((upstream-name . "lintr")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-backports
|
(list r-backports
|
||||||
r-codetools
|
r-codetools
|
||||||
r-crayon
|
|
||||||
r-cyclocomp
|
r-cyclocomp
|
||||||
r-digest
|
r-digest
|
||||||
r-glue
|
r-glue
|
||||||
r-jsonlite
|
|
||||||
r-knitr
|
r-knitr
|
||||||
r-rex
|
r-rex
|
||||||
r-xml2
|
r-xml2
|
||||||
|
|
Reference in New Issue