r-cran-r.methodss3 1.7.0-1 source package in Ubuntu

Changelog

r-cran-r.methodss3 (1.7.0-1) unstable; urgency=medium

  * New upstream version
  * cme fix dpkg-control
  * Add autopkg test

 -- Andreas Tille <email address hidden>  Sat, 04 Jul 2015 12:02:32 +0200

Upload details

Uploaded by:
Debian Med
Uploaded to:
Sid
Original maintainer:
Debian Med
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe misc

Downloads

File Size SHA-256 Checksum
r-cran-r.methodss3_1.7.0-1.dsc 2.1 KiB ec4157be01b70200459f897af0b8ca9735ab3b7a921fc0d48ee4d0871d0ad75a
r-cran-r.methodss3_1.7.0.orig.tar.gz 25.1 KiB e57fd42aa84d369297a0db23fec5c132574192ee3c67a923d64ca2ccf35ae4b5
r-cran-r.methodss3_1.7.0-1.debian.tar.xz 2.2 KiB 525356a3b1c1814d7026d4f05b285f629301ad0799bfbf42186afa4899e29f59

Available diffs

No changes file available.

Binary packages built by this source

r-cran-r.methodss3: GNU R utility function for defining S3 methods

 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.