pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/math/R-reformulas



Module Name:    pkgsrc
Committed By:   mef
Date:           Sat Feb 15 03:48:17 UTC 2025

Added Files:
        pkgsrc/math/R-reformulas: DESCR Makefile distinfo

Log Message:
(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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/math/R-reformulas/DESCR \
    pkgsrc/math/R-reformulas/Makefile pkgsrc/math/R-reformulas/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/math/R-reformulas/DESCR
diff -u /dev/null pkgsrc/math/R-reformulas/DESCR:1.1
--- /dev/null   Sat Feb 15 03:48:17 2025
+++ pkgsrc/math/R-reformulas/DESCR      Sat Feb 15 03:48:17 2025
@@ -0,0 +1,3 @@
+Takes formulas including random-effects components (formatted as in
+'lme4', 'glmmTMB', etc.) and processes them. Includes various helper
+functions.
Index: pkgsrc/math/R-reformulas/Makefile
diff -u /dev/null pkgsrc/math/R-reformulas/Makefile:1.1
--- /dev/null   Sat Feb 15 03:48:17 2025
+++ pkgsrc/math/R-reformulas/Makefile   Sat Feb 15 03:48:17 2025
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1 2025/02/15 03:48:17 mef Exp $
+
+R_PKGNAME=     reformulas
+R_PKGVER=      0.4.0
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+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"
Index: pkgsrc/math/R-reformulas/distinfo
diff -u /dev/null pkgsrc/math/R-reformulas/distinfo:1.1
--- /dev/null   Sat Feb 15 03:48:17 2025
+++ pkgsrc/math/R-reformulas/distinfo   Sat Feb 15 03:48:17 2025
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2025/02/15 03:48:17 mef Exp $
+
+BLAKE2s (R/reformulas_0.4.0.tar.gz) = 9935ee2f5c1bcaacd9c59262f6e00975e71853fc38f492069eab53b01c870fd4
+SHA512 (R/reformulas_0.4.0.tar.gz) = ac6e216d417b45d04261c06ef81ab074752cce27a111115d9da18cae1bb39d6a16ce54a8089617d9b3a2563162a0aa8db8ff932f588de319e62a3f9d232b4b7d
+Size (R/reformulas_0.4.0.tar.gz) = 32012 bytes



Home | Main Index | Thread Index | Old Index