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:
parent
17020d5aec
commit
983422fa79
19
devel/R-cran-chk/Makefile
Normal file
19
devel/R-cran-chk/Makefile
Normal 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>
|
3
devel/R-cran-chk/distinfo
Normal file
3
devel/R-cran-chk/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1682672571
|
||||
SHA256 (chk_0.8.1.tar.gz) = fc567b2484f45443a639a6bf0ac6683bce33b78a9abebb75465db4a59154835b
|
||||
SIZE (chk_0.8.1.tar.gz) = 83677
|
3
devel/R-cran-chk/pkg-descr
Normal file
3
devel/R-cran-chk/pkg-descr
Normal 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.
|
Loading…
Reference in New Issue
Block a user