pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/R-lintr (devel/R-lintr) updated 2.0.0 to 2.0.1
details: https://anonhg.NetBSD.org/pkgsrc/rev/c8bd5324b418
branches: trunk
changeset: 439452:c8bd5324b418
user: mef <mef%pkgsrc.org@localhost>
date: Sun Sep 20 04:41:37 2020 +0000
description:
(devel/R-lintr) updated 2.0.0 to 2.0.1
# lintr 2.0.1
## New features
* Lintr now supports GitHub Actions and will print the lints as warning
messages if lints are printed during an action.
## Minor fixes and features
* `single_quote_linter()` no longer causes a print issue when open quote
appears at a column > than close quote (#457, @jamieRowen)
* `absolute_path_linter()` and `nonportable_path_linter()` now handle
file-paths that are wrapped with double-quotes (#433, #437, @russHyde).
* `get_source_expressions()` has been changed to handle `expr_or_assign_or_help`
tokens arising when parsing code containing equals-assignments in R-devel
(#403, #456, @russHyde).
* `object_usage_linter` has been changed to ensure lint-position is indicated
relative to the start of the file, rather than the start of a defining
function (#432, @russHyde).
diffstat:
devel/R-lintr/Makefile | 8 +++++---
devel/R-lintr/distinfo | 10 +++++-----
2 files changed, 10 insertions(+), 8 deletions(-)
diffs (42 lines):
diff -r e190848d6532 -r c8bd5324b418 devel/R-lintr/Makefile
--- a/devel/R-lintr/Makefile Sun Sep 20 04:29:38 2020 +0000
+++ b/devel/R-lintr/Makefile Sun Sep 20 04:41:37 2020 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.2 2020/02/13 13:25:05 mef Exp $
+# $NetBSD: Makefile,v 1.3 2020/09/20 04:41:37 mef Exp $
R_PKGNAME= lintr
-R_PKGVER= 2.0.0
+R_PKGVER= 2.0.1
CATEGORIES= devel
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-COMMENT= A 'Linter' for R Code
+COMMENT= 'Linter' for R Code
LICENSE= mit # + file LICENSE
DEPENDS+= R-crayon>=1.3.4:../../devel/R-crayon
@@ -21,6 +21,8 @@
DEPENDS+= R-stringdist-[0-9]*:../../math/R-stringdist
DEPENDS+= R-xmlparsedata-[0-9]*:../../textproc/R-xmlparsedata
+TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
+TEST_DEPENDS+= R-mockery-[0-9]*:../../devel/R-mockery
USE_LANGUAGES= # none
diff -r e190848d6532 -r c8bd5324b418 devel/R-lintr/distinfo
--- a/devel/R-lintr/distinfo Sun Sep 20 04:29:38 2020 +0000
+++ b/devel/R-lintr/distinfo Sun Sep 20 04:41:37 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2020/02/10 14:16:31 mef Exp $
+$NetBSD: distinfo,v 1.2 2020/09/20 04:41:37 mef Exp $
-SHA1 (R/lintr_2.0.0.tar.gz) = cf21c26a30521f77b97b0b38338fc90123e94ffc
-RMD160 (R/lintr_2.0.0.tar.gz) = 72680552e3449c481f94c7bc80dc9eefdeed2b48
-SHA512 (R/lintr_2.0.0.tar.gz) = d21875f9e1027c07d8e0a2f677f67d86fea169b686fb56b8fa4810b3e952a25a161864e1589a34e481fe852de6fff139d041905bedc33f1971591e31b1520694
-Size (R/lintr_2.0.0.tar.gz) = 206624 bytes
+SHA1 (R/lintr_2.0.1.tar.gz) = 00d77421ac4c00dd208404cb9cfd785c1b9cf5e0
+RMD160 (R/lintr_2.0.1.tar.gz) = 87e408ca9f963bbc8451f568262d29a1a9439d4a
+SHA512 (R/lintr_2.0.1.tar.gz) = 2b2189fd36924e70471b27822701eb0f1ebc62cbb4b7120f879f8be779d9a7cdbca307a533f1496799082f84ae72d2a8e638d943041e8255ba1775b6caeb8509
+Size (R/lintr_2.0.1.tar.gz) = 219142 bytes
Home |
Main Index |
Thread Index |
Old Index