/usr/lib/R/site-library/int64/NAMESPACE is in r-cran-int64 1.1.2-2.
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 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | useDynLib( int64, .registration = TRUE )
import( methods )
exportClasses( "int64", "uint64", "binary" )
exportMethods(
show, length, "[", Arith, Compare, Summary, Math, Math2,
as.character, names, "names<-",
binary, unique, sort, is.na, c
)
export(
int64, uint64, as.int64, as.uint64, numeric_limits
)
S3method( format, int64 )
S3method( format, uint64 )
S3method( as.data.frame , int64 )
S3method( as.data.frame , uint64 )
S3method( str, int64 )
S3method( str, uint64 )
|