aboutsummaryrefslogtreecommitdiff
path: root/inst
diff options
context:
space:
mode:
Diffstat (limited to 'inst')
-rw-r--r--inst/examples/ai.R2
-rw-r--r--inst/examples/chents.R2
-rw-r--r--inst/staticdocs/index.r5
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")
+)

Contact - Imprint