diff options
Diffstat (limited to 'DESCRIPTION')
-rw-r--r-- | DESCRIPTION | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/DESCRIPTION b/DESCRIPTION index 815a9c0..e75912b 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -2,15 +2,14 @@ Package: chents Type: Package Title: Chemical Entities as R Objects Version: 0.3.1 -Date: 2023-06-08 +Date: 2023-11-10 Authors@R: c(person("Johannes", "Ranke", role = c("aut", "cre", "cph"), - email = "jranke@uni-bremen.de")) + email = "johannes.ranke@jrwb.de")) Description: Utilities for dealing with chemical entities and associated data as R objects. If Python and RDKit (> 2015.03) are installed and configured for use with 'reticulate', some basic chemoinformatics functions like the calculation of molecular weight and plotting of chemical - structures in R graphics are available. For plotting, you need - grConvert (https://sjp.co.nz/projects/grconvert) which is not on CRAN. + structures in R graphics are available. Imports: webchem, R6, @@ -28,4 +27,5 @@ LazyLoad: yes LazyData: yes Encoding: UTF-8 URL: https://github.com/jranke/chents -RoxygenNote: 7.2.1 +Roxygen: list(markdown = TRUE, r6 = TRUE) +RoxygenNote: 7.2.3 |