mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
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:
parent
4d1b4a91f4
commit
59319e541c
4 changed files with 28 additions and 0 deletions
|
@ -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
|
||||
|
|
18
math/R-cran-reformulas/Makefile
Normal file
18
math/R-cran-reformulas/Makefile
Normal 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>
|
3
math/R-cran-reformulas/distinfo
Normal file
3
math/R-cran-reformulas/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1736686591
|
||||
SHA256 (reformulas_0.4.0.tar.gz) = 044fd9b9e5e8aaec2076ef8aa49c724ddf1ae6fa78bd5946a2bd94a1826abf34
|
||||
SIZE (reformulas_0.4.0.tar.gz) = 32012
|
6
math/R-cran-reformulas/pkg-descr
Normal file
6
math/R-cran-reformulas/pkg-descr
Normal 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).
|
Loading…
Add table
Reference in a new issue