11Package: rcdklibs
2- Version: 2.8
3- Date: 2022-09-20
4- Authors@R: c(person('Rajarshi', 'Guha', role=c('aut'), email='rajarshi.guha@gmail.com'),
5- person('Zachary', 'Charlop-Powers', role=c('cre'), email='zach.charlop.powers@gmail.com'),
6- person('CDK Project', '', role=c('ctb', 'cph'), comment='CDK Java library contained in multiple jar files'))
2+ Version: 2.9
3+ Date: 2024-03-02
4+ Authors@R: c(
5+ person('Rajarshi', 'Guha', ,'rajarshi.guha@gmail.com', role=c('aut'),
6+ comment = c(ORCID = "0000-0001-7403-8819")),
7+ person('Zachary', 'Charlop-Powers', ,'zach.charlop.powers@gmail.com',role=c('cre'),
8+ comment = c(ORCID = "0000-0001-8816-4680")),
9+ person('CDK Project', '', role=c('ctb', 'cph'), comment='CDK Java library contained in multiple jar files'))
710Depends:
811 R (>= 2.0.0),
912 rJava
@@ -16,4 +19,5 @@ Description: An R interface to the Chemistry Development Kit, a Java library
1619 interact with the CDK using 'rJava'. However 'rcdk' exposes functionality in a more
1720 idiomatic way. The CDK library itself is released as LGPL and the sources can be
1821 obtained from <https://github.com/cdk/cdk>.
19- RoxygenNote: 7.2.1
22+ RoxygenNote: 7.3.1
23+ URL: https://cdk-r.github.io/rcdklibs/
0 commit comments