[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
24/73: gnu: r-lintr: Update to 3.0.0.
From: |
guix-commits |
Subject: |
24/73: gnu: r-lintr: Update to 3.0.0. |
Date: |
Sat, 2 Jul 2022 10:55:52 -0400 (EDT) |
rekado pushed a commit to branch wip-r
in repository guix.
commit 481055e560cd3136258d90363ecd5a927c7817d1
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Jul 1 15:30:03 2022 +0200
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.
---
gnu/packages/cran.scm | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 02743bceef..509cb9eba7 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -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
- 08/73: gnu: r-broom: Update to 1.0.0., (continued)
- 08/73: gnu: r-broom: Update to 1.0.0., guix-commits, 2022/07/02
- 11/73: gnu: r-tinytex: Update to 0.40., guix-commits, 2022/07/02
- 15/73: gnu: r-emmeans: Update to 1.7.5., guix-commits, 2022/07/02
- 05/73: gnu: r-ps: Update to 1.7.1., guix-commits, 2022/07/02
- 17/73: gnu: r-admisc: Update to 0.29., guix-commits, 2022/07/02
- 16/73: gnu: r-performance: Update to 0.9.1., guix-commits, 2022/07/02
- 18/73: gnu: r-waveslim: Update to 1.8.3., guix-commits, 2022/07/02
- 22/73: gnu: r-bookdown: Update to 0.27., guix-commits, 2022/07/02
- 27/73: gnu: r-fda: Update to 6.0.4., guix-commits, 2022/07/02
- 10/73: gnu: r-qap: Update to 0.1-2., guix-commits, 2022/07/02
- 24/73: gnu: r-lintr: Update to 3.0.0.,
guix-commits <=
- 26/73: gnu: r-r-devices: Update to 2.17.1., guix-commits, 2022/07/02
- 25/73: gnu: r-dalex: Update to 2.4.2., guix-commits, 2022/07/02
- 32/73: gnu: r-igraph: Update to 1.3.2., guix-commits, 2022/07/02
- 33/73: gnu: r-lobstr: Update to 1.1.2., guix-commits, 2022/07/02
- 38/73: gnu: r-phangorn: Update to 2.9.0., guix-commits, 2022/07/02
- 12/73: gnu: r-itsadug: Update to 2.4.1., guix-commits, 2022/07/02
- 14/73: gnu: r-sandwich: Update to 3.0-2., guix-commits, 2022/07/02
- 28/73: gnu: r-additivitytests: Update to 1.1-4.1., guix-commits, 2022/07/02
- 13/73: gnu: r-raster: Update to 3.5-21., guix-commits, 2022/07/02
- 19/73: gnu: r-strucchange: Update to 1.5-3., guix-commits, 2022/07/02