aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2020-12-19Possibility to override automatic starting parameters for saemJohannes Ranke1-4/+10
2020-12-19Update docsJohannes Ranke6-17/+263
2020-12-19Dimethenamid data, normalisation optionsJohannes Ranke14-22/+254
2020-12-17Remove two skipped (on Travis) tests to reduce noiseJohannes Ranke3-217/+1
2020-12-17Another attempt to install saemixextension from my branchJohannes Ranke1-1/+1
2020-12-17nlme with varConstProp has been publishedJohannes Ranke1-4/+1
so no need to explicitly install it on Travis any more But as I reset my master branch of saemixextension to upstream we need my jr branch with the silent logLik method
2020-12-17Some package switched from git2r to gertJohannes Ranke1-0/+1
so we need libgit2-dev on the system
2020-12-16And add the second candidate modelJohannes Ranke4-1/+30
2020-12-16and update docsJohannes Ranke4-22/+19
2020-12-16Print the model not the data for D24Johannes Ranke1-1/+1
2020-12-16Add printout of d24 model and update docsJohannes Ranke12-30/+49
2020-12-15Remove leftoversJohannes Ranke1-3/+2
2020-12-11Update README for cgit.jrwb.deJohannes Ranke1-6/+54
2020-12-11Update static docsJohannes Ranke19-137/+406
2020-12-10nlme with varConstProp is releasedJohannes Ranke2-2/+5
Also fix incompatibility with saem fits from earlier mkin versions
2020-12-10Tried to find a fast test for deSolve in saemixJohannes Ranke2-2/+7
But could not find one.
2020-12-10Add a test for saemix with deSolveJohannes Ranke3-17/+32
But skip the test as it takes too long to always run
2020-12-09Make saem using mkinpredict work againJohannes Ranke4-67/+78
I threw out mclapply as it did not play well with the linear algebra routines used in the saemix code. Most of the change is actually indentation in the code creating the model function. But there is an important fix in mkinpredict which I had broken.
2020-12-09Some test fixesJohannes Ranke4-44/+11
2020-12-09Add more tests and fix HS in saemJohannes Ranke6-1224/+1318
2020-12-09Fix a test I accidentally brokeJohannes Ranke2-18/+13
2020-12-09And moreJohannes Ranke3-1/+16
2020-12-09Any yet more testsJohannes Ranke5-17/+36
2020-12-09Update test output and reduce precision for travisJohannes Ranke4-27/+27
2020-12-09More testsJohannes Ranke10-2613/+1533
2020-12-09Try other mixed fits for vdiffr on travisJohannes Ranke4-4810/+1290
2020-12-09Test print method for mixed.mmkinJohannes Ranke4-4/+34
2020-12-09Make tests more robust, remove two redundant onesJohannes Ranke4-44/+22
2020-12-09Fix tests and rerunJohannes Ranke5-111/+98
2020-12-09Some more tests that may work on travis nowJohannes Ranke2-27/+28
2020-12-09Some more testsJohannes Ranke6-69/+196
2020-12-09Don't test on devel, skip failing vdiffr testsJohannes Ranke2-2/+1
I can test on R-devel locally for preparing releases
2020-12-08Test plots on R-release and cache packages againJohannes Ranke24-3138/+3139
2020-12-08Do not cache packagesJohannes Ranke1-2/+0
2020-12-08Install svglite from github on travisJohannes Ranke1-0/+1
2020-12-08Try to figure out while vdiffr failsJohannes Ranke1-4/+4
2020-12-08mixed.mmkin and test coverageJohannes Ranke24-88/+10487
2020-12-07Updates after inline 0.3.17 has been releasedJohannes Ranke2-2/+2
2020-12-07Possibility to use saemix transformations in some casesJohannes Ranke1-45/+127
Namely for SFO, DFOP, SFO-SFO and DFOP-SFO
2020-12-07Attempt to be more failsafe in saemix runsJohannes Ranke1-2/+8
2020-12-03Small doc improvementJohannes Ranke1-2/+2
2020-12-02Possibility to specify random effects structuresJohannes Ranke4-40/+33
The default is pdDiag again, as we often have a small number of datasets in degradation kinetics.
2020-11-30Complete rebuild of static docs of dev versionJohannes Ranke120-2656/+957
2020-11-30Log-Cholesky parameterisation as default in nlme.mmkinJohannes Ranke9-58/+86
2020-11-27Update static docsJohannes Ranke4-6/+7
2020-11-27Merge branch 'saving_compiled_code'Johannes Ranke7-67/+137
2020-11-27Closes #11Johannes Ranke1-0/+2
2020-11-27Improved way to have persistent DLLs for mkinmodJohannes Ranke7-51/+67
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-24Support storing mkinmod compiled code as CFunc objectsJohannes Ranke8-66/+120
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-20export create_deg_funcJohannes Ranke2-0/+2

Contact - Imprint