aboutsummaryrefslogtreecommitdiff
path: root/DESCRIPTION
blob: f2b465668a90e4760339fc0fb9008a3ec054068e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Package: chents
Type: Package
Title: Chemical Entities as R Objects
Version: 0.2-6
Date: 2018-05-16
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
    data as R objects. If Python and RDKit (> 2015.03) are installed and
    configured for use with 'PythonInR', 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.
Imports:
    webchem,
    R6,
    yaml
Suggests:
    knitr,
    testthat,
    PythonInR,
    grImport,
    grConvert
License: GPL
LazyLoad: yes
LazyData: yes
Encoding: UTF-8
VignetteBuilder: knitr
URL: http://cgit.jrwb.de/chents
RoxygenNote: 6.0.1

Contact - Imprint