r-cran-bit64 0.9-7-1 source package in Ubuntu

Changelog

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

  * Initial release (closes: #873269)

 -- Andreas Tille <email address hidden>  Sat, 26 Aug 2017 00:16:39 +0200

Upload details

Uploaded by:
Debian Med
Uploaded to:
Sid
Original maintainer:
Debian Med
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_0.9-7-1.dsc 2.0 KiB bdaf112b323e1f14a81b3b120cadbc8aa102def4e5dd989e9e82c87ae5d77474
r-cran-bit64_0.9-7.orig.tar.gz 122.6 KiB 7b9aaa7f971198728c3629f9ba1a1b24d53db5c7e459498b0fdf86bbd3dff61f
r-cran-bit64_0.9-7-1.debian.tar.xz 1.8 KiB 79b1954e8dfe2e865f067e72d3f32ae976c60271fe014b2bf782f25657ab564a

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