r-cran-bit64 4.0.5-1 source package in Ubuntu

Changelog

r-cran-bit64 (4.0.5-1) unstable; urgency=medium

  * New upstream version

 -- Andreas Tille <email address hidden>  Tue, 01 Sep 2020 16:57:35 +0200

Upload details

Uploaded by:
Debian R Packages Maintainers
Uploaded to:
Sid
Original maintainer:
Debian R Packages Maintainers
Architectures:
any
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
Jammy release universe misc

Downloads

File Size SHA-256 Checksum
r-cran-bit64_4.0.5-1.dsc 2.0 KiB bd2d1a87e099ecc03bc88d646a19b4ba6d5bab1e8228a0fef213ea502de908be
r-cran-bit64_4.0.5.orig.tar.gz 131.9 KiB 25df6826ea5e93241c4874cad4fa8dadc87a40f4ff74c9107aa12a9e033e1578
r-cran-bit64_4.0.5-1.debian.tar.xz 2.1 KiB 7b2e0fde78642f1f2ec57d2f8138ab48bc97d9a6fd31966f86cb67d4b10f7fcd

Available diffs

No changes file available.

Binary packages built by this source

r-cran-bit64: GNU R S3 Class for Vectors of 64bit Integers

 Package 'bit64' provides serializable S3 atomic 64bit (signed) integers.
 These are useful for handling database keys and exact counting in +-2^63.
 WARNING: do not use them as replacement for 32bit integers, integer64 are not
 supported for subscripting by R-core and they have different semantics when
 combined with double, e.g. integer64 + double => integer64.
 Class integer64 can be used in vectors, matrices, arrays and data.frames.
 Methods are available for coercion from and to logicals, integers, doubles,
 characters and factors as well as many elementwise and summary functions.
 Many fast algorithmic operations such as 'match' and 'order' support
 interactive data exploration and manipulation and optionally leverage caching.

r-cran-bit64-dbgsym: debug symbols for r-cran-bit64