Skip to content

Commit 06e34f5

Browse files
authored
Merge pull request #6 from CDK-R/20250910-vbump
20250910 vbump
2 parents 2258da5 + 1368c43 commit 06e34f5

File tree

180 files changed

+21
-26
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

180 files changed

+21
-26
lines changed

.Rbuildignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ revdep/
1212
^docs$
1313
^pkgdown$
1414
^\.github$
15+
^cran-comments\.md$

DESCRIPTION

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
Package: rcdklibs
2-
Version: 2.9
3-
Date: 2024-03-02
2+
Version: 2.11
3+
Date: 2025-09-10
44
Authors@R: c(
55
person('Rajarshi', 'Guha', ,'rajarshi.guha@gmail.com', role=c('aut'),
66
comment = c(ORCID = "0000-0001-7403-8819")),
77
person('Zachary', 'Charlop-Powers', ,'zach.charlop.powers@gmail.com',role=c('cre'),
88
comment = c(ORCID = "0000-0001-8816-4680")),
9+
person('Egon', 'Willighagen', ,'egon.willighagen@maastrichtuniversity.nl', role=c('ctb'),
10+
comment = c(ORCID = "0000-0001-7542-0286")),
911
person('CDK Project', '', role=c('ctb', 'cph'), comment='CDK Java library contained in multiple jar files'))
1012
Depends:
1113
R (>= 2.0.0),
@@ -19,5 +21,5 @@ Description: An R interface to the Chemistry Development Kit, a Java library
1921
interact with the CDK using 'rJava'. However 'rcdk' exposes functionality in a more
2022
idiomatic way. The CDK library itself is released as LGPL and the sources can be
2123
obtained from <https://github.com/cdk/cdk>.
22-
RoxygenNote: 7.3.1
24+
RoxygenNote: 7.3.3
2325
URL: https://cdk-r.github.io/rcdklibs/

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
CDK_VERSION=2.9
2+
CDK_VERSION=2.11
33
JAR_DIR=cdk/cdk-cdk-$(CDK_VERSION)/bundle/target/cdk-bundle-$(CDK_VERSION)/WEB-INF/lib
44

55
cdk.zip:
@@ -11,8 +11,8 @@ build: cdk.zip
1111
# 88 - 92 is cdk-pdb
1212
# 148-157 is cdk-builder3d and builder3d-tools
1313
# 248-252 is cdk-pdbcml
14-
# 372-376 is cdk-iordf
15-
sed -i .bak -e '88,92d;148,157d;248,252d;372,376d;' cdk/cdk-cdk-$(CDK_VERSION)/bundle/pom.xml
14+
# 372-378 is cdk-iordf
15+
sed -i .bak -e '88,92d;148,157d;248,252d;372,378d;' cdk/cdk-cdk-$(CDK_VERSION)/bundle/pom.xml
1616
cd cdk/cdk-cdk-$(CDK_VERSION)/bundle && mvn compile war:war -P jdk11-plus && cd ../../..
1717

1818

NEWS.md

Lines changed: 6 additions & 0 deletions

README.Rmd

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ knitr::opts_chunk$set(
1616
# rcdklibs
1717

1818
<!-- badges: start -->
19-
[![Build Status](https://api.travis-ci.org/CDK-R/rcdklibs.svg?branch=master)](https://travis-ci.org/CDK-R/rcdklibs)
2019
[![CRAN Version](https://www.r-pkg.org/badges/version/rcdklibs?color=green)](https://cran.r-project.org/package=rcdklibs)
2120
[![CRAN Downloads](http://cranlogs.r-pkg.org/badges/grand-total/rcdklibs?color=green)](https://cran.r-project.org/package=rcdklibs)
2221
[![CRAN Downloads Monthyl](http://cranlogs.r-pkg.org/badges/last-month/rcdklibs?color=green)](https://cran.r-project.org/package=rcdklibs)

cran-comments.md

Lines changed: 6 additions & 19 deletions

inst/cont/RoaringBitmap-1.0.0.jar

437 KB
Binary file not shown.

inst/cont/beam-core-1.3.5.jar

-136 KB
Binary file not shown.

inst/cont/beam-core-1.3.8.jar

141 KB
Binary file not shown.

inst/cont/beam-func-1.3.5.jar

-38.2 KB
Binary file not shown.

0 commit comments

Comments
 (0)