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

Changelog

r-cran-bit64 (4.6.0-1-1ubuntu1) plucky; urgency=medium

  * Add substantive autopkgtest metadata, which results in all tests passing
    on amd64.

 -- Simon Quigley <email address hidden>  Mon, 10 Mar 2025 14:08:10 -0500

Upload details

Uploaded by:
Simon Quigley
Uploaded to:
Plucky
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
r-cran-bit64_4.6.0-1.orig.tar.gz 138.7 KiB fbc0ce142fc22c9a9fdcbac930a814dfb648563d4b6a77dff739c23cc81319b7
r-cran-bit64_4.6.0-1-1ubuntu1.debian.tar.xz 2.9 KiB 4e3c9c5027c31772a2f402420a5571aa240d4b6c3ca20d128e12f3d0627c14cb
r-cran-bit64_4.6.0-1-1ubuntu1.dsc 2.1 KiB f309fde678e1a0a666629d41077569d61b2d6025bed2d7cda9b23658215dca56

View changes file

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