Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-01-31 | Merge remote-tracking branch 'refs/remotes/origin/main' | Ranke Johannes | 1 | -15/+15 | |
2024-01-31 | Reorganise data generation | Ranke Johannes | 1 | -5/+5 | |
- Use inst/data_generation for R code generating data as in some of my other packages - data/*.RData files were checked using https://github.com/jranke/dotfiles/blob/main/bin/rda_diff contents were not changed - Remove ChangeLog, the history is in the git logs - Update docs and some links contained therein - use \doi{} markup - Move logs to log directory | |||||
2023-11-12 | Enable markdown and rebuild docs | Johannes Ranke | 1 | -14/+14 | |
2022-11-10 | set_nd_nq is now in mkin, fix Steps12 bug | Johannes Ranke | 1 | -5/+5 | |
If a scenario with a slash "/" was selected in PEC_sw_focus(), the Step 2 file generated giving an error (path not found) in the Steps12 calculator, because the scenario name is part of the "compound" name in this implementation, in order to show it in the list that the calculator presents. | |||||
2020-04-16 | Make na.rm = FALSE the default for geomean() | Johannes Ranke | 1 | -6/+19 | |
This makes more sense and is in line with mean() from base R. Adapt tests and update docs. | |||||
2019-02-19 | Stop endless appending to pesticide.txt example | Johannes Ranke | 1 | -1/+1 | |
2017-10-23 | Typos, rebuild static docs | Johannes Ranke | 1 | -1/+1 | |
2017-10-09 | Write Step 2 input files on windows | Johannes Ranke | 1 | -1/+1 | |
2017-07-21 | New Option for Step 1, fix example, update docs | Johannes Ranke | 1 | -3/+8 | |
Also add the reference file for testing Step12 input file generation | |||||
2017-06-22 | Add scenario, region and season to run name | Johannes Ranke | 1 | -1/+2 | |
2017-06-19 | Single line of generated Step12 input file partially validated | Johannes Ranke | 1 | -9/+24 | |
2017-06-17 | Start with the generation of an input file | Johannes Ranke | 1 | -1/+11 | |
2017-05-17 | Documentation fix | Johannes Ranke | 1 | -2/+2 | |
2017-05-16 | Add TWA concentrations for days > 1, fix link | Johannes Ranke | 1 | -5/+10 | |
Now we have seven test calculations for the Step 1 calculator, all perfectly passing. This provides confidence that this is a correct reimplementation of the Step 1 part of the Step 1/2 calculator. | |||||
2017-05-16 | Finish the Step 1 calculator including tests | Johannes Ranke | 1 | -11/+42 | |
Some cleaning up. PELMO facilities do not currently work at my end, as I have no working wine installation on this computer | |||||
2017-05-15 | Start of an Steps 1/2 calculator in R | Johannes Ranke | 1 | -0/+36 | |