mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: r-lintr: Update to 3.3.0-1.
* gnu/packages/cran.scm (r-lintr): Update to 3.3.0-1. [propagated-inputs]: Add r-xfun. Change-Id: I564c566a561084b8228565a7b1867f9adc4751f9
This commit is contained in:
parent
e3bae84b0b
commit
1f3a3dd9fc
1 changed files with 3 additions and 2 deletions
|
|
@ -39264,14 +39264,14 @@ provides tools to compute this metric.")
|
|||
(define-public r-lintr
|
||||
(package
|
||||
(name "r-lintr")
|
||||
(version "3.2.0")
|
||||
(version "3.3.0-1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "lintr" version))
|
||||
(sha256
|
||||
(base32
|
||||
"13mzwbg7k52finb0qp0xs1c1mp79f92cxlpfkc6h064s529czk20"))))
|
||||
"01nazxffg7kwakg9xymg150hmr83w630bwcax4sx4xyddz268adi"))))
|
||||
(properties `((upstream-name . "lintr")))
|
||||
(build-system r-build-system)
|
||||
(arguments
|
||||
|
|
@ -39301,6 +39301,7 @@ provides tools to compute this metric.")
|
|||
r-glue
|
||||
r-knitr
|
||||
r-rex
|
||||
r-xfun
|
||||
r-xml2
|
||||
r-xmlparsedata))
|
||||
;; The importer adds a lot of inputs that we don't need.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue