pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/R-numDeriv



Module Name:    pkgsrc
Committed By:   minskim
Date:           Mon Mar  5 16:52:14 UTC 2018

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

Log Message:
math/R-numDeriv: Import version 2016.8.1

Methods for calculating (usually) accurate numerical first and second
order derivatives. Accurate calculations are done using 'Richardson”s'
extrapolation or, when applicable, a complex step derivative is
available. A simple difference method is also provided. Simple
difference is (usually) less accurate but is much quicker than
'Richardson”s' extrapolation and provides a useful cross-check.
Methods are provided for real scalar and vector valued functions.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/math/R-numDeriv/DESCR \
    pkgsrc/math/R-numDeriv/Makefile pkgsrc/math/R-numDeriv/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-numDeriv/DESCR
diff -u /dev/null pkgsrc/math/R-numDeriv/DESCR:1.1
--- /dev/null   Mon Mar  5 16:52:14 2018
+++ pkgsrc/math/R-numDeriv/DESCR        Mon Mar  5 16:52:13 2018
@@ -0,0 +1,7 @@
+Methods for calculating (usually) accurate numerical first and second
+order derivatives. Accurate calculations are done using 'Richardson”s'
+extrapolation or, when applicable, a complex step derivative is
+available. A simple difference method is also provided. Simple
+difference is (usually) less accurate but is much quicker than
+'Richardson”s' extrapolation and provides a useful cross-check.
+Methods are provided for real scalar and vector valued functions.
Index: pkgsrc/math/R-numDeriv/Makefile
diff -u /dev/null pkgsrc/math/R-numDeriv/Makefile:1.1
--- /dev/null   Mon Mar  5 16:52:14 2018
+++ pkgsrc/math/R-numDeriv/Makefile     Mon Mar  5 16:52:13 2018
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2018/03/05 16:52:13 minskim Exp $
+
+CATEGORIES=    math
+MASTER_SITES=  ${MASTER_SITE_R_CRAN:=contrib/}
+
+MAINTAINER=    minskim%NetBSD.org@localhost
+HOMEPAGE=      ${R_HOMEPAGE_BASE}/numDeriv/
+COMMENT=       Accurate numerical derivatives
+LICENSE=       gnu-gpl-v2
+
+R_PKGNAME=     numDeriv
+R_PKGVER=      2016.8-1
+
+USE_LANGUAGES+=        # none
+
+BUILDLINK_API_DEPENDS.R+=      R>=2.11.1
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/math/R-numDeriv/distinfo
diff -u /dev/null pkgsrc/math/R-numDeriv/distinfo:1.1
--- /dev/null   Mon Mar  5 16:52:14 2018
+++ pkgsrc/math/R-numDeriv/distinfo     Mon Mar  5 16:52:13 2018
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/03/05 16:52:13 minskim Exp $
+
+SHA1 (R/numDeriv_2016.8-1.tar.gz) = 8d43a502c4ee1efcf8b3dcf5ba1c91667c84198a
+RMD160 (R/numDeriv_2016.8-1.tar.gz) = 53f6370b6d0104b9c3da04bb8510730c0a8371ab
+SHA512 (R/numDeriv_2016.8-1.tar.gz) = c77db5cb3f21f08c9f55be9ffc26ad3238450e74190cf8dccdf50a2a4dd5319d50dd9a8c206c8675239a74f53a4d4aac6339765a1f305c92e293b1591f07a6d4
+Size (R/numDeriv_2016.8-1.tar.gz) = 76303 bytes



Home | Main Index | Thread Index | Old Index