Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2021-11-18 | We are on Xenial, no python3-rdkit... | Johannes Ranke | 1 | -6/+0 | |
2021-11-18 | Another attempt to get python3-rdkit on Travis | Johannes Ranke | 1 | -0/+2 | |
2021-11-18 | Install python3-rdkit on Travis | Johannes Ranke | 1 | -0/+4 | |
2021-11-18 | Use reticulate instead of PythonInR, alanwood has moved | Johannes Ranke | 7 | -84/+118 | |
Because the pesticide compendium at alanwood.net has moved to bcpc.org, we need to depend on a development branch of webchem at the moment. | |||||
2020-10-13 | Adapt to changes in webchem | Johannes Ranke | 6 | -26/+22 | |
Unfortunately, tests only pass sometimes, it seems PubChem is not always responding | |||||
2020-10-13 | Temporarily remove @example tags | Johannes Ranke | 10 | -58/+415 | |
Due to r-lib/roxygen2#1158 | |||||
2019-07-15 | Add chent$emf() function based on devEMF | Johannes Ranke | 3 | -3/+25 | |
2019-03-20 | Use shQuote for filename creation in chent$pdf() | Johannes Ranke | 3 | -3/+18 | |
2019-02-21 | Use codecov and update docs | Johannes Ranke | 5 | -2/+9 | |
2019-02-19 | Use rsvg instead of grConvert | Johannes Ranke | 14 | -36/+33 | |
as grConvert is not on CRAN | |||||
2019-02-19 | Fix example | Johannes Ranke | 4 | -4/+18 | |
2019-02-19 | Only plot when a Picture object is there | Johannes Ranke | 10 | -41/+302 | |
grConvert is not needed for plotting | |||||
2019-02-19 | Skip plotting in examples if grConvert is missing | Johannes Ranke | 7 | -22/+37 | |
2019-02-19 | Fix check for rdkit availability | Johannes Ranke | 6 | -80/+116 | |
Also remove python-rdkit from the travis config as its version is too old on travis (Ubuntu trusty) | |||||
2019-02-19 | Change package URL to github to get source code links | Johannes Ranke | 21 | -353/+880 | |
2019-02-19 | Add python-rdkit to travis configuration | Johannes Ranke | 1 | -0/+2 | |
2019-02-19 | Start using travis and update a test | Johannes Ranke | 6 | -8/+22 | |
It seems the canonical SMILES for glyphosate on PubChem has dropped the designation of the two charges | |||||
2018-09-27 | Soil names for soil sorption tables | Johannes Ranke | 3 | -3/+11 | |
2018-06-29 | More details for soil degradation | Johannes Ranke | 3 | -1/+12 | |
2018-06-22 | Add country field to soil degradation data | Johannes Ranke | 3 | -2/+9 | |
2018-05-20 | Change pH_type to pH_medium | Johannes Ranke | 3 | -5/+11 | |
2018-05-18 | Revisited soil degradation and sorption | Johannes Ranke | 4 | -25/+91 | |
2018-05-16 | Vapour pressure and water solubility, use remark | Johannes Ranke | 4 | -11/+40 | |
instead of comment, as comment is a special attribute in R | |||||
2018-03-01 | Rebuild static documentation with current pkdown | Johannes Ranke | 16 | -182/+550 | |
2017-06-13 | Make grConvert optional as it vanished on Windows | Johannes Ranke | 3 | -21/+31 | |
2017-03-17 | Support a common template for depictions | Johannes Ranke | 3 | -35/+49 | |