/usr/lib/R/site-library/V8/NAMESPACE is in r-cran-v8 1.5-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 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | # Generated by roxygen2: do not edit by hand
S3method("$",V8)
S3method("[",V8)
S3method("[[",V8)
S3method(names,V8)
S3method(print,V8)
export(JS)
export(new_context)
export(v8)
importFrom(Rcpp,sourceCpp)
importFrom(curl,curl)
importFrom(jsonlite,fromJSON)
importFrom(jsonlite,toJSON)
importFrom(utils,head)
importFrom(utils,loadhistory)
importFrom(utils,rc.options)
importFrom(utils,savehistory)
importFrom(utils,tail)
useDynLib(V8)
|