[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
24/55: gnu: r-lintr: Update to 3.0.0.
From: |
guix-commits |
Subject: |
24/55: gnu: r-lintr: Update to 3.0.0. |
Date: |
Fri, 1 Jul 2022 13:04:48 -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
- 17/55: gnu: r-admisc: Update to 0.29., (continued)
- 17/55: gnu: r-admisc: Update to 0.29., guix-commits, 2022/07/01
- 25/55: gnu: r-dalex: Update to 2.4.2., guix-commits, 2022/07/01
- 26/55: gnu: r-r-devices: Update to 2.17.1., guix-commits, 2022/07/01
- 28/55: gnu: r-additivitytests: Update to 1.1-4.1., guix-commits, 2022/07/01
- 14/55: gnu: r-sandwich: Update to 3.0-2., guix-commits, 2022/07/01
- 20/55: gnu: r-epi: Update to 2.47., guix-commits, 2022/07/01
- 19/55: gnu: r-strucchange: Update to 1.5-3., guix-commits, 2022/07/01
- 21/55: gnu: r-globals: Update to 0.15.1., guix-commits, 2022/07/01
- 16/55: gnu: r-performance: Update to 0.9.1., guix-commits, 2022/07/01
- 22/55: gnu: r-bookdown: Update to 0.27., guix-commits, 2022/07/01
- 24/55: gnu: r-lintr: Update to 3.0.0.,
guix-commits <=
- 27/55: gnu: r-fda: Update to 6.0.4., guix-commits, 2022/07/01
- 30/55: gnu: r-hardhat: Update to 1.2.0., guix-commits, 2022/07/01
- 32/55: gnu: r-igraph: Update to 1.3.2., guix-commits, 2022/07/01
- 33/55: gnu: r-lobstr: Update to 1.1.2., guix-commits, 2022/07/01
- 34/55: gnu: r-rsample: Update to 1.0.0., guix-commits, 2022/07/01
- 41/55: gnu: r-pkgdown: Update to 2.0.5., guix-commits, 2022/07/01
- 43/55: gnu: r-nlme: Update to 3.1-158., guix-commits, 2022/07/01
- 40/55: gnu: r-downlit: Update to 0.4.1., guix-commits, 2022/07/01
- 47/55: gnu: r-rcpparmadillo: Update to 0.11.2.0.0., guix-commits, 2022/07/01
- 51/55: gnu: r-gtools: Update to 3.9.2.2., guix-commits, 2022/07/01