pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/R-R.methodsS3 devel/R-R.methodsS3: import R-R.me...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7950e9feddce
branches:  trunk
changeset: 457510:7950e9feddce
user:      mef <mef%pkgsrc.org@localhost>
date:      Sat Aug 28 04:20:44 2021 +0000

description:
devel/R-R.methodsS3: import R-R.methodsS3-1.8.1

Methods that simplify the setup of S3 generic functions and S3
methods.  Major effort has been made in making definition of methods
as simple as possible with a minimum of maintenance for package
developers.  For example, generic functions are created automatically,
if missing, and naming conflict are automatically solved, if possible.
The method setMethodS3() is a good start for those who in the future
may want to migrate to S4.  This is a cross-platform package
implemented in pure R that generates standard S3 methods.

diffstat:

 devel/R-R.methodsS3/DESCR    |   8 ++++++++
 devel/R-R.methodsS3/Makefile |  14 ++++++++++++++
 devel/R-R.methodsS3/distinfo |   6 ++++++
 3 files changed, 28 insertions(+), 0 deletions(-)

diffs (40 lines):

diff -r a87b4f9ac44a -r 7950e9feddce devel/R-R.methodsS3/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-R.methodsS3/DESCR Sat Aug 28 04:20:44 2021 +0000
@@ -0,0 +1,8 @@
+Methods that simplify the setup of S3 generic functions and S3
+methods.  Major effort has been made in making definition of methods
+as simple as possible with a minimum of maintenance for package
+developers.  For example, generic functions are created automatically,
+if missing, and naming conflict are automatically solved, if possible.
+The method setMethodS3() is a good start for those who in the future
+may want to migrate to S4.  This is a cross-platform package
+implemented in pure R that generates standard S3 methods.
diff -r a87b4f9ac44a -r 7950e9feddce devel/R-R.methodsS3/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-R.methodsS3/Makefile      Sat Aug 28 04:20:44 2021 +0000
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1 2021/08/28 04:20:44 mef Exp $
+
+R_PKGNAME=     R.methodsS3
+R_PKGVER=      1.8.1
+CATEGORIES=    devel
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       S3 Methods Simplified
+LICENSE=       gnu-lgpl-v2.1
+
+USE_LANGUAGES= # none
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
diff -r a87b4f9ac44a -r 7950e9feddce devel/R-R.methodsS3/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-R.methodsS3/distinfo      Sat Aug 28 04:20:44 2021 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2021/08/28 04:20:44 mef Exp $
+
+SHA1 (R/R.methodsS3_1.8.1.tar.gz) = 87c55914feb7f4b73aaf423811e86ccd4267ca65
+RMD160 (R/R.methodsS3_1.8.1.tar.gz) = e2f0feab63e1fd108dc40140aa992f9536b274f6
+SHA512 (R/R.methodsS3_1.8.1.tar.gz) = 2e66717db4eadf597535036e3b5b1003b9d52eff2aafe06bb459d66bc406ed3de51e754e93ed652abc071e63d3d821ce576ac9c1fd0ce8b1c4ae30f4c9dd50b7
+Size (R/R.methodsS3_1.8.1.tar.gz) = 23717 bytes



Home | Main Index | Thread Index | Old Index