diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2017-06-13 16:05:39 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2017-06-13 16:05:39 +0200 |
commit | 3f82707cd1e974848185b1141c69734e2573594d (patch) | |
tree | 42b968e860f8748280d2d217a1b24831f9d06970 /DESCRIPTION | |
parent | f5b36dc73e7778091a08eaed51fd9d4f8677fbc1 (diff) |
Make grConvert optional as it vanished on Windows
Diffstat (limited to 'DESCRIPTION')
-rw-r--r-- | DESCRIPTION | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/DESCRIPTION b/DESCRIPTION index c311ded..eb8cc73 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -2,7 +2,7 @@ Package: chents Type: Package Title: Chemical Entities as R Objects Version: 0.2-6 -Date: 2017-03-17 +Date: 2017-06-13 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 @@ -13,17 +13,17 @@ Description: Utilities for dealing with chemical entities and associated Imports: webchem, R6, - grImport, - grConvert, yaml Suggests: knitr, testthat, - PythonInR + PythonInR, + grImport, + grConvert License: GPL LazyLoad: yes LazyData: yes Encoding: UTF-8 VignetteBuilder: knitr URL: http://cgit.jrwb.de/chents -RoxygenNote: 5.0.1.9000 +RoxygenNote: 6.0.1 |