1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00

devel/R-cran-chk: New port

For developers to check user-supplied function arguments. It is
designed to be simple, fast and customizable. Error messages
follow the tidyverse style guide.
This commit is contained in:
Wen Heping 2023-04-28 17:39:48 +08:00
parent 17020d5aec
commit 983422fa79
3 changed files with 25 additions and 0 deletions

19
devel/R-cran-chk/Makefile Normal file
View File

@ -0,0 +1,19 @@
PORTNAME= chk
PORTVERSION= 0.8.1
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= wen@FreeBSD.org
COMMENT= Check User-Supplied Function Arguments
WWW= https://github.com/poissonconsulting/chk
LICENSE= MIT
CRAN_DEPENDS= R-cran-rlang>0:devel/R-cran-rlang \
R-cran-lifecycle>0:devel/R-cran-lifecycle
BUILD_DEPENDS= ${CRAN_DEPENDS}
RUN_DEPENDS= ${CRAN_DEPENDS}
USES= cran:auto-plist,compiles
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1682672571
SHA256 (chk_0.8.1.tar.gz) = fc567b2484f45443a639a6bf0ac6683bce33b78a9abebb75465db4a59154835b
SIZE (chk_0.8.1.tar.gz) = 83677

View File

@ -0,0 +1,3 @@
For developers to check user-supplied function arguments. It is
designed to be simple, fast and customizable. Error messages
follow the tidyverse style guide.