math/R-cran-reformulas: New port: Machinery for Processing Random Effect Formulas

reformulas (random effects formulas) is a utility package for
processing "lme4-style" random effects formulas in R (i.e.,
formulas where the random effects are included in the form (f|g)
as components of an overall model formula, where f represents a
sub-formula for the varying effects and g represents a sub-formula
for the grouping variable(s).

WWW: https://cran.r-project.org/web/packages/reformulas/
This commit is contained in:
Nuno Teixeira 2025-01-12 13:34:40 +00:00
parent 4d1b4a91f4
commit 59319e541c
4 changed files with 28 additions and 0 deletions

View file

@ -130,6 +130,7 @@
SUBDIR += R-cran-quantreg SUBDIR += R-cran-quantreg
SUBDIR += R-cran-raster SUBDIR += R-cran-raster
SUBDIR += R-cran-recipes SUBDIR += R-cran-recipes
SUBDIR += R-cran-reformulas
SUBDIR += R-cran-rgenoud SUBDIR += R-cran-rgenoud
SUBDIR += R-cran-robustbase SUBDIR += R-cran-robustbase
SUBDIR += R-cran-sandwich SUBDIR += R-cran-sandwich

View file

@ -0,0 +1,18 @@
PORTNAME= reformulas
DISTVERSION= 0.4.0
CATEGORIES= math
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= eduardo@FreeBSD.org
COMMENT= Machinery for Processing Random Effect Formulas
WWW= https://cran.r-project.org/web/packages/reformulas/
LICENSE= GPLv3
CRAN_DEPENDS= R-cran-Rdpack>0:devel/R-cran-Rdpack
BUILD_DEPENDS= ${CRAN_DEPENDS}
RUN_DEPENDS= ${CRAN_DEPENDS}
USES= cran:auto-plist
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1736686591
SHA256 (reformulas_0.4.0.tar.gz) = 044fd9b9e5e8aaec2076ef8aa49c724ddf1ae6fa78bd5946a2bd94a1826abf34
SIZE (reformulas_0.4.0.tar.gz) = 32012

View file

@ -0,0 +1,6 @@
reformulas (random effects formulas) is a utility package for
processing "lme4-style" random effects formulas in R (i.e.,
formulas where the random effects are included in the form (f|g)
as components of an overall model formula, where f represents a
sub-formula for the varying effects and g represents a sub-formula
for the grouping variable(s).