aboutsummaryrefslogtreecommitdiff
path: root/DESCRIPTION
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2019-02-19 16:02:19 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2019-02-19 16:03:09 +0100
commit87f9c5315c751896c2eef1fdbe8f93c5b151577e (patch)
tree6730beddab25c4d19365fc96b77c6e2e619a3507 /DESCRIPTION
parentb3d9bf2e5571cf506b924a6fc9cbcc366c82e340 (diff)
Start using travis and update a test
It seems the canonical SMILES for glyphosate on PubChem has dropped the designation of the two charges
Diffstat (limited to 'DESCRIPTION')
-rw-r--r--DESCRIPTION11
1 files changed, 6 insertions, 5 deletions
diff --git a/DESCRIPTION b/DESCRIPTION
index dd501d4..2722c19 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -2,8 +2,8 @@ Package: chents
Type: Package
Title: Chemical Entities as R Objects
Version: 0.2-6
-Date: 2018-09-26
-Authors@R: c(person("Johannes", "Ranke", role = c("aut", "cre", "cph"),
+Date: 2019-02-19
+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 (> 2015.03) are installed and
@@ -14,17 +14,18 @@ Description: Utilities for dealing with chemical entities and associated
Imports:
webchem,
R6,
- yaml
+ yaml,
+ grImport
Suggests:
knitr,
testthat,
PythonInR,
- grImport,
grConvert
+Remotes: sjp/grConvert
License: GPL
LazyLoad: yes
LazyData: yes
Encoding: UTF-8
VignetteBuilder: knitr
URL: http://cgit.jrwb.de/chents
-RoxygenNote: 6.0.1
+RoxygenNote: 6.1.1

Contact - Imprint