/usr/lib/R/site-library/RSclient/NAMESPACE is in r-cran-rsclient 0.7-3-2build2.
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 | useDynLib(RSclient)
# old client
export(RSassign, RSattach, RSclose, RSconnect, RSdetach, RSeval, RSevalDetach, RSlogin, RSshutdown, RSserverEval, RSserverSource)
# new client
export(RS.connect, RS.eval, RS.eval.qap, RS.close, RS.switch, RS.authkey, RS.login, RS.collect, RS.assign, RS.oobCallbacks)
export(RS.server.eval, RS.server.source, RS.server.shutdown)
S3method(print, RserveConnection)
S3method("!=", RserveConnection)
S3method("==", RserveConnection)
|