Last data update: 2014.03.03

bit

Package: bit
Type: Package
Title: A class for vectors of 1-bit booleans
Version: 1.1-12
Date: 2012-01-17
Author: Jens Oehlschlägel <Jens.Oehlschlaegel@truecluster.com>
Maintainer: Jens Oehlschlägel <Jens.Oehlschlaegel@truecluster.com>
Depends: R (>= 2.9.2)
Description: bitmapped vectors of booleans (no NAs),
coercion from and to logicals, integers and integer subscripts;
fast boolean operators and fast summary statistics.
With 'bit' vectors you can store true binary booleans {FALSE,TRUE} at the
expense of 1 bit only, on a 32 bit architecture this means factor 32 less
RAM and ~ factor 32 more speed on boolean operations. Due to overhead of
R calls, actual speed gain depends on the size of the vector: expect gains
for vectors of size > 10000 elements. Even for one-time boolean operations
it can pay-off to convert to bit, the pay-off is obvious, when such
components are used more than once.
Reading from and writing to bit is approximately as fast as accessing
standard logicals - mostly due to R's time for memory allocation. The package
allows to work with pre-allocated memory for return values by calling .Call()
directly: when evaluating the speed of C-access with pre-allocated vector
memory, coping from bit to logical requires only 70% of the time for copying
from logical to logical; and copying from logical to bit comes at a
performance penalty of 150%. the package now contains further classes for
representing logical selections: 'bitwhich' for very skewed selections and
'ri' for selecting ranges of values for chunked processing. All three index
classes can be used for subsetting 'ff' objects (ff-2.1-0 and higher).
License: GPL-2
LazyLoad: yes
ByteCompile: yes
Encoding: latin1
URL: http://ff.r-forge.r-project.org/
Packaged: 2014-04-08 21:51:43 UTC; jens
NeedsCompilation: yes
Repository: CRAN
Date/Publication: 2014-04-09 09:54:10

● 0 images, 28 functions, 0 datasets
Reverse Depends: 5

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'bit' ...
** package 'bit' successfully unpacked and MD5 sums checked
** libs
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c attrutil.c -o attrutil.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c bit.c -o bit.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c chunkutil.c -o chunkutil.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c clone.c -o clone.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c rle.c -o rle.o
gcc -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o bit.so attrutil.o bit.o chunkutil.o clone.o rle.o -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/bit/libs
** R
** exec
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
  converting help for package 'bit'
    finding HTML links ... done
    Extract                                 html  
    LogicBit                                html  
Rd warning: /tmp/RtmpW6gvVD/R.INSTALL469d2aa5bda3/bit/man/LogicBit.rd:52: missing file link 'xor'
    Summary                                 html  
    as.bit                                  html  
    as.bitwhich                             html  
    as.logical.bit                          html  
    as.which                                html  
    bbatch                                  html  
Rd warning: /tmp/RtmpW6gvVD/R.INSTALL469d2aa5bda3/bit/man/bbatch.rd:24: missing file link 'ffvecapply'
    bit-package                             html  
Rd warning: /tmp/RtmpW6gvVD/R.INSTALL469d2aa5bda3/bit/man/bit-package.rd:80: missing file link 'as.bit.ff'
Rd warning: /tmp/RtmpW6gvVD/R.INSTALL469d2aa5bda3/bit/man/bit-package.rd:82: missing file link 'as.hi.bit'
Rd warning: /tmp/RtmpW6gvVD/R.INSTALL469d2aa5bda3/bit/man/bit-package.rd:82: missing file link 'as.hi.bitwhich'
Rd warning: /tmp/RtmpW6gvVD/R.INSTALL469d2aa5bda3/bit/man/bit-package.rd:82: missing file link 'as.hi.ri'
Rd warning: /tmp/RtmpW6gvVD/R.INSTALL469d2aa5bda3/bit/man/bit-package.rd:83: missing file link 'as.bit.hi'
Rd warning: /tmp/RtmpW6gvVD/R.INSTALL469d2aa5bda3/bit/man/bit-package.rd:83: missing file link 'as.bitwhich.hi'
    bit_init                                html  
    bitwhich                                html  
    c.bit                                   html  
    chunk                                   html  
Rd warning: /tmp/RtmpW6gvVD/R.INSTALL469d2aa5bda3/bit/man/chunk.rd:28: missing file link 'chunk.ff_vector'
    clone                                   html  
Rd warning: /tmp/RtmpW6gvVD/R.INSTALL469d2aa5bda3/bit/man/clone.rd:31: missing file link 'clone.ff'
    intrle                                  html  
    is.bit                                  html  
    is.sorted                               html  
Rd warning: /tmp/RtmpW6gvVD/R.INSTALL469d2aa5bda3/bit/man/is.sorted.rd:49: missing file link 'na.count.integer64'
Rd warning: /tmp/RtmpW6gvVD/R.INSTALL469d2aa5bda3/bit/man/is.sorted.rd:49: missing file link 'nvalid.integer64'
Rd warning: /tmp/RtmpW6gvVD/R.INSTALL469d2aa5bda3/bit/man/is.sorted.rd:49: missing file link 'nunique.integer64'
Rd warning: /tmp/RtmpW6gvVD/R.INSTALL469d2aa5bda3/bit/man/is.sorted.rd:49: missing file link 'nties.integer64'
    length.bit                              html  
Rd warning: /tmp/RtmpW6gvVD/R.INSTALL469d2aa5bda3/bit/man/length.bit.rd:39: missing file link 'poslength'
Rd warning: /tmp/RtmpW6gvVD/R.INSTALL469d2aa5bda3/bit/man/length.bit.rd:39: missing file link 'maxindex'
    physical                                html  
Rd warning: /tmp/RtmpW6gvVD/R.INSTALL469d2aa5bda3/bit/man/physical.rd:36: missing file link 'as.ram'
    ramsort                                 html  
Rd warning: /tmp/RtmpW6gvVD/R.INSTALL469d2aa5bda3/bit/man/ramsort.rd:66: missing file link 'shellsort.default'
Rd warning: /tmp/RtmpW6gvVD/R.INSTALL469d2aa5bda3/bit/man/ramsort.rd:66: missing file link 'shellsort.integer64'
Rd warning: /tmp/RtmpW6gvVD/R.INSTALL469d2aa5bda3/bit/man/ramsort.rd:67: missing file link 'quicksort.integer64'
Rd warning: /tmp/RtmpW6gvVD/R.INSTALL469d2aa5bda3/bit/man/ramsort.rd:68: missing file link 'mergesort.default'
Rd warning: /tmp/RtmpW6gvVD/R.INSTALL469d2aa5bda3/bit/man/ramsort.rd:68: missing file link 'mergesort.integer64'
Rd warning: /tmp/RtmpW6gvVD/R.INSTALL469d2aa5bda3/bit/man/ramsort.rd:69: missing file link 'radixsort.default'
Rd warning: /tmp/RtmpW6gvVD/R.INSTALL469d2aa5bda3/bit/man/ramsort.rd:69: missing file link 'radixsort.integer64'
Rd warning: /tmp/RtmpW6gvVD/R.INSTALL469d2aa5bda3/bit/man/ramsort.rd:70: missing file link 'keysort.default'
Rd warning: /tmp/RtmpW6gvVD/R.INSTALL469d2aa5bda3/bit/man/ramsort.rd:73: missing file link 'ramorder.integer64'
Rd warning: /tmp/RtmpW6gvVD/R.INSTALL469d2aa5bda3/bit/man/ramsort.rd:74: missing file link 'shellorder.default'
Rd warning: /tmp/RtmpW6gvVD/R.INSTALL469d2aa5bda3/bit/man/ramsort.rd:74: missing file link 'shellorder.integer64'
Rd warning: /tmp/RtmpW6gvVD/R.INSTALL469d2aa5bda3/bit/man/ramsort.rd:75: missing file link 'quickorder.integer64'
Rd warning: /tmp/RtmpW6gvVD/R.INSTALL469d2aa5bda3/bit/man/ramsort.rd:76: missing file link 'mergeorder.default'
Rd warning: /tmp/RtmpW6gvVD/R.INSTALL469d2aa5bda3/bit/man/ramsort.rd:76: missing file link 'mergeorder.integer64'
Rd warning: /tmp/RtmpW6gvVD/R.INSTALL469d2aa5bda3/bit/man/ramsort.rd:77: missing file link 'radixorder.default'
Rd warning: /tmp/RtmpW6gvVD/R.INSTALL469d2aa5bda3/bit/man/ramsort.rd:77: missing file link 'radixorder.integer64'
Rd warning: /tmp/RtmpW6gvVD/R.INSTALL469d2aa5bda3/bit/man/ramsort.rd:78: missing file link 'keyorder.default'
Rd warning: /tmp/RtmpW6gvVD/R.INSTALL469d2aa5bda3/bit/man/ramsort.rd:81: missing file link 'ramsortorder.integer64'
Rd warning: /tmp/RtmpW6gvVD/R.INSTALL469d2aa5bda3/bit/man/ramsort.rd:82: missing file link 'shellsortorder.integer64'
Rd warning: /tmp/RtmpW6gvVD/R.INSTALL469d2aa5bda3/bit/man/ramsort.rd:83: missing file link 'quicksortorder.integer64'
Rd warning: /tmp/RtmpW6gvVD/R.INSTALL469d2aa5bda3/bit/man/ramsort.rd:84: missing file link 'mergesortorder.integer64'
Rd warning: /tmp/RtmpW6gvVD/R.INSTALL469d2aa5bda3/bit/man/ramsort.rd:85: missing file link 'radixsortorder.integer64'
    regtest.bit                             html  
    repeat.time                             html  
    repfromto                               html  
Rd warning: /tmp/RtmpW6gvVD/R.INSTALL469d2aa5bda3/bit/man/repfromto.rd:26: missing file link 'ffvecapply'
    ri                                      html  
Rd warning: /tmp/RtmpW6gvVD/R.INSTALL469d2aa5bda3/bit/man/ri.rd:24: missing file link 'as.hi.ri'
    rlepack                                 html  
    setattributes                           html  
    unattr                                  html  
    vecseq                                  html  
** building package indices
** testing if installed package can be loaded
* DONE (bit)
Making 'packages.html' ... done