From 1df33dbb3d310f94ccddbf57906e12bd6fa93c3f Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Fri, 11 Sep 2015 10:04:54 +0200 Subject: Working version with basic functionality --- inst/examples/chents.R | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'inst') diff --git a/inst/examples/chents.R b/inst/examples/chents.R index 7fb3286..0309e2b 100644 --- a/inst/examples/chents.R +++ b/inst/examples/chents.R @@ -1,2 +1,3 @@ -oct <- chent$new("1-octanol") +oct <- chent$new("1-octanol", smiles = "CCCCCCCCO") +oct$try_pubchem() print(oct) -- cgit v1.2.1