<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mkin/vignettes, branch v0.9.50.1</title>
<subtitle>Fitting kinetic models to chemical degradation data (also on github)</subtitle>
<id>https://cgit.jrwb.de/mkin/atom?h=v0.9.50.1</id>
<link rel='self' href='https://cgit.jrwb.de/mkin/atom?h=v0.9.50.1'/>
<link rel='alternate' type='text/html' href='https://cgit.jrwb.de/mkin/'/>
<updated>2020-05-11T03:18:32Z</updated>
<entry>
<title>Avoid merge() and data.frame() in cost function</title>
<updated>2020-05-11T03:18:32Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2020-05-11T03:15:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit.jrwb.de/mkin/commit/?id=234c9059a95e104917e488a6ddd2313234a96cdc'/>
<id>urn:sha1:234c9059a95e104917e488a6ddd2313234a96cdc</id>
<content type='text'>
also for deSolve and eigenvalue based solutions. This noticeably increases
performance for these methods, see test.log and benchmark vignette.
</content>
</entry>
<entry>
<title>Default to analytical for coupled models if available</title>
<updated>2020-05-10T19:53:00Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2020-05-10T19:53:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit.jrwb.de/mkin/commit/?id=d113cd79b178fdc91aecb894707ed356129dfb75'/>
<id>urn:sha1:d113cd79b178fdc91aecb894707ed356129dfb75</id>
<content type='text'>
This revealed that transforming rates is necessary for fitting
the analytical solution of the SFO-SFO model to the FOCUS D dataset.

Benchmarks show that fitting coupled models with deSolve got a bit
slower through the latest changes
</content>
</entry>
<entry>
<title>Change implementation of analytical solutions</title>
<updated>2020-05-06T19:33:12Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2020-05-06T19:33:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit.jrwb.de/mkin/commit/?id=1195dfc8bdbf7c131d6c6ec30fedbbe746af1bee'/>
<id>urn:sha1:1195dfc8bdbf7c131d6c6ec30fedbbe746af1bee</id>
<content type='text'>
Preparing for symbolic solutions for more than one compound
</content>
</entry>
<entry>
<title>Add three functions to facilitate the use of nlme</title>
<updated>2020-04-04T14:46:37Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2020-04-04T14:46:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit.jrwb.de/mkin/commit/?id=68f5f5c17e3e1c3f9272b9b663a4d7380433b530'/>
<id>urn:sha1:68f5f5c17e3e1c3f9272b9b663a4d7380433b530</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Compiled models article, reduce distractions</title>
<updated>2020-04-03T08:53:07Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2020-04-02T08:58:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit.jrwb.de/mkin/commit/?id=47ba9ea512b82fb8b31da8ec5558f3c0952d86d4'/>
<id>urn:sha1:47ba9ea512b82fb8b31da8ec5558f3c0952d86d4</id>
<content type='text'>
- Added a section with platform specific notes on getting compiled
models to work to the compiled models article
- Don't return empty SFORB parameter list from endpoints() if there is no
SFORB model
- Avoid warnings when using standardized = TRUE in plot.mmkin()
</content>
</entry>
<entry>
<title>Fix bug in yesterdays release, add methods for BIC</title>
<updated>2019-11-01T11:19:03Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2019-11-01T11:19:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit.jrwb.de/mkin/commit/?id=bbb74d4f60033899cd5cdd36aa70f157bc52209e'/>
<id>urn:sha1:bbb74d4f60033899cd5cdd36aa70f157bc52209e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Static documentation rebuilt by pkgdown</title>
<updated>2019-09-19T10:43:04Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2019-09-19T10:43:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit.jrwb.de/mkin/commit/?id=a7beb73cdfeed34525266d76f424375e1d069a48'/>
<id>urn:sha1:a7beb73cdfeed34525266d76f424375e1d069a48</id>
<content type='text'>
Use lazy = TRUE in the pd target for generating pkgdown documentation
</content>
</entry>
<entry>
<title>Static documentation rebuilt by pkgdown</title>
<updated>2019-09-18T16:30:21Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2019-09-18T16:30:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit.jrwb.de/mkin/commit/?id=1c7b39f3c542de75a1ba685fec3c154bef8a3301'/>
<id>urn:sha1:1c7b39f3c542de75a1ba685fec3c154bef8a3301</id>
<content type='text'>
to check if the link to the pfm package is correctly generated by
pkgdown after preparing the pfm package docs accordingly
</content>
</entry>
<entry>
<title>Add url: tag to _pkgdown.yml</title>
<updated>2019-09-18T16:01:23Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2019-09-18T16:01:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit.jrwb.de/mkin/commit/?id=b2c75fa1f73167d3e3c9c7db1d561dd482090aab'/>
<id>urn:sha1:b2c75fa1f73167d3e3c9c7db1d561dd482090aab</id>
<content type='text'>
Static documentation rebuilt by pkgdown
</content>
</entry>
<entry>
<title>Further corrections of the twa vignette</title>
<updated>2019-09-18T11:23:23Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2019-09-18T11:23:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit.jrwb.de/mkin/commit/?id=a401a9225d212ed4dc64e96765f04aaaf17cc8c1'/>
<id>urn:sha1:a401a9225d212ed4dc64e96765f04aaaf17cc8c1</id>
<content type='text'>
Static documentation rebuilt by pkgdown
</content>
</entry>
</feed>
