gnu: r-lintr: Update to 3.0.0.
* gnu/packages/cran.scm (r-lintr): Update to 3.0.0. [propagated-inputs]: Remove r-httr, r-rstudioapi, and r-testthat; add r-backports and r-glue. [native-inputs]: Add r-knitr.
This commit is contained in:
parent
9d727b4a06
commit
b64963fd0f
1 changed files with 6 additions and 6 deletions
|
@ -19669,29 +19669,29 @@ provides tools to compute this metric.")
|
||||||
(define-public r-lintr
|
(define-public r-lintr
|
||||||
(package
|
(package
|
||||||
(name "r-lintr")
|
(name "r-lintr")
|
||||||
(version "2.0.1")
|
(version "3.0.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
|
||||||
"14yfh641afg6griaadbdciyr3k94fl55s055qwzghgk5gdsj61zy"))))
|
"1d3pn6aarmpqyyzb2vawwcamrgrdvyqfdijk0ixp44c3fhld9cgf"))))
|
||||||
(properties `((upstream-name . "lintr")))
|
(properties `((upstream-name . "lintr")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-codetools
|
(list r-backports
|
||||||
|
r-codetools
|
||||||
r-crayon
|
r-crayon
|
||||||
r-cyclocomp
|
r-cyclocomp
|
||||||
r-digest
|
r-digest
|
||||||
r-httr
|
r-glue
|
||||||
r-jsonlite
|
r-jsonlite
|
||||||
r-knitr
|
r-knitr
|
||||||
r-rex
|
r-rex
|
||||||
r-rstudioapi
|
|
||||||
r-testthat
|
|
||||||
r-xml2
|
r-xml2
|
||||||
r-xmlparsedata))
|
r-xmlparsedata))
|
||||||
|
(native-inputs (list r-knitr))
|
||||||
(home-page "https://github.com/jimhester/lintr")
|
(home-page "https://github.com/jimhester/lintr")
|
||||||
(synopsis "Linter for R code")
|
(synopsis "Linter for R code")
|
||||||
(description "This package checks adherence to a given style, syntax
|
(description "This package checks adherence to a given style, syntax
|
||||||
|
|
Reference in a new issue