head	1.1;
access;
symbols
	pkgsrc-2026Q1:1.1.0.10
	pkgsrc-2026Q1-base:1.1
	pkgsrc-2025Q4:1.1.0.8
	pkgsrc-2025Q4-base:1.1
	pkgsrc-2025Q3:1.1.0.6
	pkgsrc-2025Q3-base:1.1
	pkgsrc-2025Q2:1.1.0.4
	pkgsrc-2025Q2-base:1.1
	pkgsrc-2025Q1:1.1.0.2
	pkgsrc-2025Q1-base:1.1;
locks; strict;
comment	@# @;


1.1
date	2025.02.15.03.48.17;	author mef;	state Exp;
branches;
next	;
commitid	etVwG6bIYlSg5wJF;


desc
@@


1.1
log
@(math/R-reformulas) import R-reformulas-0.4.0

Takes formulas including random-effects components (formatted as in
'lme4', 'glmmTMB', etc.) and processes them. Includes various helper
functions.
@
text
@# $NetBSD$

R_PKGNAME=	reformulas
R_PKGVER=	0.4.0

MAINTAINER=	pkgsrc-users@@NetBSD.org
COMMENT=	Machinery for Processing Random Effect Formulas
LICENSE=	gnu-gpl-v3

DEPENDS+=	R-Rdpack-[0-9]*:../../textproc/R-Rdpack

TEST_DEPENDS+=	R-lme4-[0-9]*:../../math/R-lme4
TEST_DEPENDS+=	R-tinytest-[0-9]*:../../devel/R-tinytest

# !pdfTeX error: pdflatex (file tctt0900): Font tctt0900 at 600 not found
TEST_DEPENDS+=	tex-ec-[0-9]*:../../fonts/tex-ec
TEST_DEPENDS+=	tex-inconsolata-[0-9]*:../../fonts/tex-inconsolata
TEST_DEPENDS+=	tex-latex-bin-[0-9]*:../../print/tex-latex-bin
TEST_DEPENDS+=	tex-url-[0-9]*:../../print/tex-url
TEST_DEPENDS+=	tex-xkeyval-[0-9]*:../../print/tex-xkeyval

USE_LANGUAGES=	# none

.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"
@
