Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-01-06 | Make saemix and corresponding tests optional | Johannes Ranke | 1 | -3/+4 | |
Address release critical check and test issues | |||||
2020-12-10 | nlme with varConstProp is released | Johannes Ranke | 1 | -2/+2 | |
Also fix incompatibility with saem fits from earlier mkin versions | |||||
2020-12-07 | Updates after inline 0.3.17 has been released | Johannes Ranke | 1 | -1/+1 | |
2020-11-27 | Improved way to have persistent DLLs for mkinmod | Johannes Ranke | 1 | -1/+1 | |
Depends on inline >= 0.16.2 (including the bug fixes from eddelbuettel/inline#18), which provides 'moveDLL' to store the DLL for a compiled function in a safe place in case the argument 'dll_dir' is specified in the call to 'mkinmod'. Huge thanks to Dirk @eddelbuettel for his review and support for the work on the inline package. | |||||
2020-11-24 | Support storing mkinmod compiled code as CFunc objects | Johannes Ranke | 1 | -1/+1 | |
With automatic reloading in mkinfit and mkinpredict in case the DLL is not loaded and the original DLL path has been cleaned up. Depends on jranke/inline@974bdea04fcedfafaab231e6f359c88270b56cb9 See inline#13 | |||||
2020-11-19 | Depend on parallel, doc improvements | Johannes Ranke | 1 | -3/+3 | |
By depending on parallel instead of importing it, functions to set up and stop a cluster are always available when mkin is loaded. The use of multicore processing in mmkin on Windows is now documented in the help file, which brings mkin closer to a version 1.0 #9. | |||||
2020-11-12 | mkindsg class to hold groups of datasets | Johannes Ranke | 1 | -1/+2 | |
- D24_2014 dataset on aerobic soil degradation of 2,4-D from the EU assessment as mkindsg object with metadata - f_time_norm_focus() to do time-step normalisation using the FOCUS method - focus_soil_moisture data with default moisture contents at pF1, pF 2 and pF 2.5 for USDA soil types from FOCUS GW guidance - Dataset generation scripts in inst/dataset_generation - Depend on R >= 2.15.1 in order to facilitate the use of utils::globalVariables() | |||||
2020-10-22 | Improve interface to experimental version of nlme | Johannes Ranke | 1 | -1/+1 | |
The experimental nlme version in my drat repository contains the variance function structure varConstProp which makes it possible to use the two-component error model in generalized nonlinear models using nlme::gnls() and in mixed effects models using nlme::nlme(). | |||||
2020-10-15 | Reintroduce saemix helper functions | Johannes Ranke | 1 | -3/+3 | |
2020-10-08 | Fix another URL, add devcheck targetv0.9.50.3 | Johannes Ranke | 1 | -1/+1 | |
2020-10-08 | Fix issues for release | Johannes Ranke | 1 | -2/+2 | |
2020-10-08 | Avoid dep on dev version of saemix for release | Johannes Ranke | 1 | -2/+2 | |
2020-09-10 | Regenerate docs with current roxygen | Johannes Ranke | 1 | -1/+1 | |
2020-07-20 | Require upcoming nlme version, remove anova.nlme.mmkin | Johannes Ranke | 1 | -1/+1 | |
The method is no longer necessary, now that Bug 17761 is fixed upstream https://bugs.r-project.org/bugzilla/show_bug.cgi?id=17761 | |||||
2020-07-15 | Bump date to trigger Travis build after clearing cache | Johannes Ranke | 1 | -1/+1 | |
2020-05-25 | Tell travis where to find the required saemix version | Johannes Ranke | 1 | -2/+2 | |
2020-05-25 | First working version of saemix helper functions | Johannes Ranke | 1 | -1/+1 | |
saemix_data depends on a development version of saemix, see pull request saemixdevelopment/saemixextension#2 | |||||
2020-05-14 | Update version number, better example formatting | Johannes Ranke | 1 | -2/+2 | |
2020-05-12 | Improve documentation, now using a spell checker | Johannes Ranke | 1 | -2/+3 | |
2020-05-12 | Documentation improvements, rebuild static docs | Johannes Ranke | 1 | -0/+1 | |
2020-05-11 | Add analytical solution for DFOP-SFO | Johannes Ranke | 1 | -2/+2 | |
This is about twice as fast as deSolve compiled in the case of FOCUS D | |||||
2020-05-07 | Another overhaul of analytical solutions | Johannes Ranke | 1 | -2/+2 | |
Still in preparation for analytical solutions of coupled models | |||||
2020-05-06 | Change implementation of analytical solutions | Johannes Ranke | 1 | -1/+1 | |
Preparing for symbolic solutions for more than one compound | |||||
2020-04-20 | Prepare release to address failed CRAN check | Johannes Ranke | 1 | -2/+2 | |
2020-04-18 | Fix NOTE, prepare for releasev0.9.49.10 | Johannes Ranke | 1 | -2/+2 | |
2020-04-14 | Keep order of datasets in nlme_data, add a plot | Johannes Ranke | 1 | -1/+1 | |
2020-04-10 | Trigger rebuild after deleting caches on travis | Johannes Ranke | 1 | -1/+1 | |
According to the hint of @jimhester received in the Travis Forum - thanks! | |||||
2020-04-07 | Add some tests for the nlme convenience functions | Johannes Ranke | 1 | -2/+2 | |
2020-04-03 | Merge branch 'master' into mxkin | Johannes Ranke | 1 | -2/+2 | |
Merge DESCRIPTION manually to combine dependencies and rerun check to update check.log | |||||
2020-03-31 | Static documentation rebuilt by pkgdown | Johannes Ranke | 1 | -2/+2 | |
2020-03-30 | Static documentation rebuilt by pkgdown | Johannes Ranke | 1 | -1/+1 | |
2020-03-30 | Don't check for gcc on the path in mkinmod | Johannes Ranke | 1 | -1/+1 | |
Roxygen update -> formatting changes in Rd files | |||||
2020-03-30 | Add new dependencies | Johannes Ranke | 1 | -1/+1 | |
2020-03-30 | First nlme fits for models with a metabolite | Johannes Ranke | 1 | -1/+1 | |
2020-01-09 | Remove unused FME package from DESCRIPTION text | Johannes Ranke | 1 | -7/+6 | |
2020-01-08 | Todays date in DESCRIPTION, update check logv0.9.49.8 | Johannes Ranke | 1 | -1/+1 | |
2019-11-01 | Make the 'quadratic' the default for 'confint' | Johannes Ranke | 1 | -1/+1 | |
Also the documentation was improved here and there | |||||
2019-11-01 | Fix bug in yesterdays release, add methods for BIC | Johannes Ranke | 1 | -2/+2 | |
2019-10-31 | Increase tolerance of a test for winbuilderv0.9.49.6 | Johannes Ranke | 1 | -1/+1 | |
- Update DESCRIPTION for release | |||||
2019-10-31 | Add likelihood ratio test and other methods, fixes | Johannes Ranke | 1 | -1/+2 | |
The likelihood ratio test method is lrtest, in addition, methods for update and residuals were added. | |||||
2019-10-28 | Fix the cutoff for likelihood based intervals | Johannes Ranke | 1 | -1/+1 | |
The cutoff now matches what is given by Venzon and Moolgavkar (1988). Also, confidence intervals closely match intervals obtained with stats4::confint in the test case where an stats4::mle object is created from the likelihood function in one test case. Static documentation rebuilt by pkgdown | |||||
2019-10-26 | Fix checks and tests | Johannes Ranke | 1 | -2/+1 | |
Static documentation rebuilt by pkgdown | |||||
2019-10-21 | Refactor mkinfit, infrastructure work | Johannes Ranke | 1 | -1/+1 | |
mkinfit objects now include an ll() function to calculate the log-likelihood. Part of the code was refactored, hopefully making it easier to read and maintain. IRLS is currently the default algorithm for the error model "obs", for no particular reason. This may be subject to change when I get around to investigate. Slow tests are now in a separate subdirectory and will probably only be run by my own Makefile target. Formatting of test logs is improved. Roundtripping error model parameters works with a precision of 10% when we use lots of replicates in the synthetic data (see slow tests). This is not new in this commit, but as I think it is reasonable this closes #7. | |||||
2019-09-02 | Some changes to improve plots on beamer slides | Johannes Ranke | 1 | -1/+1 | |
2019-07-05 | Static documentation rebuilt by pkgdown | Johannes Ranke | 1 | -2/+2 | |
2019-07-04 | Address failures of CRAN checks, improve NEWSv0.9.49.5 | Johannes Ranke | 1 | -1/+1 | |
Static documentation rebuilt by pkgdown | |||||
2019-07-03 | Update DESCRIPTION, improve NEWS | Johannes Ranke | 1 | -1/+1 | |
Static documentation rebuilt by pkgdown | |||||
2019-06-04 | Additional algorithm "d_c", more tests, docs | Johannes Ranke | 1 | -2/+2 | |
The new algorithm tries direct optimization of the likelihood, as well as a three step procedure. In this way, we consistently get the model with the highest likelihood for SFO, DFOP and HS for all 12 new test datasets. | |||||
2019-05-23 | Fix a bug that could lead to wrong chi2 error levels | Johannes Ranke | 1 | -1/+1 | |
2019-05-07 | After the OLS step, use OLS parameter estimates | Johannes Ranke | 1 | -1/+1 | |
- Fix the respective error in the code - Static documentation rebuilt by pkgdown |