Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-02-17 | Fix path, build target for prebuilt pdf vignettes | Johannes Ranke | 1 | -0/+3 | |
2023-01-09 | Prebuilt PDF vignettes, summary_listing | Johannes Ranke | 1 | -5/+2 | |
2022-12-19 | Rename template folder, create format | Johannes Ranke | 1 | -2/+2 | |
Instead of rmarkdown::pdf_document, mkin::hierarchical_kinetics is used as a document format in the template. In this way, the template file can be freed from some R code and yaml options that the average user does not have to be aware of. | |||||
2022-12-19 | Template and spreadsheet for hierarchical kinetics | Johannes Ranke | 1 | -1/+3 | |
The template only shows parent data evaluation without covariate models for now. The spreadsheet will also be useful for unit testing of the read_spreadsheet function. | |||||
2022-12-02 | Avoid error message at testthat termination | Johannes Ranke | 1 | -2/+6 | |
https://github.com/r-lib/processx/issues/236 | |||||
2022-11-14 | Automatic starting parameters for saem.mmkin | Johannes Ranke | 1 | -1/+1 | |
For the case of mkin transformations. This gives faster convergence, and appears to avoid problems with numeric ODE solutions | |||||
2022-09-16 | Improve multistart documentation, bugfix | Johannes Ranke | 1 | -1/+1 | |
- Split out llhist and parhist documentation - Add example code for multistart - Create a multistart vignette, because the example code fails when run by pkgdown - Fix multistart for the case of mkin transformations in the saem fit | |||||
2022-07-22 | Update Makefile | Johannes Ranke | 1 | -2/+1 | |
2022-07-22 | Move logs into own directory to clean root | Johannes Ranke | 1 | -9/+9 | |
2022-07-01 | Add R version to data in benchmark vignette | Johannes Ranke | 1 | -1/+1 | |
2022-03-03 | More work to try to pass tests on R-devel winbuilder | Johannes Ranke | 1 | -1/+4 | |
2022-02-28 | Update travis config and _pkgdown.yml | Johannes Ranke | 1 | -1/+1 | |
2022-02-10 | GNUMakefile: Convince testthat to give dynamic output | Johannes Ranke | 1 | -5/+4 | |
This means that we still get the \r in the test logs so so the postprocessing with sed works unmodified | |||||
2022-02-09 | Adapt saemix interface to saemix 3.0 on CRAN | Johannes Ranke | 1 | -0/+1 | |
2022-02-08 | Merge branch 'nlmixr' | Johannes Ranke | 1 | -1/+1 | |
2021-11-18 | Updates after changing the default branch to main | Johannes Ranke | 1 | -1/+1 | |
2021-07-23 | Merge branch 'master' into nlmixr | Johannes Ranke | 1 | -3/+0 | |
After the merge, run make test and accept the new snapshot for the mixed model fit for an nlme object | |||||
2021-07-23 | Rerun tests, use current vdiffr on travis | Johannes Ranke | 1 | -3/+0 | |
2021-02-15 | Fully rebuild docs, rerun tests and check | Johannes Ranke | 1 | -1/+1 | |
2021-02-03 | Prepare for v1.0.0v1.0.0 | Johannes Ranke | 1 | -1/+1 | |
- Improve authorship and copyright information - Prepare pkgdown config - Remove dependence on saemix as we need the development version which is not ready for CRAN - Temporarily remove saemix interface to check code coverage of the rest | |||||
2020-12-08 | Test plots on R-release and cache packages again | Johannes Ranke | 1 | -1/+1 | |
2020-11-12 | Use preprocessed data for 2,4-D, update docs | Johannes Ranke | 1 | -1/+1 | |
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-08 | Fix another URL, add devcheck targetv0.9.50.3 | Johannes Ranke | 1 | -0/+3 | |
2020-10-08 | Fix issues for release | Johannes Ranke | 1 | -1/+1 | |
2020-07-15 | Improve tests | Johannes Ranke | 1 | -2/+6 | |
- Reduce significant digits for the objective function output in mkinfit(..., quiet = FALSE) as R and R-devel gave different output on my system - Add makefile target 'devtest' for testing with R-devel, in order to fix problems showing up with R-devel on Travis | |||||
2020-06-15 | Test plots on r-devel only | Johannes Ranke | 1 | -1/+2 | |
following the arguments of Xavier Robin https://github.com/r-lib/vdiffr/issues/86#issuecomment-636447231 | |||||
2020-05-13 | Further formatting improvement of benchmark vignette | Johannes Ranke | 1 | -5/+5 | |
Also, use .rmd extension instead of .Rmd for vignettes. | |||||
2020-05-12 | Update vignettes and docs | Johannes Ranke | 1 | -0/+4 | |
2020-05-12 | Improve documentation, now using a spell checker | Johannes Ranke | 1 | -0/+2 | |
2020-05-12 | Documentation improvements, rebuild static docs | Johannes Ranke | 1 | -1/+0 | |
2020-02-14 | Update local r-forge path in Makefile | Johannes Ranke | 1 | -1/+1 | |
2019-10-28 | Parallel computation for confidence intervals | Johannes Ranke | 1 | -1/+1 | |
Only on Linux at the moment. Some more examples in the help page. Remove the distribution argument for the quadratic method | |||||
2019-10-25 | Use roxygen for functions and methods | Johannes Ranke | 1 | -3/+6 | |
2019-10-22 | Improved visual testing | Johannes Ranke | 1 | -1/+3 | |
2019-10-21 | Refactor mkinfit, infrastructure work | Johannes Ranke | 1 | -0/+4 | |
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-10-21 | Improve test log formatting | Johannes Ranke | 1 | -0/+1 | |
2019-09-19 | Static documentation rebuilt by pkgdown | Johannes Ranke | 1 | -1/+1 | |
Use lazy = TRUE in the pd target for generating pkgdown documentation | |||||
2019-09-18 | Further corrections of the twa vignette | Johannes Ranke | 1 | -1/+1 | |
Static documentation rebuilt by pkgdown | |||||
2019-05-14 | Don't use remote CRAN incoming checks | Johannes Ranke | 1 | -1/+1 | |
2019-03-04 | Review tests and examples based on winbuilder results | Johannes Ranke | 1 | -0/+7 | |
Static documentation rebuilt by pkgdown | |||||
2018-09-14 | Skip some more tests on CRAN | Johannes Ranke | 1 | -2/+2 | |
Static documentation rebuilt by pkgdown | |||||
2018-09-14 | Remove two vignettes from the package but not from docs | Johannes Ranke | 1 | -1/+7 | |
- Rebuild static documentation - Adapt test to new approach to two component error model where the model is inadequate | |||||
2018-09-14 | Exclude more example code from CRAN checks | Johannes Ranke | 1 | -1/+1 | |
to avoid NOTES about long execution times. Static documentation rebuilt by pkgdown with run_dont_run = TRUE | |||||
2018-09-13 | Merge branch 'master' of jrwb.de:mkin | Johannes Ranke | 1 | -1/+0 | |
2018-09-13 | Add targets for windows binaries | Johannes Ranke | 1 | -0/+12 | |
2018-09-13 | Enable new error model in gmkin | Johannes Ranke | 1 | -1/+0 | |
Also improve the irls fitting of the error model and add a test for FOCUS_2006_C where the second component of the error model is zero | |||||
2018-06-06 | Articles are built as well in pd target | Johannes Ranke | 1 | -6/+1 | |
2018-03-11 | Static docs rebuilt again, with current pkgdown | Johannes Ranke | 1 | -3/+2 | |
2018-03-03 | Change location of mkin.tar for syncing with r-forge | Johannes Ranke | 1 | -2/+2 | |