Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-11-08 | Simplify SFORB analytical solution, whitespace | Johannes Ranke | 1 | -64/+64 | |
I do not know why the formulae for b1 and b2 on page 64 of FOCUS kinetics (2014) were not simplified. Clearly, the term k12 * k21 - (k12 + k1output) * k21) can be simplified to - k1output * k21 The test for equivalence of DFOP and SFORB fits verifies that the change is OK. I also removed trailing whitespaces, substituted tab characters by two whitespaces and removed indenting of text in paragraphs describing parameters in roxygen comments to unify formatting. | |||||
2020-05-12 | Improve documentation, now using a spell checker | Johannes Ranke | 1 | -1/+1 | |
2020-05-07 | Another overhaul of analytical solutions | Johannes Ranke | 1 | -2/+2 | |
Still in preparation for analytical solutions of coupled models | |||||
2020-05-07 | Merge parent solutions to one file | Johannes Ranke | 1 | -1/+8 | |
- Combine R/*.solution.R into R/parent_solutions.R - Create a roxygen family of related functions - Reduce redundancy by using the inherit tag - Change the parent.0 argument to parent_0 to match the corresponding parameter name used in mkinfit | |||||
2020-05-07 | Static documentation rebuilt by pkgdown | Johannes Ranke | 1 | -0/+231 | |