Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-11-18 | Static documentation rebuilt by pkgdown::build_site(run_dont_run = TRUE) | Johannes Ranke | 1 | -2/+2 | |
Using branch 'jranke' on jranke/pkgdown, fixing issues hadley/pgkdown#178 and hadley/pkgdown#213 Remove plot=TRUE from mkinfit calls also in dontrun sections of examples to avoid a flood png files documenting the progress of the fit. | |||||
2016-11-04 | Complete migration staticdocs -> pkgdown | Johannes Ranke | 1 | -7/+2 | |
2016-10-26 | Static documentation rebuilt by pkgdown::build_site() | Johannes Ranke | 1 | -1/+1 | |
2016-10-06 | Static documentation rebuilt by pkgdown::build_site() | Johannes Ranke | 1 | -1/+1 | |
2016-10-06 | Static documentation rebuilt by pkgdown::build_site() | Johannes Ranke | 1 | -1/+6 | |
2016-09-28 | Add drat target and rebuild for drat | Johannes Ranke | 1 | -0/+3 | |
2016-09-10 | Static documentation rebuilt by staticdocs::build_site() | Johannes Ranke | 1 | -3/+1 | |
2016-06-28 | Test the package using devtools to get a test.log | Johannes Ranke | 1 | -2/+1 | |
2016-06-28 | The location of my local svn directory has changed | Johannes Ranke | 1 | -1/+1 | |
2016-06-28 | Do not watch vignettes for builds without rebuilding them | Johannes Ranke | 1 | -1/+1 | |
This avoids the situation that a new function is needed in a vignette but the first thing that the build tries to do is building it. | |||||
2016-06-24 | Convert main vignette to Rmd/html, add_err(), fixes | Johannes Ranke | 1 | -1/+1 | |
2015-11-13 | Add plots to compiled_models vignette, rebuild staticdocs | Johannes Ranke | 1 | -2/+2 | |
2015-11-09 | Rebuild vignettes and static documentation | Johannes Ranke | 1 | -8/+7 | |
2015-11-09 | Do not include unnecessary mathjax in README.html | Johannes Ranke | 1 | -1/+1 | |
2015-10-02 | Some maintenance | Johannes Ranke | 1 | -2/+1 | |
2015-08-22 | Generate README.html for my cgit setup on jrwb.de | Johannes Ranke | 1 | -3/+6 | |
2015-07-22 | index.r for grouping help topics in static documentation | Johannes Ranke | 1 | -5/+3 | |
2015-07-20 | Avoid error message for SFORB in endpoints, updates | Johannes Ranke | 1 | -0/+4 | |
2015-07-01 | Corrections in the clean target | Johannes Ranke | 1 | -2/+2 | |
2015-06-30 | Improve calculation of DT90 in endpoints(), check and test | Johannes Ranke | 1 | -0/+4 | |
2015-06-29 | Do not include plots and R output in README | Johannes Ranke | 1 | -4/+0 | |
This does not get rendered properly on CRAN, and is easily replaced by links to the static documentation on R-Forge. | |||||
2015-06-26 | Rebuilding vignettes with current version is up to the user | Johannes Ranke | 1 | -2/+2 | |
2015-06-26 | Copy README figures before starting interactive R for staticdocs | Johannes Ranke | 1 | -2/+2 | |
2015-06-26 | Pass R CMD check --as-cran, vignette rebuild | Johannes Ranke | 1 | -2/+2 | |
2015-06-26 | More plotting in help files, fix Make- and .*ignore files | Johannes Ranke | 1 | -4/+5 | |
2015-06-25 | Small fixes | Johannes Ranke | 1 | -1/+1 | |
2015-06-25 | Do not convert NEWS.md any more as it is now rendered on CRAN | Johannes Ranke | 1 | -4/+1 | |
via wch/r-source@9ffe87264a1cd59a31a829f72d57af0f1bfa327a | |||||
2015-06-25 | Rename quick install target to quickinstall | Johannes Ranke | 1 | -1/+1 | |
2015-06-25 | Fix build targets in Makefile | Johannes Ranke | 1 | -1/+0 | |
2015-06-24 | Staticdocs site_path argument in build_site() now works | Johannes Ranke | 1 | -7/+6 | |
This long-standing issue finally got fixed in 2f56137fc9ba60bfea54e575d233f4e696bb8a5a | |||||
2015-06-23 | Version bump, keep logs of build, check and test | Johannes Ranke | 1 | -3/+3 | |
2015-06-23 | Remove Rplots.pdf that is being built by staticdocs | Johannes Ranke | 1 | -0/+2 | |
2015-06-23 | Also copy figures generated by README.Rmd for staticdocs index | Johannes Ranke | 1 | -1/+1 | |
2015-06-23 | Rename the check-no-vignettes target to quickcheck | Johannes Ranke | 1 | -2/+2 | |
and do not check using the --as-cran option to skip the check for CRAN incoming feasibility. | |||||
2015-06-22 | Another reorganisation of vignette building by GNUmakefile | Johannes Ranke | 1 | -20/+29 | |
2015-06-22 | Watch the vignettes built locally as well for building | Johannes Ranke | 1 | -0/+2 | |
2015-06-22 | Version bump, correct benchmark in vignette/compiled_models | Johannes Ranke | 1 | -27/+10 | |
Reorganisation of the vignette generation in the Makefile. Improved YAML header in the R markdown vignettes. Rebuilt vignettes with the package installed. | |||||
2015-06-20 | Low-level generation of compiled models | Johannes Ranke | 1 | -1/+5 | |
As it is unclear if and when ccSolve will be published on CRAN, the generation, compilation and use of the C version of the system of differential equations was developed for mkin, inspired and guided by the code from the ccSolve package. Many thanks again to Karline Soetaert for all of her work on this and other R packages. Now all model types, including the Hockey-Stick model for the parent compund and the IORE model for parent and/or metabolites can be compiled. | |||||
2015-06-05 | Add a simple vignette with an evaluation of FOCUS D | Johannes Ranke | 1 | -1/+4 | |
2015-05-19 | Include output in README, use mkinsub() in example code | Johannes Ranke | 1 | -1/+4 | |
2015-05-18 | Make checking faster, testing is done by tests | Johannes Ranke | 1 | -1/+1 | |
2015-05-15 | Merge branch 'master' into compile_odes | Johannes Ranke | 1 | -1/+1 | |
2015-05-15 | Remove missing files from svn before commiting to r-forge | Johannes Ranke | 1 | -1/+1 | |
2015-05-15 | Merge branch 'master' into compile_odes | Johannes Ranke | 1 | -4/+5 | |
Conflicts (resolved manually, deleting code that I had integrated into the RUnit tests for testing the compiled version): .gitignore DESCRIPTION inst/unitTests/runit.mkinerrmin.R inst/unitTests/runit.mkinfit.R tests/testthat/test_mkinpredict_SFO_SFO.R vignettes/FOCUS_L.html | |||||
2015-05-15 | Better description of the release procedure | Johannes Ranke | 1 | -2/+2 | |
2015-05-15 | Finished migration from RUnit to testthat | Johannes Ranke | 1 | -0/+1 | |
2015-05-14 | Start of migration from RUnit to testthat | Johannes Ranke | 1 | -2/+2 | |
2015-04-18 | Add a vignette showing the performance of compiled models | Johannes Ranke | 1 | -1/+4 | |
2014-08-25 | Remove intermediate vignette files when cleaning | Johannes Ranke | 1 | -0/+1 | |
2014-07-21 | Bugfix, model shorthand, state.ini[[1]] from observed data | Johannes Ranke | 1 | -4/+11 | |
- The bug occurred when using transform_rates=FALSE for FOMC, DFOP or HS - Make it possible to use mkinfit("SFO", ...) - Take initial mean value at time zero for the variable with the highest value in the observed data - Update of vignette/FOCUS_L - Improve the Makefile to build single vignettes |