Age | Commit message (Expand) | Author | Files | Lines |
2020-12-03 | Small doc improvement | Johannes Ranke | 1 | -2/+2 |
2020-11-27 | Improved way to have persistent DLLs for mkinmod | Johannes Ranke | 1 | -25/+35 |
2020-11-24 | Support storing mkinmod compiled code as CFunc objects | Johannes Ranke | 1 | -28/+38 |
2020-11-19 | Depend on parallel, doc improvements | Johannes Ranke | 1 | -6/+12 |
2020-05-27 | Improve mkinmod docs | Johannes Ranke | 1 | -26/+39 |
2020-05-12 | Documentation improvements, rebuild static docs | Johannes Ranke | 1 | -1/+6 |
2020-05-09 | Avoid the call to merge for analytical solutions | Johannes Ranke | 1 | -1/+1 |
2020-05-07 | Another overhaul of analytical solutions | Johannes Ranke | 1 | -40/+3 |
2020-05-07 | Merge parent solutions to one file | Johannes Ranke | 1 | -1/+1 |
2020-05-06 | Change implementation of analytical solutions | Johannes Ranke | 1 | -0/+40 |
2020-05-06 | Remove redundant comments | Johannes Ranke | 1 | -7/+0 |
2020-04-22 | Support SFORB with formation fractions | Johannes Ranke | 1 | -29/+17 |
2020-04-22 | Remove GPL header from test files | Johannes Ranke | 1 | -3/+3 |
2020-03-31 | Static documentation rebuilt by pkgdown | Johannes Ranke | 1 | -2/+4 |
2020-03-30 | Don't check for gcc on the path in mkinmod | Johannes Ranke | 1 | -60/+57 |
2019-10-25 | Use roxygen for functions and methods | Johannes Ranke | 1 | -383/+483 |
2019-02-27 | Comment out unused code | Johannes Ranke | 1 | -6/+6 |
2019-02-21 | Add the logistic model | Johannes Ranke | 1 | -7/+13 |
2016-11-18 | Show differential equations when printing mkinmods | Johannes Ranke | 1 | -0/+3 |
2016-11-17 | Remove trailing whitespace, clean headers | Johannes Ranke | 1 | -10/+10 |
2015-12-10 | Improve print method for mkinmod | Johannes Ranke | 1 | -2/+3 |
2015-12-09 | Improve mkinmod error message for missing target compartment definition | Johannes Ranke | 1 | -0/+1 |
2015-10-24 | Improve printing method for mkinmod | Johannes Ranke | 1 | -1/+1 |
2015-10-19 | Add a print method for mkinmod objects | Johannes Ranke | 1 | -0/+16 |
2015-06-23 | Hopefully fix compiling on Solaris, verbose option | Johannes Ranke | 1 | -11/+23 |
2015-06-20 | Suppress compiler warning for sometimes unused time variable | Johannes Ranke | 1 | -1/+3 |
2015-06-20 | Low-level generation of compiled models | Johannes Ranke | 1 | -31/+62 |
2015-05-15 | Make mkinmod quiet in tests | Johannes Ranke | 1 | -4/+4 |
2015-04-18 | Add a vignette showing the performance of compiled models | Johannes Ranke | 1 | -3/+6 |
2015-04-17 | Make compiled FOMC and DFOP models work | Johannes Ranke | 1 | -5/+4 |
2015-04-16 | Update copyright header, improve documentation of solution_type | Johannes Ranke | 1 | -1/+1 |
2015-04-14 | Compile differential equation models with ccSolve package | Johannes Ranke | 1 | -0/+34 |
2014-11-12 | Fix for IORE in mkinmod | Johannes Ranke | 1 | -4/+4 |
2014-07-14 | Nearly complete support for IORE, pending mkinerrmin | Johannes Ranke | 1 | -10/+16 |
2014-07-12 | First working fits with IORE model | Johannes Ranke | 1 | -6/+22 |
2014-07-07 | Coefficient matrix for formation fractions, no sink and one pathway | Johannes Ranke | 1 | -22/+26 |
2014-07-02 | Do not introduce formation fractions for singular pathways | Johannes Ranke | 1 | -4/+13 |
2014-07-02 | Support formation fractions without sink pathway, updates | Johannes Ranke | 1 | -3/+0 |
2014-07-01 | One more check, update source code comment | Johannes Ranke | 1 | -2/+3 |
2013-12-04 | Remove mkinmod warning based on a misconception | Johannes Ranke | 1 | -13/+2 |
2013-10-08 | - Added the possibility to specify the observed variable in mkinmod in a chec... | jranke | 1 | -3/+4 |
2013-04-14 | - Update the TODO list, setting some requirements for version 1.0 | jranke | 1 | -0/+1 |
2013-02-18 | More work on the examples vignette | jranke | 1 | -8/+16 |
2012-12-13 | Small formatting improvements | jranke | 1 | -5/+8 |
2012-06-28 | - Formatting improvement of mkinmod | jranke | 1 | -14/+15 |
2012-05-16 | Fixed a bug in mkinmod that produced a erroneous coefficient matrix if more t... | jranke | 1 | -4/+7 |
2012-04-23 | - Fixed a couple of things | jranke | 1 | -1/+5 |
2012-04-16 | Overhaul of mkinmod in order to make it possible to choose between different ... | jranke | 1 | -52/+108 |
2012-04-15 | - Fixed the SFORB coefficient matrix, at least for the case where parent is S... | jranke | 1 | -2/+9 |
2012-04-11 | - Testing of the new fitting process with transformed parameters shows that i... | jranke | 1 | -40/+37 |