summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormef <mef@pkgsrc.org>2021-08-28 04:20:44 +0000
committermef <mef@pkgsrc.org>2021-08-28 04:20:44 +0000
commiteb6a97eeb4cb6dd701b3c2975f204507a85ee1d2 (patch)
tree22f7401168c0bc69d4e0e915b6027a675f19361f
parent2a6dbd833a1e4f77e01fc8729a85e8064f1aa795 (diff)
downloadpkgsrc-eb6a97eeb4cb6dd701b3c2975f204507a85ee1d2.tar.gz
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.
-rw-r--r--devel/R-R.methodsS3/DESCR8
-rw-r--r--devel/R-R.methodsS3/Makefile14
-rw-r--r--devel/R-R.methodsS3/distinfo6
3 files changed, 28 insertions, 0 deletions
diff --git a/devel/R-R.methodsS3/DESCR b/devel/R-R.methodsS3/DESCR
new file mode 100644
index 00000000000..937c7431c6c
--- /dev/null
+++ b/devel/R-R.methodsS3/DESCR
@@ -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 --git a/devel/R-R.methodsS3/Makefile b/devel/R-R.methodsS3/Makefile
new file mode 100644
index 00000000000..fbde5f710f6
--- /dev/null
+++ b/devel/R-R.methodsS3/Makefile
@@ -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
+COMMENT= S3 Methods Simplified
+LICENSE= gnu-lgpl-v2.1
+
+USE_LANGUAGES= # none
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/R-R.methodsS3/distinfo b/devel/R-R.methodsS3/distinfo
new file mode 100644
index 00000000000..fd18dfa52b0
--- /dev/null
+++ b/devel/R-R.methodsS3/distinfo
@@ -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