From 81672751d5b23ed73c9b05bb02c52f0ee854de77 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Tue, 27 Sep 2016 15:08:20 +0200 Subject: PythonInR optional, adapt to current webchem --- DESCRIPTION | 25 +++++++++++++++++-------- 1 file changed, 17 insertions(+), 8 deletions(-) (limited to 'DESCRIPTION') diff --git a/DESCRIPTION b/DESCRIPTION index 05d2e91..639cfe2 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,19 +1,28 @@ Package: chents Type: Package Title: Chemical Entities as R Objects -Version: 0.2-2 -Date: 2015-10-15 +Version: 0.2-3 +Date: 2016-09-27 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. - 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 +Description: Utilities for dealing with chemical entities and associated + data as R objects. 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, + yaml +Suggests: + knitr, + testthat, + PythonInR License: GPL LazyLoad: yes LazyData: yes Encoding: UTF-8 VignetteBuilder: knitr URL: http://cgit.jrwb.de/chents +RoxygenNote: 5.0.1 -- cgit v1.2.1