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

Changelog

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

  * New upstream version
  * Standards-Version: 4.6.1 (routine-update)
  * Reorder sequence of d/control fields by cme (routine-update)

 -- Andreas Tille <email address hidden>  Fri, 24 Jun 2022 08:44:19 +0200

Upload details

Uploaded by:
Debian R Packages Maintainers
Uploaded to:
Sid
Original maintainer:
Debian R Packages Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
r-cran-r.methodss3_1.8.2-1.dsc 2.1 KiB 75c818e0a84105d2987b31840f426f6f859a9851be0bfedfbfdba42143392200
r-cran-r.methodss3_1.8.2.orig.tar.gz 23.6 KiB 822d5e61dad4c91e8883be2b38d7b89f87492046d0fe345704eb5d2658927c2e
r-cran-r.methodss3_1.8.2-1.debian.tar.xz 2.6 KiB 1e148e963700be276adccfc0f35700218439674cd073651c8faeaa2f539cdc59

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.