View | Details | Raw Unified | Return to bug 251679
Collapse All | Expand All

(-)b/devel/Makefile (+1 lines)
Lines 71-76 Link Here
71
    SUBDIR += R-cran-purrr
71
    SUBDIR += R-cran-purrr
72
    SUBDIR += R-cran-randomForest
72
    SUBDIR += R-cran-randomForest
73
    SUBDIR += R-cran-registry
73
    SUBDIR += R-cran-registry
74
    SUBDIR += R-cran-rematch2
74
    SUBDIR += R-cran-repr
75
    SUBDIR += R-cran-repr
75
    SUBDIR += R-cran-reshape
76
    SUBDIR += R-cran-reshape
76
    SUBDIR += R-cran-reshape2
77
    SUBDIR += R-cran-reshape2
(-)b/devel/R-cran-rematch2/Makefile (+20 lines)
Added Link Here
1
# $FreeBSD$
2
3
PORTNAME=	rematch2
4
DISTVERSION=	2.1.2
5
CATEGORIES=	devel
6
DISTNAME=	${PORTNAME}_${DISTVERSION}
7
8
MAINTAINER=	ygy@FreeBSD.org
9
COMMENT=	Tidy Output from Regular Expression Matching
10
11
LICENSE=	MIT
12
LICENSE_FILE=	${WRKSRC}/LICENSE
13
14
RUN_DEPENDS=	R-cran-tibble>0:devel/R-cran-tibble
15
TEST_DEPENDS=	R-cran-covr>0:devel/R-cran-covr \
16
		R-cran-testthat>0:devel/R-cran-testthat
17
18
USES=		cran:auto-plist
19
20
.include <bsd.port.mk>
(-)b/devel/R-cran-rematch2/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1607405310
2
SHA256 (rematch2_2.1.2.tar.gz) = fe9cbfe99dd7731a0a2a310900d999f80e7486775b67f3f8f388c30737faf7bb
3
SIZE (rematch2_2.1.2.tar.gz) = 13366
(-)b/devel/R-cran-rematch2/pkg-descr (+4 lines)
Added Link Here
1
Wrappers on 'regexpr' and 'gregexpr' to return the match results in tidy data
2
frames.
3
4
WWW: https://github.com/r-lib/rematch2#readme

Return to bug 251679