diff options
Diffstat (limited to 'NAMESPACE')
-rw-r--r-- | NAMESPACE | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,10 +1,21 @@ # Generated by roxygen2 (4.1.1): do not edit by hand +S3method(plot,chent) S3method(print,chent) S3method(print,pai) export(chent) +export(draw_svg.chent) export(pai) export(pp) +importFrom(PythonInR,pyConnect) +importFrom(PythonInR,pyExec) +importFrom(PythonInR,pyExecg) +importFrom(PythonInR,pyImport) +importFrom(PythonInR,pyIsConnected) importFrom(R6,R6Class) +importFrom(grImport,PostScriptTrace) +importFrom(grImport,grid.picture) +importFrom(grImport,readPicture) importFrom(webchem,cid_compinfo) importFrom(webchem,get_cid) +importFrom(yaml,yaml.load_file) |