Skip to content

Commit

Permalink
committing files
Browse files Browse the repository at this point in the history
  • Loading branch information
truecluster committed Apr 12, 2020
1 parent c45a0ce commit 0669f7b
Show file tree
Hide file tree
Showing 75 changed files with 20,365 additions and 0 deletions.
31 changes: 31 additions & 0 deletions DESCRIPTION
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
Loading

0 comments on commit 0669f7b

Please sign in to comment.