<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mkin/vignettes/FOCUS_D.html, branch v1.2.10</title>
<subtitle>Fitting kinetic models to chemical degradation data (also on github)</subtitle>
<id>https://erac.jrwb.de/mkin/atom?h=v1.2.10</id>
<link rel='self' href='https://erac.jrwb.de/mkin/atom?h=v1.2.10'/>
<link rel='alternate' type='text/html' href='https://erac.jrwb.de/mkin/'/>
<updated>2025-02-16T16:29:28Z</updated>
<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>Support observed data as tibble</title>
<updated>2024-12-19T09:59:44Z</updated>
<author>
<name>Ranke Johannes</name>
<email>johannes.ranke@agroscope.admin.ch</email>
</author>
<published>2024-12-19T09:59:44Z</published>
<link rel='alternate' type='text/html' href='https://erac.jrwb.de/mkin/commit/?id=e5aea600fd957955fc3e8e41dbc93bf4f65af803'/>
<id>urn:sha1:e5aea600fd957955fc3e8e41dbc93bf4f65af803</id>
<content type='text'>
Closes #14
</content>
</entry>
<entry>
<title>Prepare release of v1.2.4</title>
<updated>2023-05-19T15:10:16Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2023-05-19T15:08:43Z</published>
<link rel='alternate' type='text/html' href='https://erac.jrwb.de/mkin/commit/?id=cf54ccca37d27480dbf8d59eb027300518f7ad75'/>
<id>urn:sha1:cf54ccca37d27480dbf8d59eb027300518f7ad75</id>
<content type='text'>
- Update DESCRIPTION
- Update Makefile to document how to use R-patched
- Remove markup from two URLs to avoid CRAN NOTE
- Switch two vignettes from html_document to html_vignette to save space
  in the docs directory, also avoiding a CRAN NOTE
- Complete rebuild of pkgdown docs for release
</content>
</entry>
<entry>
<title>Update benchmark results for 7950X</title>
<updated>2023-02-17T20:50:07Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2023-02-17T20:50:07Z</published>
<link rel='alternate' type='text/html' href='https://erac.jrwb.de/mkin/commit/?id=5811ab93d856bb339a35eef2d23266fcb781cbe7'/>
<id>urn:sha1:5811ab93d856bb339a35eef2d23266fcb781cbe7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Finish adapting to upcoming deSolve</title>
<updated>2023-02-17T13:44:29Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2023-02-17T13:44:29Z</published>
<link rel='alternate' type='text/html' href='https://erac.jrwb.de/mkin/commit/?id=d5ff53448c61134c46cc4df9ea88fd86fa376d66'/>
<id>urn:sha1:d5ff53448c61134c46cc4df9ea88fd86fa376d66</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Prebuilt PDF vignettes, summary_listing</title>
<updated>2023-01-09T05:22:04Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2023-01-09T05:22:04Z</published>
<link rel='alternate' type='text/html' href='https://erac.jrwb.de/mkin/commit/?id=24eb77216700cf8b2f2bde3abad84c1f83f9e32a'/>
<id>urn:sha1:24eb77216700cf8b2f2bde3abad84c1f83f9e32a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Some parplot improvements</title>
<updated>2022-12-06T09:33:24Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2022-12-06T09:33:24Z</published>
<link rel='alternate' type='text/html' href='https://erac.jrwb.de/mkin/commit/?id=478c6d5eec4c84b22b43adcbdf36888b302ead00'/>
<id>urn:sha1:478c6d5eec4c84b22b43adcbdf36888b302ead00</id>
<content type='text'>
llquant argument, improved legend text, tests
</content>
</entry>
<entry>
<title>Store DLL info in mkinmod objects for performance</title>
<updated>2022-07-08T15:39:44Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2022-07-08T15:39:44Z</published>
<link rel='alternate' type='text/html' href='https://erac.jrwb.de/mkin/commit/?id=f35e0b3d3b9f41bee2f5cc357afcb69e3aadad15'/>
<id>urn:sha1:f35e0b3d3b9f41bee2f5cc357afcb69e3aadad15</id>
<content type='text'>
Thanks to Tomas Kalibera for his analysis of the problem on the
r-package-devel mailing list and for the suggestion on how to
fix it. See the current benchmark vignette for the new data
on mkin 1.1.1 with R 4.2.1, with unprecedented performance.
</content>
</entry>
<entry>
<title>Make tests more platform independent, update docs</title>
<updated>2022-03-02T17:03:54Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2022-03-02T17:03:54Z</published>
<link rel='alternate' type='text/html' href='https://erac.jrwb.de/mkin/commit/?id=2bb59c88d49b193f278916ad9cc4de83c0de9604'/>
<id>urn:sha1:2bb59c88d49b193f278916ad9cc4de83c0de9604</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Adapt saemix interface to saemix 3.0 on CRAN</title>
<updated>2022-02-09T11:19:14Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2022-02-09T11:19:14Z</published>
<link rel='alternate' type='text/html' href='https://erac.jrwb.de/mkin/commit/?id=d8f31d1323998f33d07535f55c81be380d93ca45'/>
<id>urn:sha1:d8f31d1323998f33d07535f55c81be380d93ca45</id>
<content type='text'>
</content>
</entry>
</feed>
