Last data update: 2014.03.03

bitops

Package: bitops
Version: 1.0-6
Date: 2013-08-17
Author: S original by Steve Dutky <sdutky@terpalum.umd.edu> initial R
port and extensions by Martin Maechler; revised and modified
by Steve Dutky
Maintainer: Martin Maechler <maechler@stat.math.ethz.ch>
Title: Bitwise Operations
Description: Functions for bitwise operations on integer vectors.
License: GPL (>= 2)
Packaged: 2013-08-17 15:58:57 UTC; maechler
NeedsCompilation: yes
Repository: CRAN
Date/Publication: 2013-08-17 21:10:34

● 0 images, 4 functions, 0 datasets
Reverse Depends: 9

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'bitops' ...
** package 'bitops' successfully unpacked and MD5 sums checked
** libs
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c bit-ops.c -o bit-ops.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c cksum.c -o cksum.o
gcc -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o bitops.so bit-ops.o cksum.o -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/bitops/libs
** R
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'bitops'
    finding HTML links ... done
    bitAnd                                  html  
    bitFlip                                 html  
    bitShiftL                               html  
    cksum                                   html  
** building package indices
** testing if installed package can be loaded
* DONE (bitops)
Making 'packages.html' ... done