| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 6 days | Don't run examples per default | Johannes Ranke | 4 | -0/+18 | |
| This is because PubChem and BCPC could be unavailable, e.g. on R-Universe or CRAN. | |||||
| 6 days | Rerun tests with internet | Johannes Ranke | 1 | -17/+7 | |
| 6 days | Make test robust against unavailable services | Johannes Ranke | 5 | -19/+40 | |
| Test logs are without internet. | |||||
| 7 days | Do not depend on RDKit in pai test | Johannes Ranke | 15 | -198/+3360 | |
| This hopefully addresses test failures observed on R-Universe. Update coverage report. | |||||
| 7 days | Bump version for improved pai printing method | Johannes Ranke | 18 | -56/+114 | |
| Also, improve the example demonstrating pais not found at BCPC | |||||
| 7 days | Improve pai print method, remove Travis config | Ranke Johannes | 4 | -46/+6 | |
| It seems that Travis does not show open source projects on github any more, as it used to, so finally I am removing the Travis configuration in this project. | |||||
| 2025-11-27 | Update test for current PubChem response | Ranke Johannes | 1 | -4/+3 | |
| 2025-10-23 | Remove .Rhistory | Ranke Johannes | 1 | -11/+0 | |
| 2025-10-22 | Improve test coverage and use testthat 3rd edition | Ranke Johannes | 6 | -668/+671 | |
| 2025-10-22 | Add new files for the transition to README.rmd | Ranke Johannes | 43 | -0/+31469 | |
| 2025-10-22 | Merge remote-tracking branch 'refs/remotes/origin/main' | Ranke Johannes | 1 | -3/+3 | |
| 2025-10-22 | Improve messages and README | Ranke Johannes | 72 | -156/+222 | |
| Use README.rmd in order to be able to include demo code and output in the README. | |||||
| 2025-10-22 | Test on Debian trixie | Johannes Ranke | 2 | -4/+12 | |
| 2025-10-22 | Adapt to new SMILES names at PubChem | Ranke Johannes | 13 | -66/+77 | |
| This may break some code using the old smiles names "PubChem_Canonical" and "PubChem_Isomeric" instead of the new smiles names "PubChem" (including isotopic and stereochemical information) and "PubChem_Connectivity" (only containing connectivity, but still canonical). Further changes in this commit: - A fix to the test target in the makefile - Use markdown syntax for link to objects from other packages in the documentation - Adapt the tests - Increase test coverage a bit | |||||
| 2024-12-05 | Fix a bug in the Makefile | Ranke Johannes | 1 | -1/+1 | |
| 2024-12-02 | Add @description tags to R6 methods | Johannes Ranke | 9 | -79/+67 | |
| Otherwise, the descriptions of the methods get mixed up | |||||
| 2024-11-28 | Merge remote-tracking branch 'refs/remotes/origin/main' | Ranke Johannes | 4 | -2/+2 | |
| 2024-11-28 | Update test log | Ranke Johannes | 2 | -13/+4 | |
| 2024-11-28 | Update docs | Johannes Ranke | 4 | -2/+2 | |
| 2024-11-28 | Improve README and example code | Ranke Johannes | 10 | -31/+43 | |
| 2024-11-28 | Installation instructions and badges | Ranke Johannes | 3 | -4/+37 | |
| 2024-11-28 | Update online docs | Johannes Ranke | 21 | -118/+287 | |
| 2024-11-28 | Polish documentation and Makefile | Ranke Johannes | 14 | -632/+287 | |
| The Makefile was adjusted to the way used in other packages of mine. Note that, @inheritParams does not work for superclasses yet, see https://github.com/r-lib/roxygen2/issues/996, so some function parameters are documented twice. | |||||
| 2024-08-05 | Fix a bug introduced by the last commit | Johannes Ranke | 3 | -16/+37 | |
| 2024-08-05 | Set identifiers to NA if not initialized, add NEWS | Ranke Johannes | 48 | -459/+10772 | |
| 2024-07-22 | Update travis build status badge | Ranke Johannes | 3 | -10/+2 | |
| 2024-06-20 | Use first 27 chars from InChIKey if BCPC returns more | Ranke Johannes | 2 | -4/+4 | |
| 2024-06-20 | Fix rdkit availability, prefer user/isomeric SMILES | Ranke Johannes | 178 | -94/+516 | |
| In cases that the user specifies an isomeric SMILES, we want to use that with rdkit. If the user does not specify a SMILES, we prefer the isomeric one from PubChem over the canonical one, where stereochemistry is not defined. | |||||
| 2024-04-07 | Bump version and date | Johannes Ranke | 1 | -2/+2 | |
| 2024-04-07 | Try to install python3-rdkit on travis | Johannes Ranke | 1 | -0/+2 | |
| 2024-04-07 | Improve reticulate startup code | Johannes Ranke | 2 | -6/+3 | |
| 2024-04-05 | Delay loading of the rdkit module | Johannes Ranke | 3 | -21/+26 | |
| According to the recommendation found here: https://rstudio.github.io/reticulate/articles/package.html#delay-loading-python-modules | |||||
| 2023-11-12 | Import URLencode from utils, rebuild docs | Johannes Ranke | 8 | -73/+116 | |
| This was caught by pkgdown apparently not loading the utils package by default. | |||||
| 2023-11-12 | Add pkgdown url to DESCRIPTON and _pkgdown.yml | Johannes Ranke | 8 | -27/+32 | |
| 2023-11-12 | Update to bootstrap 5 | Johannes Ranke | 84 | -695/+11578 | |
| 2023-11-11 | Fix to the pai documentation | Johannes Ranke | 8 | -21/+15 | |
| 2023-11-11 | Start new version, rename pp to ppp, more docs | Ranke Johannes | 22 | -166/+982 | |
| 2023-11-10 | Make an RStudio project and improve the docs | Ranke Johannes | 27 | -1604/+1364 | |
| 2023-06-09 | Update links in README | Johannes Ranke | 1 | -3/+3 | |
| 2023-06-09 | Move reticulate to suggests | Johannes Ranke | 1 | -3/+3 | |
| We need it to check for rdkit availability | |||||
| 2022-11-11 | Update docs, use run.sh on travis | Johannes Ranke | 6 | -105/+172 | |
| 2021-11-26 | Update README after switching to reticulate | Johannes Ranke | 4 | -7/+7 | |
| 2021-11-19 | Better approach to skip bcpc on travis, update docs | Johannes Ranke | 5 | -11/+30 | |
| 2021-11-19 | Don't run pai example on Travis... | Johannes Ranke | 1 | -1/+1 | |
| 2021-11-19 | Skip BCPC for travis | Johannes Ranke | 2 | -0/+3 | |
| 2021-11-19 | Try webchem from my drat | Johannes Ranke | 1 | -1/+5 | |
| 2021-11-19 | Cache packages on Travis | Johannes Ranke | 1 | -0/+1 | |
| 2021-11-19 | Update README after making main the default branch | Johannes Ranke | 2 | -65/+71 | |
| 2021-11-19 | Add plot example, update static docs | Johannes Ranke | 22 | -347/+1273 | |
| 2021-11-19 | Update tests and logs | Johannes Ranke | 6 | -23/+45 | |
