aboutsummaryrefslogtreecommitdiff
path: root/man
AgeCommit message (Collapse)AuthorFilesLines
2016-03-23Added 'from_max_mean' to 'mkinfit'.Johannes Ranke1-0/+8
- Now it is easier to do decline kinetics from the maximum occurrence - Static documentation rebuilt by staticdocs::build_site() - Fixed an URL in the README, thanks to the win-builder check with R-devel
2015-11-09Exclude more mkinmod examples, as winbuilder NOTEs > 5 sJohannes Ranke1-1/+1
2015-11-09Rebuild vignettes and static documentationJohannes Ranke1-2/+1
2015-10-19Add the R6 class mkindsJohannes Ranke2-0/+53
2015-10-19Add a print method for mkinmod objectsJohannes Ranke1-0/+19
2015-10-16Full compound names in models that are shown in the plotJohannes Ranke2-2/+14
2015-07-22Remove periods in help file titlesJohannes Ranke7-7/+7
2015-07-20Use UTF-8 in the Schaefer 07 help fileJohannes Ranke1-2/+2
2015-07-20Updates and fixes to documentationJohannes Ranke4-4/+3
2015-07-20Remove Rdversion tag that disappeared from "Writing R extensions"Johannes Ranke13-13/+0
2015-06-29Quiet fitting in examples and more links for static docs.Johannes Ranke9-11/+22
2015-06-26Pass R CMD check --as-cran, vignette rebuildJohannes Ranke2-3/+6
2015-06-26More plotting in help files, fix Make- and .*ignore filesJohannes Ranke6-20/+12
2015-06-26Subsetting and plotting for mmkin objectsJohannes Ranke3-3/+89
Including documentation and documentation improvements for mmkin().
2015-06-25Fix fitting with parLapply, doc fixJohannes Ranke1-0/+1
2015-06-25Add mmkin for testingJohannes Ranke1-0/+64
2015-06-23Fix the changed documentationJohannes Ranke1-3/+4
2015-06-23Small documenation changesJohannes Ranke3-10/+12
2015-06-23Hopefully fix compiling on Solaris, verbose optionJohannes Ranke1-2/+11
- Only declare the time variable in the C code when needed in the derivatives. - Add the option to show verbose output of cfunction() when compiling the model to a shared library.
2015-06-23Improve formatting of \dontrun sectionJohannes Ranke1-2/+4
2015-06-20Reorganize transform_odeparms example, reduce check timeJohannes Ranke1-1/+5
2015-06-20Low-level generation of compiled modelsJohannes Ranke2-3/+3
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-05Make the examples that are run more quietJohannes Ranke1-2/+2
2015-05-19Include output in README, use mkinsub() in example codeJohannes Ranke2-15/+33
2015-05-18Make checking faster, testing is done by testsJohannes Ranke3-13/+10
2015-05-15Merge branch 'master' into compile_odesJohannes Ranke1-0/+1
2015-05-15Reduce time to run mkinfit exampleJohannes Ranke1-0/+2
2015-05-15Make mkinmod quiet in testsJohannes Ranke1-1/+4
2015-05-15Merge branch 'master' into compile_odesJohannes Ranke1-0/+65
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-15Add synthetic data generated for UBA expertise, testsJohannes Ranke1-0/+65
The new tests are based on the results documented in the expertise I wrote for the UBA (currently unpublished).
2015-04-18Add a vignette showing the performance of compiled modelsJohannes Ranke2-7/+11
2015-04-16Update copyright header, improve documentation of solution_typeJohannes Ranke1-2/+3
2015-04-16Check compiled mkinmod versions in examples and testsJohannes Ranke2-4/+41
Tests all pass (Linux)
2015-04-16Correctly close braces of examples sectionJohannes Ranke1-0/+1
2015-04-14Compile differential equation models with ccSolve packageJohannes Ranke1-2/+3
If the ccSolve package is available, and time is not in the right hand side of the equations (i.e. if only SFO and SFORB models are used), the differential equation model is compiled from auto-generated C code. Currently, one test (FOCUS 2006 D SFO_SFO) fails
2014-11-23Use model as in the original publicationJohannes Ranke1-1/+1
2014-11-13Fix code/documentation mismatchJohannes Ranke1-2/+2
2014-11-13Expand the IORE example a bitJohannes Ranke1-3/+4
2014-11-12Add a hint about equivalence of FOMC and IORE modelsJohannes Ranke1-0/+2
2014-11-12Add an IORE example for parent decline kineticsJohannes Ranke1-0/+4
2014-11-12Fix for IORE in mkinmodJohannes Ranke1-0/+5
2014-11-12Merge branch 'master' of https://github.com/jranke/mkin into ioreJohannes Ranke1-1/+1
2014-11-12IORE working for parent and metabolites, introduce mkinsubJohannes Ranke2-0/+50
2014-11-12Fix the typo in the help page, tooJohannes Ranke1-1/+1
2014-11-12Merge branch 'master' into ioreJohannes Ranke4-23/+60
2014-10-29Correct name of the DFOP model according to FOCUS kineticsJohannes Ranke1-1/+1
2014-10-15Switch to using the Port algorithm per defaultJohannes Ranke1-12/+12
2014-10-14Add a comment about transforming fractionsJohannes Ranke1-4/+10
2014-08-25Bug fix and unit tests for mkinerrminJohannes Ranke1-0/+10
See NEWS.md for details
2014-07-24Improve formulationJohannes Ranke1-1/+1

Contact - Imprint