r-cran-r6 2.4.1-1 source package in Ubuntu
Changelog
r-cran-r6 (2.4.1-1) unstable; urgency=medium * New upstream release * Update to Standards-Version 4.4.1 * Declare Rules-Requires-Root: no * Replace deprecated $ADTTMP with $AUTOPKGTEST_TMP in run-unit-test -- Gordon Ball <email address hidden> Wed, 13 Nov 2019 16:23:08 +0000
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 | Published | Component | Section | |
---|---|---|---|---|
Focal | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
r-cran-r6_2.4.1-1.dsc | 2.0 KiB | 9a5f62d4f731b033b134546472443dbb561ac3cd0992f95354fb3393a93d7c81 |
r-cran-r6_2.4.1.orig.tar.gz | 34.7 KiB | 26b0fd64827655c28c903f7ff623e839447387f3ad9b04939a02f41ac82faa3e |
r-cran-r6_2.4.1-1.debian.tar.xz | 3.0 KiB | 31ef804700bd38c59b834165d350e8d80c6a04a12c20cbfbbfc88eb19c63801b |
Available diffs
- diff from 2.4.0-1 to 2.4.1-1 (4.4 KiB)
No changes file available.
Binary packages built by this source
- r-cran-r6: R classes with reference semantics
The R6 package allows the creation of classes with reference semantics,
similar to R's built-in reference classes. Compared to reference classes,
R6 classes are simpler and lighter-weight, and they are not built on S4
classes so they do not require the methods package. These classes allow
public and private members, and they support inheritance, even when the
classes are defined in different packages.