diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2024-04-05 14:51:17 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2024-04-05 14:51:17 +0200 |
commit | 306c86a1821de2f54a15f44637eb481e9cc0c292 (patch) | |
tree | 43f9283a8d0137841f7140feddc7ca505e98ad85 /DESCRIPTION | |
parent | e92727f871c2c8217251e34e52438f18c5f013bb (diff) |
Delay loading of the rdkit module
According to the recommendation found here:
https://rstudio.github.io/reticulate/articles/package.html#delay-loading-python-modules
Diffstat (limited to 'DESCRIPTION')
-rw-r--r-- | DESCRIPTION | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/DESCRIPTION b/DESCRIPTION index 75853cb..581b615 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,8 +1,8 @@ Package: chents Type: Package Title: Chemical Entities as R Objects -Version: 0.3.2 -Date: 2023-11-11 +Version: 0.3.3 +Date: 2024-04-05 Authors@R: c(person("Johannes", "Ranke", role = c("aut", "cre", "cph"), email = "johannes.ranke@jrwb.de")) Description: Utilities for dealing with chemical entities and associated @@ -28,4 +28,4 @@ LazyData: yes Encoding: UTF-8 URL: https://pkgdown.jrwb.de/chents, https://github.com/jranke/chents Roxygen: list(markdown = TRUE, r6 = TRUE) -RoxygenNote: 7.2.3 +RoxygenNote: 7.3.1 |