/usr/lib/R/site-library/bitops/NAMESPACE is in r-cran-bitops 1.0-6-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 | ## Re-written 2012-11-03 B. D. Ripley
useDynLib(bitops)
export(bitFlip, bitAnd, bitOr, bitXor, bitShiftL, bitShiftR, cksum)
|