From 306c86a1821de2f54a15f44637eb481e9cc0c292 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Fri, 5 Apr 2024 14:51:17 +0200 Subject: Delay loading of the rdkit module According to the recommendation found here: https://rstudio.github.io/reticulate/articles/package.html#delay-loading-python-modules --- DESCRIPTION | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'DESCRIPTION') 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 -- cgit v1.2.1