diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2015-09-28 21:34:23 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2015-09-28 22:10:56 +0200 |
commit | f908377f1de2e04ca3720d10084169c46a477ce2 (patch) | |
tree | 439bd00dec3a988f76ff74fd5ee652f55b17d061 /NAMESPACE | |
parent | 1df33dbb3d310f94ccddbf57906e12bd6fa93c3f (diff) |
Several changes heading for a release to the public
- Add tests
- Add staticdocs
- Documentation improvements
- Several small code improvements
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) |