Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2018-02-06 | Skip some tests on CRAN, more quiet examplesv0.9.47.1 | Johannes Ranke | 1 | -1/+1 | |
2017-11-21 | Fix location of local kinfit svn checkout | Johannes Ranke | 1 | -1/+1 | |
2017-11-10 | Delete trailing whitespace, update README.html | Johannes Ranke | 1 | -3/+3 | |
2017-09-14 | Convert FOCUS Z vignette to rmarkdown/html | Johannes Ranke | 1 | -12/+1 | |
- Static documentation rebuilt by pkgdown::build_articles() - DESCRIPTION: Version bump and current date | |||||
2017-07-21 | Improve devtools::test() call, update logs | Johannes Ranke | 1 | -1/+1 | |
2017-07-21 | Fix another URL, vignette builder, rebuild | Johannes Ranke | 1 | -1/+1 | |
2016-12-08 | Revert to keeping a copy of the docs in www on r-forgev0.9.45 | Johannes Ranke | 1 | -0/+3 | |
2016-12-08 | mkin_static is now a link to pkg/mkin/docs on r-forge | Johannes Ranke | 1 | -5/+0 | |
2016-12-08 | Static documentation articles rebuilt by pkgdown::build_articles() | Johannes Ranke | 1 | -1/+2 | |
2016-12-08 | Documentation and Makefile improvements | Johannes Ranke | 1 | -9/+6 | |
- Fix the remaining links to static docs on r-forge in README - Build mkin_*.tar.gz packages in current directory - check and test (test.log unchanged) | |||||
2016-12-08 | Static documentation articles rebuilt by pkgdown::build_articles() | Johannes Ranke | 1 | -2/+9 | |
Split out an extra pd_articles target in the Makefile | |||||
2016-11-18 | Don't run pkdown::build_site() in r-forge target | Johannes Ranke | 1 | -1/+1 | |
It just takes too long, so control is needed |