<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mkin/R, branch main</title>
<subtitle>Fitting kinetic models to chemical degradation data (also on github)</subtitle>
<id>https://erac.jrwb.de/mkin/atom?h=main</id>
<link rel='self' href='https://erac.jrwb.de/mkin/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://erac.jrwb.de/mkin/'/>
<updated>2026-09-07T11:45:39Z</updated>
<entry>
<title>Add DTx function, check and test</title>
<updated>2026-09-07T11:45:39Z</updated>
<author>
<name>Ranke Johannes</name>
<email>johannes.ranke@agroscope.admin.ch</email>
</author>
<published>2026-09-07T11:45:39Z</published>
<link rel='alternate' type='text/html' href='https://erac.jrwb.de/mkin/commit/?id=48d9cad339394c3aa0d730d9a27b1c0680ce13e8'/>
<id>urn:sha1:48d9cad339394c3aa0d730d9a27b1c0680ce13e8</id>
<content type='text'>
The tolerance of one test had to be increased in test_deSolve.R,
and four vdiffr snapshots with negligible differences were updated.

Tests run with a maximum of 16 cores when running in the Agroscope
Apptainer environment.
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'refs/remotes/origin/main'</title>
<updated>2026-06-22T13:53:43Z</updated>
<author>
<name>Ranke Johannes</name>
<email>johannes.ranke@agroscope.admin.ch</email>
</author>
<published>2026-06-22T13:53:43Z</published>
<link rel='alternate' type='text/html' href='https://erac.jrwb.de/mkin/commit/?id=46735d7a6d429bb0c50f951763797f321a0d77ca'/>
<id>urn:sha1:46735d7a6d429bb0c50f951763797f321a0d77ca</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Avoid uninformative warning</title>
<updated>2026-06-22T13:52:45Z</updated>
<author>
<name>Ranke Johannes</name>
<email>johannes.ranke@agroscope.admin.ch</email>
</author>
<published>2026-06-22T13:52:45Z</published>
<link rel='alternate' type='text/html' href='https://erac.jrwb.de/mkin/commit/?id=a18b7e5968e25c41a18ca3e6ba5d01a96e9eb408'/>
<id>urn:sha1:a18b7e5968e25c41a18ca3e6ba5d01a96e9eb408</id>
<content type='text'>
This warning is currently triggered in the examples for IORE.solution.
</content>
</entry>
<entry>
<title>Add two-component error model to 2,4-D example</title>
<updated>2025-11-28T08:49:35Z</updated>
<author>
<name>Johannes Ranke</name>
<email>johannes.ranke@jrwb.de</email>
</author>
<published>2025-11-28T08:47:18Z</published>
<link rel='alternate' type='text/html' href='https://erac.jrwb.de/mkin/commit/?id=1519d761ebb8c10350402b294907102d960b15a2'/>
<id>urn:sha1:1519d761ebb8c10350402b294907102d960b15a2</id>
<content type='text'>
Also, explain the names of the metabolites.
</content>
</entry>
<entry>
<title>Example evaluation of D24_2014, improve docs</title>
<updated>2025-11-28T08:20:07Z</updated>
<author>
<name>Johannes Ranke</name>
<email>johannes.ranke@jrwb.de</email>
</author>
<published>2025-11-28T08:20:07Z</published>
<link rel='alternate' type='text/html' href='https://erac.jrwb.de/mkin/commit/?id=fe411af3dbed474d9e5b3cc1d509f66bd76f7319'/>
<id>urn:sha1:fe411af3dbed474d9e5b3cc1d509f66bd76f7319</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refactor for code readability</title>
<updated>2025-09-13T07:08:43Z</updated>
<author>
<name>Johannes Ranke</name>
<email>johannes.ranke@jrwb.de</email>
</author>
<published>2025-09-13T07:08:43Z</published>
<link rel='alternate' type='text/html' href='https://erac.jrwb.de/mkin/commit/?id=a5a73e8d76faff5983399386de571431e8824636'/>
<id>urn:sha1:a5a73e8d76faff5983399386de571431e8824636</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Facilitate centering covariates</title>
<updated>2025-09-12T20:16:13Z</updated>
<author>
<name>Johannes Ranke</name>
<email>johannes.ranke@jrwb.de</email>
</author>
<published>2025-09-12T20:16:13Z</published>
<link rel='alternate' type='text/html' href='https://erac.jrwb.de/mkin/commit/?id=17af45b984d348505527140470c7fff204748ea6'/>
<id>urn:sha1:17af45b984d348505527140470c7fff204748ea6</id>
<content type='text'>
The motivation for this is to obtain confidence intervals for
covariate dependent parameters that are valid for a median/mean
value of the covariate.

Implementation by adding an argument to the 'saem' function, and
adapting the relevant functions working with 'saem' objects.

Vignettes, the template and tests were updated to use the new functionality.
</content>
</entry>
<entry>
<title>Fix solution type "deSolve" for a special case</title>
<updated>2025-02-16T16:29:28Z</updated>
<author>
<name>Johannes Ranke</name>
<email>johannes.ranke@jrwb.de</email>
</author>
<published>2025-02-16T16:27:18Z</published>
<link rel='alternate' type='text/html' href='https://erac.jrwb.de/mkin/commit/?id=4f62f39b8979cb3a5c52d65d425e530dc0770665'/>
<id>urn:sha1:4f62f39b8979cb3a5c52d65d425e530dc0770665</id>
<content type='text'>
The special case occurs if not observed data for time zero
are available. Fixes #16. Write NEWS and update docs.

A lot of html was regenerated, because I had checked out
the main branch in between, which made pkgdown believe that
I have changed the help files.
</content>
</entry>
<entry>
<title>Axis legend formatting, update vignettes</title>
<updated>2025-02-13T18:20:04Z</updated>
<author>
<name>Johannes Ranke</name>
<email>johannes.ranke@jrwb.de</email>
</author>
<published>2025-02-13T15:30:31Z</published>
<link rel='alternate' type='text/html' href='https://erac.jrwb.de/mkin/commit/?id=6476f5f49b373cd4cf05f2e73389df83e437d597'/>
<id>urn:sha1:6476f5f49b373cd4cf05f2e73389df83e437d597</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'devel'</title>
<updated>2025-02-13T13:45:54Z</updated>
<author>
<name>Johannes Ranke</name>
<email>johannes.ranke@jrwb.de</email>
</author>
<published>2025-02-13T13:45:54Z</published>
<link rel='alternate' type='text/html' href='https://erac.jrwb.de/mkin/commit/?id=480c5cf42e07a7a62cf1afdb47c44ee2d04f120f'/>
<id>urn:sha1:480c5cf42e07a7a62cf1afdb47c44ee2d04f120f</id>
<content type='text'>
</content>
</entry>
</feed>
