From f908377f1de2e04ca3720d10084169c46a477ce2 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Mon, 28 Sep 2015 21:34:23 +0200 Subject: Several changes heading for a release to the public - Add tests - Add staticdocs - Documentation improvements - Several small code improvements --- DESCRIPTION | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'DESCRIPTION') diff --git a/DESCRIPTION b/DESCRIPTION index 4a650e0..1b8a590 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,12 +1,15 @@ Package: chents Type: Package Title: Chemical Entities as R Objects -Version: 0.1-2 -Date: 2015-09-11 +Version: 0.2-1 +Date: 2015-09-28 Authors@R: c(person("Johannes", "Ranke", role = c("aut", "cre", "cph"), email = "jranke@uni-bremen.de")) Description: Utilities for dealing with chemical entities and associated data as R objects. -Imports: webchem, R6 + If Python and RDKit are installed and configured for use with 'PythonInR', + some basic chemoinformatics functions like the calculation of molecular weight + and plotting of chemical structures in R graphics are available. +Imports: webchem, R6, grImport, PythonInR, yaml Suggests: knitr, testthat License: GPL LazyLoad: yes -- cgit v1.2.1