pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/R-numDeriv math/R-numDeriv: Import version 2016.8.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c942275c2cd0
branches:  trunk
changeset: 376650:c942275c2cd0
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Mon Mar 05 16:52:13 2018 +0000

description:
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.

diffstat:

 math/R-numDeriv/DESCR    |   7 +++++++
 math/R-numDeriv/Makefile |  18 ++++++++++++++++++
 math/R-numDeriv/distinfo |   6 ++++++
 3 files changed, 31 insertions(+), 0 deletions(-)

diffs (43 lines):

diff -r 5e3faa46e5ce -r c942275c2cd0 math/R-numDeriv/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-numDeriv/DESCR     Mon Mar 05 16:52:13 2018 +0000
@@ -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.
diff -r 5e3faa46e5ce -r c942275c2cd0 math/R-numDeriv/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-numDeriv/Makefile  Mon Mar 05 16:52:13 2018 +0000
@@ -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"
diff -r 5e3faa46e5ce -r c942275c2cd0 math/R-numDeriv/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-numDeriv/distinfo  Mon Mar 05 16:52:13 2018 +0000
@@ -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