From f908377f1de2e04ca3720d10084169c46a477ce2 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Mon, 28 Sep 2015 21:34:23 +0200 Subject: Several changes heading for a release to the public - Add tests - Add staticdocs - Documentation improvements - Several small code improvements --- NAMESPACE | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'NAMESPACE') diff --git a/NAMESPACE b/NAMESPACE index e96d4f7..2cbde5a 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -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) -- cgit v1.2.1