Archived
1
0
Fork 0

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:
Ricardo Wurmus 2022-07-01 15:30:03 +02:00
parent 9d727b4a06
commit b64963fd0f
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -19669,29 +19669,29 @@ provides tools to compute this metric.")
(define-public r-lintr
(package
(name "r-lintr")
(version "2.0.1")
(version "3.0.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "lintr" version))
(sha256
(base32
"14yfh641afg6griaadbdciyr3k94fl55s055qwzghgk5gdsj61zy"))))
"1d3pn6aarmpqyyzb2vawwcamrgrdvyqfdijk0ixp44c3fhld9cgf"))))
(properties `((upstream-name . "lintr")))
(build-system r-build-system)
(propagated-inputs
(list r-codetools
(list r-backports
r-codetools
r-crayon
r-cyclocomp
r-digest
r-httr
r-glue
r-jsonlite
r-knitr
r-rex
r-rstudioapi
r-testthat
r-xml2
r-xmlparsedata))
(native-inputs (list r-knitr))
(home-page "https://github.com/jimhester/lintr")
(synopsis "Linter for R code")
(description "This package checks adherence to a given style, syntax