pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/R-Deriv



Module Name:    pkgsrc
Committed By:   mef
Date:           Sat Nov  9 13:33:04 UTC 2024

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

Log Message:
math/R-Deriv: import R-Deriv-4.1.6

Utility package containing: 1) Facilities for working with grouped
data: 'do' something to data stratified 'by' some variables. 2)
LSmeans (least-squares means), general linear estimates. 3) Restrict
functions to a smaller domain. 4) Miscellaneous other utilities.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/math/R-Deriv/DESCR pkgsrc/math/R-Deriv/Makefile \
    pkgsrc/math/R-Deriv/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-Deriv/DESCR
diff -u /dev/null pkgsrc/math/R-Deriv/DESCR:1.1
--- /dev/null   Sat Nov  9 13:33:04 2024
+++ pkgsrc/math/R-Deriv/DESCR   Sat Nov  9 13:33:04 2024
@@ -0,0 +1,4 @@
+Utility package containing: 1) Facilities for working with grouped
+data: 'do' something to data stratified 'by' some variables. 2)
+LSmeans (least-squares means), general linear estimates. 3) Restrict
+functions to a smaller domain. 4) Miscellaneous other utilities.
Index: pkgsrc/math/R-Deriv/Makefile
diff -u /dev/null pkgsrc/math/R-Deriv/Makefile:1.1
--- /dev/null   Sat Nov  9 13:33:04 2024
+++ pkgsrc/math/R-Deriv/Makefile        Sat Nov  9 13:33:04 2024
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1 2024/11/09 13:33:04 mef Exp $
+
+R_PKGNAME=     Deriv
+R_PKGVER=      4.1.6
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       Symbolic Differentiation
+LICENSE=       gnu-gpl-v3
+
+TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
+
+# !pdfTeX error: pdflatex (file tctt1000): Font tctt1000 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-Deriv/distinfo
diff -u /dev/null pkgsrc/math/R-Deriv/distinfo:1.1
--- /dev/null   Sat Nov  9 13:33:04 2024
+++ pkgsrc/math/R-Deriv/distinfo        Sat Nov  9 13:33:04 2024
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2024/11/09 13:33:04 mef Exp $
+
+BLAKE2s (R/Deriv_4.1.6.tar.gz) = c4d7a8219867a0c98191a74f3f03317c5f5e12d4c6091c646166b1988350e856
+SHA512 (R/Deriv_4.1.6.tar.gz) = 8a0352844e0ae78b5dcaace33fdb4f5d8deebfbfc597fb8da35ca4bdf6d4bb74050e6c6b6f509443f19d01c9c51eb9ac4f96c916f8d68668d7b9c770fd99814e
+Size (R/Deriv_4.1.6.tar.gz) = 37831 bytes



Home | Main Index | Thread Index | Old Index