Science Score: 10.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
○codemeta.json file
-
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
✓Committers with academic emails
2 of 23 committers (8.7%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (18.4%) to scientific vocabulary
Keywords
java
rcdk
Keywords from Contributors
cheminformatics
bioinformatics
mass-spectrometry
metabolomics
bioconductor-package
chemical-series
rdkit
bioconductor
feature-detection
peak-detection
Last synced: 6 months ago
·
JSON representation
Repository
Integrating R and the CDK
Basic Info
- Host: GitHub
- Owner: CDK-R
- Language: R
- Default Branch: master
- Homepage: https://cdk-r.github.io/cdkr/
- Size: 298 MB
Statistics
- Stars: 42
- Watchers: 14
- Forks: 28
- Open Issues: 23
- Releases: 2
Topics
java
rcdk
Created almost 16 years ago
· Last pushed almost 2 years ago
Metadata Files
Readme
README.Rmd
---
output: github_document
---
```{r setup, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>"
)
```
[](https://travis-ci.org/CDK-R/cdkr)
[](https://cran.r-project.org/package=rcdk)
[](https://cran.r-project.org/package=rcdk)
[](https://cran.r-project.org/package=rcdk)
[](https://github.com/zachcp/cdkr/actions)
# rcdk: a chemistry library
The goal of cdkr is to provide easy access to [CDK](https://github.com/cdk/cdk) chemoinformatics library to combine the simplicity and power of R with CDK's powerful,
tested API.
# Installation
rCDK package releases are available on CRAN or on Github via Devtools:
```R
# releases
install.packages("rcdk")
# development releases of `cdkr` are also available on github uinsg devtools:
library(devtools)
install_github("https://github.com/CDK-R/rcdklibs")
install_github("https://github.com/CDK-R/cdkr", subdir="rcdk")
```
## Building and Development
Information on building and devloping the CDKR package is available in teh
Otherwise if you prefer the command line
```
cd /tmp/
git clone git@github.com:CDK-R/rcdklibs.git
R CMD INSTALL rcdklibs
git clone git@github.com:CDK-R/cdkr.git
cd cdkr/rcdkjar
ant clean jar
cd ../
R CMD INSTALL rcdk
```
Before performing the install, you should have the following dependencies installed:
* rJava
* fingerprint
* png
* RUnit
* Java JDK >= 1.8
For the png package, I have tested [png-0.1-7](http://www.rforge.net/png/files/)
Some users have reported that `rcdk` methods (such as `parse.smiles`) are returning errors related to class not found or class version mismatch. This can happen when you are using a prepackaged version of `rJava` from [CRAN](https://cran.r-project.org/) and is caused by that package not finding the correct JRE home if you have multiple Java versions installed. In such a case, reinstalling `rJava` from sources appears to resolve this issue. See this [discussion](http://stackoverflow.com/questions/26948777/how-can-i-make-rjava-use-the-newer-version-of-java-on-osx).
### Installing Java
rCDK uses the CDK library that requires the Java JDK >= 1.8. In order to install rCDK, this requirement must be satisfied. You can check your java version on the command line as follows:
```
> java -version
> java version "1.8.0"
```
If your version is not 1.8 you may need to download and install a more recent installation of JAVA. If you have multiple versions of JAVA you may be using an older version. On Mac OSX, for example, the latest OS installs JAVA 1.6 and you will need to reconfigure your JAVA install. You can try the following:
```
# set the java version
R CMD javareconf # or ....
sudo R CMD javareconf
# re install fromfrom R
install.packages('rJava', type="source")
```
Further informaiton about R's use of Java can be [found here](https://cran.r-project.org/doc/manuals/r-release/R-admin.html#Java-support).
Owner
- Name: CDK-R: CDK Integration with R
- Login: CDK-R
- Kind: organization
- Repositories: 7
- Profile: https://github.com/CDK-R
R packages and code that makes the CDK available within R and applications built on top of this integration
GitHub Events
Total
- Issues event: 1
- Watch event: 2
- Issue comment event: 2
Last Year
- Issues event: 1
- Watch event: 2
- Issue comment event: 2
Committers
Last synced: over 2 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| Rajarshi Guha | r****a@g****m | 371 |
| zach charlop-powers | z****s@g****m | 108 |
| Rajarshi Guha | r****a@v****m | 27 |
| Eric Bach | e****h@a****i | 19 |
| Steffen Neumann | s****n@i****e | 12 |
| zachcp | z****p | 10 |
| Zachary Charlop-Powers | z****s@z****m | 8 |
| Zach Charlop-Powers | z****p@T****n | 5 |
| Abhik Seal | a****8@g****m | 4 |
| schymane | e****i@e****h | 3 |
| robert allaway | r****y@g****m | 3 |
| Zach Charlop-Powers | z****p@T****l | 3 |
| Adelene Lai | a****i@g****m | 3 |
| John Buonagurio | j****o@e****m | 3 |
| Rajarshi Guha | g****a@u****m | 1 |
| guhar | g****r@h****v | 1 |
| Guha | g****r@h****v | 1 |
| schymane | e****i@u****u | 1 |
| Mohammed Ali | m****s@y****m | 1 |
| Egon Willighagen | e****n@g****m | 1 |
| jotsetung | j****r@g****m | 1 |
| Paul Boardman | p****n@g****m | 1 |
| rickhelmus | 3****s | 1 |
Committer Domains (Top 20 + Academic)
uni.lu: 1
hg-01781574-lw7.nhgri.nih.gov: 1
hawaii.nhgri.nih.gov: 1
usmac02d30ljmd6wm.bos1.vrtx.com: 1
exponent.com: 1
eawag.ch: 1
tungsten.lan: 1
zymergen.com: 1
ipb-halle.de: 1
aalto.fi: 1
vrtx.com: 1
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 1
- Total pull requests: 1
- Average time to close issues: N/A
- Average time to close pull requests: about 4 hours
- Total issue authors: 1
- Total pull request authors: 1
- Average comments per issue: 0.0
- Average comments per pull request: 0.0
- Merged pull requests: 1
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 1
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 1
- Pull request authors: 0
- Average comments per issue: 0.0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- zachcp (4)
- egonw (3)
- sneumann (2)
- michaelwitting (2)
- lauperbe (1)
- yangtaotai (1)
- xdomingoal (1)
- trljcl (1)
- Tebatu (1)
Pull Request Authors
- zachcp (1)
- olivroy (1)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
rcdk/DESCRIPTION
cran
- rcdklibs >= 2.3 depends
- fingerprint * imports
- iterators * imports
- itertools * imports
- methods * imports
- png * imports
- rJava * imports
- RUnit * suggests
- devtools * suggests
- knitr * suggests
- rmarkdown * suggests
- xtable * suggests
.github/workflows/R-CMD-check.yaml
actions
- actions/cache v2 composite
- actions/checkout v2 composite
- actions/setup-java v1 composite
- r-lib/actions/setup-pandoc v1 composite
- r-lib/actions/setup-r v1 composite
.github/workflows/pkgdown.yaml
actions
- JamesIves/github-pages-deploy-action 4.1.4 composite
- actions/checkout v2 composite
- r-lib/actions/setup-pandoc v2 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite