diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2015-08-26 13:24:57 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2015-08-26 22:59:02 +0200 |
commit | 7cc5df2ad1e2a1aa5c6d4d9f5865491c6b30ee2a (patch) | |
tree | 1fcfa114cc34dcfb7c9f647e95912a5e4ae08b5f /inst |
Initial commit
Diffstat (limited to 'inst')
-rw-r--r-- | inst/examples/ai.R | 2 | ||||
-rw-r--r-- | inst/examples/chents.R | 2 | ||||
-rw-r--r-- | inst/staticdocs/index.r | 5 |
3 files changed, 9 insertions, 0 deletions
diff --git a/inst/examples/ai.R b/inst/examples/ai.R new file mode 100644 index 0000000..91b644a --- /dev/null +++ b/inst/examples/ai.R @@ -0,0 +1,2 @@ +atr <- pai$new("atrazine") +print(atr) diff --git a/inst/examples/chents.R b/inst/examples/chents.R new file mode 100644 index 0000000..7fb3286 --- /dev/null +++ b/inst/examples/chents.R @@ -0,0 +1,2 @@ +oct <- chent$new("1-octanol") +print(oct) diff --git a/inst/staticdocs/index.r b/inst/staticdocs/index.r new file mode 100644 index 0000000..83bfccd --- /dev/null +++ b/inst/staticdocs/index.r @@ -0,0 +1,5 @@ +sd_section( + "Class definitions", + "R6 classes and their methods", + c("chent", "pai") +) |