pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/R-lintr
Module Name: pkgsrc
Committed By: mef
Date: Sun Sep 20 04:41:37 UTC 2020
Modified Files:
pkgsrc/devel/R-lintr: Makefile distinfo
Log Message:
(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).
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/R-lintr/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/R-lintr/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/R-lintr/Makefile
diff -u pkgsrc/devel/R-lintr/Makefile:1.2 pkgsrc/devel/R-lintr/Makefile:1.3
--- pkgsrc/devel/R-lintr/Makefile:1.2 Thu Feb 13 13:25:05 2020
+++ pkgsrc/devel/R-lintr/Makefile Sun Sep 20 04:41:37 2020
@@ -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-cyclocomp-[0-9]*:../../devel
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
Index: pkgsrc/devel/R-lintr/distinfo
diff -u pkgsrc/devel/R-lintr/distinfo:1.1 pkgsrc/devel/R-lintr/distinfo:1.2
--- pkgsrc/devel/R-lintr/distinfo:1.1 Mon Feb 10 14:16:31 2020
+++ pkgsrc/devel/R-lintr/distinfo Sun Sep 20 04:41:37 2020
@@ -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