From 816de01ce642c1c3d633ffb1cbcf960036d27114 Mon Sep 17 00:00:00 2001 From: Ranke Johannes Date: Fri, 10 Nov 2023 18:40:34 +0100 Subject: Make an RStudio project and improve the docs --- DESCRIPTION | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'DESCRIPTION') 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 -- cgit v1.2.1