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 /inst/examples | |
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 'inst/examples')
-rw-r--r-- | inst/examples/caffeine.R | 4 | ||||
-rw-r--r-- | inst/examples/octanol.R (renamed from inst/examples/chents.R) | 1 | ||||
-rw-r--r-- | inst/examples/pai.R (renamed from inst/examples/ai.R) | 0 |
3 files changed, 5 insertions, 0 deletions
diff --git a/inst/examples/caffeine.R b/inst/examples/caffeine.R new file mode 100644 index 0000000..ab794ac --- /dev/null +++ b/inst/examples/caffeine.R @@ -0,0 +1,4 @@ +caffeine <- chent$new("caffeine", source = "pubchem") +print(caffeine) +caffeine$get_rdkit() +plot(caffeine) diff --git a/inst/examples/chents.R b/inst/examples/octanol.R index 0309e2b..91e23cf 100644 --- a/inst/examples/chents.R +++ b/inst/examples/octanol.R @@ -1,3 +1,4 @@ oct <- chent$new("1-octanol", smiles = "CCCCCCCCO") oct$try_pubchem() print(oct) +plot(oct) diff --git a/inst/examples/ai.R b/inst/examples/pai.R index 91b644a..91b644a 100644 --- a/inst/examples/ai.R +++ b/inst/examples/pai.R |