r-cran-bit64 0.9-7-2 source package in Ubuntu
Changelog
r-cran-bit64 (0.9-7-2) unstable; urgency=medium * Moved packaging from SVN to Git * Testsuite: autopkgtest-pkg-r * Standards-Version: 4.1.1 -- Andreas Tille <email address hidden> Wed, 29 Nov 2017 15:37:25 +0100
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 | Published | Component | Section | |
---|---|---|---|---|
Bionic | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
r-cran-bit64_0.9-7-2.dsc | 2.0 KiB | e2cdc40464c997c2840aa5188df338809b4e68e5e84395e61aa22a090913f291 |
r-cran-bit64_0.9-7.orig.tar.gz | 122.6 KiB | 7b9aaa7f971198728c3629f9ba1a1b24d53db5c7e459498b0fdf86bbd3dff61f |
r-cran-bit64_0.9-7-2.debian.tar.xz | 1.8 KiB | 7d2f13b9e9d386a1b4ae713da351108db66648411608ecd0eb993db4e4cff87f |
Available diffs
- diff from 0.9-7-1 to 0.9-7-2 (647 bytes)
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