git: 59319e541c94 - main - math/R-cran-reformulas: New port: Machinery for Processing Random Effect Formulas
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 12 Jan 2025 14:01:22 UTC
The branch main has been updated by eduardo:
URL: https://cgit.FreeBSD.org/ports/commit/?id=59319e541c94cc37c70296ca9303657709abca7d
commit 59319e541c94cc37c70296ca9303657709abca7d
Author: Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2025-01-12 13:34:40 +0000
Commit: Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2025-01-12 14:01:10 +0000
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/
---
math/Makefile | 1 +
math/R-cran-reformulas/Makefile | 18 ++++++++++++++++++
math/R-cran-reformulas/distinfo | 3 +++
math/R-cran-reformulas/pkg-descr | 6 ++++++
4 files changed, 28 insertions(+)
diff --git a/math/Makefile b/math/Makefile
index 42e9839c877f..63b43e211fd9 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -130,6 +130,7 @@
SUBDIR += R-cran-quantreg
SUBDIR += R-cran-raster
SUBDIR += R-cran-recipes
+ SUBDIR += R-cran-reformulas
SUBDIR += R-cran-rgenoud
SUBDIR += R-cran-robustbase
SUBDIR += R-cran-sandwich
diff --git a/math/R-cran-reformulas/Makefile b/math/R-cran-reformulas/Makefile
new file mode 100644
index 000000000000..f082fbcdc75f
--- /dev/null
+++ b/math/R-cran-reformulas/Makefile
@@ -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>
diff --git a/math/R-cran-reformulas/distinfo b/math/R-cran-reformulas/distinfo
new file mode 100644
index 000000000000..b2d1e5b24bc2
--- /dev/null
+++ b/math/R-cran-reformulas/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1736686591
+SHA256 (reformulas_0.4.0.tar.gz) = 044fd9b9e5e8aaec2076ef8aa49c724ddf1ae6fa78bd5946a2bd94a1826abf34
+SIZE (reformulas_0.4.0.tar.gz) = 32012
diff --git a/math/R-cran-reformulas/pkg-descr b/math/R-cran-reformulas/pkg-descr
new file mode 100644
index 000000000000..bb9465219335
--- /dev/null
+++ b/math/R-cran-reformulas/pkg-descr
@@ -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).