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) import R-lintr-2.0.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3de4340f7629
branches:  trunk
changeset: 411342:3de4340f7629
user:      mef <mef%pkgsrc.org@localhost>
date:      Mon Feb 10 14:16:31 2020 +0000

description:
(devel/R-lintr) import R-lintr-2.0.0

Checks adherence to a given style, syntax errors and possible semantic
issues.  Supports on the fly checking of R code edited with 'RStudio
IDE', 'Emacs', 'Vim', 'Sublime Text' and 'Atom'.

diffstat:

 devel/R-lintr/DESCR    |   3 +++
 devel/R-lintr/Makefile |  31 +++++++++++++++++++++++++++++++
 devel/R-lintr/distinfo |   6 ++++++
 3 files changed, 40 insertions(+), 0 deletions(-)

diffs (52 lines):

diff -r 164e23a8990b -r 3de4340f7629 devel/R-lintr/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-lintr/DESCR       Mon Feb 10 14:16:31 2020 +0000
@@ -0,0 +1,3 @@
+Checks adherence to a given style, syntax errors and possible semantic
+issues.  Supports on the fly checking of R code edited with 'RStudio
+IDE', 'Emacs', 'Vim', 'Sublime Text' and 'Atom'.
diff -r 164e23a8990b -r 3de4340f7629 devel/R-lintr/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-lintr/Makefile    Mon Feb 10 14:16:31 2020 +0000
@@ -0,0 +1,31 @@
+# $NetBSD: Makefile,v 1.1 2020/02/10 14:16:31 mef Exp $
+
+R_PKGNAME=     lintr
+R_PKGVER=      2.0.0
+CATEGORIES=    devel
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       A 'Linter' for R Code
+LICENSE=       mit     # + file LICENSE
+
+DEPENDS+=      R-crayon>=1.3.4:../../devel/R-crayon
+DEPENDS+=      R-rex>=1.1.2:../../devel/R-rex
+DEPENDS+=      R-testthat>=2.2.1:../../devel/R-testthat
+DEPENDS+=      R-rstudioapi>=0.2:../../math/R-rstudioapi
+DEPENDS+=      R-knitr>=1.23:../../print/R-knitr
+DEPENDS+=      R-digest>=0.6.20:../../security/R-digest
+DEPENDS+=      R-jsonlite>=1.6:../../textproc/R-jsonlite
+DEPENDS+=      R-xml2>=1.0.0:../../textproc/R-xml2
+DEPENDS+=      R-httr>=1.2.1:../../www/R-httr
+
+# Packages required but not available:
+#   'cyclocomp', 'stringdist', 'xmlparsedata'
+TEST_DEPENDS+= R-cyclocomp-[0-9]*:../../devel/R-cyclocomp
+TEST_DEPENDS+= R-stringdist-[0-9]*:../../math/R-stringdist
+TEST_DEPENDS+= R-xmlparsedata-[0-9]*:../../textproc/R-xmlparsedata
+
+
+USE_LANGUAGES= # none
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
diff -r 164e23a8990b -r 3de4340f7629 devel/R-lintr/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-lintr/distinfo    Mon Feb 10 14:16:31 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/02/10 14:16:31 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



Home | Main Index | Thread Index | Old Index