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

Changelog

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

  * Team upload.
  * New upstream version
  * Standards-Version: 4.7.2 (routine-update)
  * dh-update-R to update Build-Depends (routine-update)
  * Trim trailing whitespace.
  * Set upstream metadata fields: Archive, Bug-Database, Bug-Submit, Repository,
    Repository-Browse.

 -- Charles Plessy <email address hidden>  Mon, 03 Mar 2025 10:46:50 +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

Downloads

File Size SHA-256 Checksum
r-cran-bit64_4.6.0-1-1.dsc 2.1 KiB 1904743e93f4213f0b38d73aa25d39830dc68704c9b78b5d9c4b09e6b03ae959
r-cran-bit64_4.6.0-1.orig.tar.gz 138.7 KiB fbc0ce142fc22c9a9fdcbac930a814dfb648563d4b6a77dff739c23cc81319b7
r-cran-bit64_4.6.0-1-1.debian.tar.xz 2.6 KiB da0cfdc0667dce110e654bd6da907c163d61efd4d3728f84f5b1f58a63825903

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