-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
23 lines (23 loc) · 1.1 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Package: rcdklibs
Version: 2.9
Date: 2024-03-02
Authors@R: c(
person('Rajarshi', 'Guha', ,'rajarshi.guha@gmail.com', role=c('aut'),
comment = c(ORCID = "0000-0001-7403-8819")),
person('Zachary', 'Charlop-Powers', ,'zach.charlop.powers@gmail.com',role=c('cre'),
comment = c(ORCID = "0000-0001-8816-4680")),
person('CDK Project', '', role=c('ctb', 'cph'), comment='CDK Java library contained in multiple jar files'))
Depends:
R (>= 2.0.0),
rJava
License: LGPL
Title: The CDK Libraries Packaged for R
Description: An R interface to the Chemistry Development Kit, a Java library
for chemoinformatics. Given the size of the library itself, this package is
not expected to change very frequently. To make use of the CDK within R, it is
suggested that you use the 'rcdk' package. Note that it is possible to directly
interact with the CDK using 'rJava'. However 'rcdk' exposes functionality in a more
idiomatic way. The CDK library itself is released as LGPL and the sources can be
obtained from <https://github.com/cdk/cdk>.
RoxygenNote: 7.3.1
URL: https://cdk-r.github.io/rcdklibs/