r-cran-bit64 4.6.0-1-5 source package in Ubuntu

Changelog

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

  * Team upload.
  * Packaging update
  * Restrict to 64-bits architectures (routine-update)
  * Restrict to little-endian architectures (routine-update)
  * dh-update-R to update Build-Depends (routine-update)

 -- Charles Plessy <email address hidden>  Fri, 12 Dec 2025 13:22:15 +0900

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
Resolute proposed universe misc

Downloads

File Size SHA-256 Checksum
r-cran-bit64_4.6.0-1-5.dsc 2.1 KiB 82e57bb5c76f75020043859c5311afa0018a2532b1c3e1acabf4c239fbf74d53
r-cran-bit64_4.6.0-1.orig.tar.gz 138.7 KiB fbc0ce142fc22c9a9fdcbac930a814dfb648563d4b6a77dff739c23cc81319b7
r-cran-bit64_4.6.0-1-5.debian.tar.xz 3.4 KiB da4b084df626a9da8d5c1ddff6275ebd6ac1ba7963a851cac72760baba2218d5

No changes file available.

Binary packages built by this source

r-cran-bit64: A 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 inter-
 active data exploration and manipulation and optionally leverage caching.

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