aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2023-06-09 09:02:40 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2023-06-09 09:02:40 +0200
commitc32110466fb9b1907141ed71719e6c30830b8033 (patch)
tree10ae9846d6bde25ca0d4c14ab5a9adaf1a4a520a
parentf4b487c7677c9c228bdc11851bc7f932c5311e38 (diff)
Move reticulate to suggests
We need it to check for rdkit availability
-rw-r--r--DESCRIPTION6
1 files changed, 3 insertions, 3 deletions
diff --git a/DESCRIPTION b/DESCRIPTION
index 9cc86b5..815a9c0 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -2,7 +2,7 @@ Package: chents
Type: Package
Title: Chemical Entities as R Objects
Version: 0.3.1
-Date: 2022-11-11
+Date: 2023-06-08
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
@@ -16,11 +16,11 @@ Imports:
R6,
yaml,
rsvg,
- grImport
+ grImport,
+ reticulate
Suggests:
knitr,
testthat,
- reticulate,
covr,
devEMF
License: GPL

Contact - Imprint