mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-18 03:23:20 -04:00
dev-R/R_methodsS3: new package, add 1.8.2
Signed-off-by: Robert Greener <me@r0bert.dev>
This commit is contained in:
17
dev-R/R_methodsS3/metadata.xml
Normal file
17
dev-R/R_methodsS3/metadata.xml
Normal file
@@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>me@r0bert.dev</email>
|
||||
<name>Robert Greener</name>
|
||||
</maintainer>
|
||||
<longdescription lang="en">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.</longdescription>
|
||||
<upstream>
|
||||
<maintainer>
|
||||
<name>Henrik Bengtsson</name>
|
||||
<email>henrikb@braju.com</email>
|
||||
</maintainer>
|
||||
<bugs-to>https://github.com/HenrikBengtsson/R.methodsS3/issues</bugs-to>
|
||||
<remote-id type="github">HenrikBengtsson/R.methodsS3</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user