git: 9410340daad7 - main - devel/R-cran-lintr: Update to 3.0.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 08 Aug 2022 05:53:36 UTC
The branch main has been updated by ygy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=9410340daad7634261e0099b22d15585d20467be
commit 9410340daad7634261e0099b22d15585d20467be
Author: Guangyuan Yang <ygy@FreeBSD.org>
AuthorDate: 2022-08-08 05:53:26 +0000
Commit: Guangyuan Yang <ygy@FreeBSD.org>
CommitDate: 2022-08-08 05:53:26 +0000
devel/R-cran-lintr: Update to 3.0.0
---
devel/R-cran-lintr/Makefile | 20 ++++++++++++++------
devel/R-cran-lintr/distinfo | 6 +++---
devel/R-cran-lintr/pkg-descr | 4 ++--
3 files changed, 19 insertions(+), 11 deletions(-)
diff --git a/devel/R-cran-lintr/Makefile b/devel/R-cran-lintr/Makefile
index eff0107f4f17..3551b004a8dd 100644
--- a/devel/R-cran-lintr/Makefile
+++ b/devel/R-cran-lintr/Makefile
@@ -1,5 +1,5 @@
PORTNAME= lintr
-DISTVERSION= 2.0.1
+DISTVERSION= 3.0.0
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${DISTVERSION}
@@ -13,17 +13,25 @@ BUILD_DEPENDS= R-cran-knitr>0:print/R-cran-knitr
RUN_DEPENDS= R-cran-jsonlite>0:converters/R-cran-jsonlite \
R-cran-crayon>0:devel/R-cran-crayon \
R-cran-cyclocomp>0:devel/R-cran-cyclocomp \
- R-cran-rstudioapi>=0.2:devel/R-cran-rstudioapi \
- R-cran-testthat>=2.2.1:devel/R-cran-testthat \
+ R-cran-glue>0:devel/R-cran-glue \
+ R-cran-backports>0:math/R-cran-backports \
R-cran-knitr>0:print/R-cran-knitr \
R-cran-digest>0:security/R-cran-digest \
R-cran-rex>0:textproc/R-cran-rex \
R-cran-xml2>=1.0.0:textproc/R-cran-xml2 \
- R-cran-xmlparsedata>=1.0.3:textproc/R-cran-xmlparsedata \
+ R-cran-xmlparsedata>=1.0.3:textproc/R-cran-xmlparsedata
+TEST_DEPENDS= R-cran-covr>0:devel/R-cran-covr \
+ R-cran-mockery>0:devel/R-cran-mockery \
+ R-cran-rstudioapi>=0.2:devel/R-cran-rstudioapi \
+ R-cran-testthat>=3.0.0:devel/R-cran-testthat \
+ R-cran-tibble>0:devel/R-cran-tibble \
+ R-cran-withr>0:devel/R-cran-withr \
+ R-cran-rmarkdown>0:textproc/R-cran-rmarkdown \
R-cran-httr>=1.2.1:www/R-cran-httr
-TEST_DEPENDS= R-cran-mockery>0:devel/R-cran-mockery \
- R-cran-rmarkdown>0:textproc/R-cran-rmarkdown
USES= cran:auto-plist
+post-install:
+ @${ECHO_CMD} "@dir ${R_MOD_DIR}/help/figures" >> ${TMPPLIST}
+
.include <bsd.port.mk>
diff --git a/devel/R-cran-lintr/distinfo b/devel/R-cran-lintr/distinfo
index e6dc41aedf02..17d9cbcbe6a5 100644
--- a/devel/R-cran-lintr/distinfo
+++ b/devel/R-cran-lintr/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1639112705
-SHA256 (lintr_2.0.1.tar.gz) = fe0723757b653ef83ec7a5005d0a7524cd917d646d35a5627ee639158881ce93
-SIZE (lintr_2.0.1.tar.gz) = 219142
+TIMESTAMP = 1659931381
+SHA256 (lintr_3.0.0.tar.gz) = eeb1d428748311727b0453c6e6b0df2dbf5c15e35c6db1bef7f8d6ac94b177b4
+SIZE (lintr_3.0.0.tar.gz) = 2191085
diff --git a/devel/R-cran-lintr/pkg-descr b/devel/R-cran-lintr/pkg-descr
index f870f03f6705..215ad6b5071d 100644
--- a/devel/R-cran-lintr/pkg-descr
+++ b/devel/R-cran-lintr/pkg-descr
@@ -1,5 +1,5 @@
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'.
+'Vim', 'Sublime Text', 'Atom' and 'Visual Studio Code'.
-WWW: https://github.com/jimhester/lintr
+WWW: https://github.com/r-lib/lintr