-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5 from CDK-R/202402-29
Update CDK Jars to 2.9
- Loading branch information
Showing
150 changed files
with
88 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,3 +8,7 @@ cdk/ | |
cdk.zip | ||
revdep/ | ||
^CRAN-SUBMISSION$ | ||
^_pkgdown\.yml$ | ||
^docs$ | ||
^pkgdown$ | ||
^\.github$ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
*.html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
# Workflow derived from https://github.com/r-lib/actions/tree/v2/examples | ||
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help | ||
on: | ||
push: | ||
branches: [main, master] | ||
pull_request: | ||
branches: [main, master] | ||
release: | ||
types: [published] | ||
workflow_dispatch: | ||
|
||
name: pkgdown | ||
|
||
jobs: | ||
pkgdown: | ||
runs-on: ubuntu-latest | ||
# Only restrict concurrency for non-PR jobs | ||
concurrency: | ||
group: pkgdown-${{ github.event_name != 'pull_request' || github.run_id }} | ||
env: | ||
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }} | ||
permissions: | ||
contents: write | ||
steps: | ||
- uses: actions/checkout@v4 | ||
|
||
- uses: r-lib/actions/setup-pandoc@v2 | ||
|
||
- uses: r-lib/actions/setup-r@v2 | ||
with: | ||
use-public-rspm: true | ||
|
||
- uses: r-lib/actions/setup-r-dependencies@v2 | ||
with: | ||
extra-packages: any::pkgdown, local::. | ||
needs: website | ||
|
||
- name: Build site | ||
run: pkgdown::build_site_github_pages(new_process = FALSE, install = FALSE) | ||
shell: Rscript {0} | ||
|
||
- name: Deploy to GitHub pages 🚀 | ||
if: github.event_name != 'pull_request' | ||
uses: JamesIves/[email protected] | ||
with: | ||
clean: false | ||
branch: gh-pages | ||
folder: docs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,4 +3,5 @@ | |
.RData | ||
.Ruserdata | ||
cdk/ | ||
revdep/ | ||
revdep/ | ||
docs |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,12 @@ | ||
Package: rcdklibs | ||
Version: 2.8 | ||
Date: 2022-09-20 | ||
Authors@R: c(person('Rajarshi', 'Guha', role=c('aut'), email='[email protected]'), | ||
person('Zachary', 'Charlop-Powers', role=c('cre'), email='[email protected]'), | ||
person('CDK Project', '', role=c('ctb', 'cph'), comment='CDK Java library contained in multiple jar files')) | ||
Version: 2.9 | ||
Date: 2024-03-02 | ||
Authors@R: c( | ||
person('Rajarshi', 'Guha', ,'[email protected]', role=c('aut'), | ||
comment = c(ORCID = "0000-0001-7403-8819")), | ||
person('Zachary', 'Charlop-Powers', ,'[email protected]',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 | ||
|
@@ -16,4 +19,5 @@ Description: An R interface to the Chemistry Development Kit, a Java library | |
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.2.1 | ||
RoxygenNote: 7.3.1 | ||
URL: https://cdk-r.github.io/rcdklibs/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
url: https://cdk-r.github.io/rcdklibs/ | ||
template: | ||
bootstrap: 5 | ||
bslib: | ||
primary: "#0054AD" | ||
border-radius: 0.5rem | ||
btn-border-radius: 0.25rem | ||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file renamed
BIN
+66.9 KB
inst/cont/cdk-interfaces-2.8.jar → inst/cont/cdk-interfaces-2.9.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file renamed
BIN
+644 KB
inst/cont/jna-inchi-darwin-aarch64-1.1.jar → inst/cont/jna-inchi-darwin-aarch64-1.2.jar
Binary file not shown.
Binary file renamed
BIN
+684 KB
inst/cont/jna-inchi-darwin-x86-64-1.1.jar → inst/cont/jna-inchi-darwin-x86-64-1.2.jar
Binary file not shown.
Binary file not shown.
Binary file renamed
BIN
+598 KB
inst/cont/jna-inchi-linux-arm-1.1.jar → inst/cont/jna-inchi-linux-arm-1.2.jar
Binary file not shown.
Binary file renamed
BIN
+625 KB
inst/cont/jna-inchi-linux-x86-1.1.jar → inst/cont/jna-inchi-linux-x86-1.2.jar
Binary file not shown.
Binary file renamed
BIN
+658 KB
inst/cont/jna-inchi-linux-x86-64-1.1.jar → inst/cont/jna-inchi-linux-x86-64-1.2.jar
Binary file not shown.
Binary file renamed
BIN
+554 KB
inst/cont/jna-inchi-win32-x86-1.1.jar → inst/cont/jna-inchi-win32-x86-1.2.jar
Binary file not shown.
Binary file renamed
BIN
+667 KB
inst/cont/jna-inchi-win32-x86-64-1.1.jar → inst/cont/jna-inchi-win32-x86-64-1.2.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file renamed
BIN
+342 KB
inst/cont/log4j-1.2-api-2.18.0.jar → inst/cont/log4j-1.2-api-2.20.0.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.