r-cran-r6 2.5.1-1 source package in Ubuntu
Changelog
r-cran-r6 (2.5.1-1) unstable; urgency=medium * New upstream version 2.5.1 * Drop remove-pryr-test.patch, test made conditional upstream -- Gordon Ball <email address hidden> Sat, 21 Aug 2021 18:04:39 +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 | |
---|---|---|---|---|
Mantic | release | universe | misc | |
Lunar | release | universe | misc | |
Kinetic | release | universe | misc | |
Jammy | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
r-cran-r6_2.5.1-1.dsc | 2.0 KiB | cb460064626f14f52dd5d20930e6246a36a3b92d978b6d88bdfea5f1ac075b39 |
r-cran-r6_2.5.1.orig.tar.gz | 61.9 KiB | 8d92bd29c2ed7bf15f2778618ffe4a95556193d21d8431a7f75e7e5fc102bf48 |
r-cran-r6_2.5.1-1.debian.tar.xz | 2.9 KiB | 458e53952ce6a4b8d940227cf2361e82f3787d13fafae6a16227a3fed0d02acc |
Available diffs
- diff from 2.5.0-1 to 2.5.1-1 (3.3 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.