-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c45a0ce
commit 0669f7b
Showing
75 changed files
with
20,365 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
Package: bit64 | ||
Type: Package | ||
Title: A S3 Class for Vectors of 64bit Integers | ||
Version: 4.0.0 | ||
Date: 2020-03-06 | ||
Author: Jens Oehlschlägel and Leonardo Silvestri | ||
Maintainer: Jens Oehlschlägel <Jens.Oehlschlaegel@truecluster.com> | ||
Depends: R (>= 3.0.1), bit (>= 4.0.0), utils, methods, stats | ||
Description: | ||
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. | ||
License: GPL-2 | GPL-3 | ||
LazyLoad: yes | ||
ByteCompile: yes | ||
URL: http://ff.r-forge.r-project.org/ | ||
Encoding: UTF-8 | ||
Repository: R-Forge | ||
Repository/R-Forge/Project: ff | ||
Repository/R-Forge/Revision: 177 | ||
Repository/R-Forge/DateTimeStamp: 2018-08-17 17:45:18 | ||
Date/Publication: 2018-08-17 17:45:18 | ||
NeedsCompilation: yes | ||
Packaged: 2018-08-17 18:10:12 UTC; rforge |
Oops, something went wrong.