diff options
Diffstat (limited to 'DESCRIPTION')
-rw-r--r-- | DESCRIPTION | 9 |
1 files changed, 6 insertions, 3 deletions
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 |