<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mkin/NAMESPACE, branch v0.9-37</title>
<subtitle>Fitting kinetic models to chemical degradation data (also on github)</subtitle>
<id>https://cgit.jrwb.de/mkin/atom?h=v0.9-37</id>
<link rel='self' href='https://cgit.jrwb.de/mkin/atom?h=v0.9-37'/>
<link rel='alternate' type='text/html' href='https://cgit.jrwb.de/mkin/'/>
<updated>2015-06-20T01:59:56Z</updated>
<entry>
<title>Low-level generation of compiled models</title>
<updated>2015-06-20T01:59:56Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2015-06-19T23:06:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit.jrwb.de/mkin/commit/?id=062b9cc1d084e8bb5e552076fc48ade4b3050644'/>
<id>urn:sha1:062b9cc1d084e8bb5e552076fc48ade4b3050644</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>Add a vignette showing the performance of compiled models</title>
<updated>2015-04-17T22:06:38Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2015-04-17T22:06:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit.jrwb.de/mkin/commit/?id=a26b44d15c11ebb41083fc2efab0cc91a027b55b'/>
<id>urn:sha1:a26b44d15c11ebb41083fc2efab0cc91a027b55b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Compile differential equation models with ccSolve package</title>
<updated>2015-04-14T17:50:57Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2015-04-14T17:50:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit.jrwb.de/mkin/commit/?id=b21c601052f85e392e48d903b8903a1a392fe786'/>
<id>urn:sha1:b21c601052f85e392e48d903b8903a1a392fe786</id>
<content type='text'>
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
</content>
</entry>
<entry>
<title>Avoid NOTES in R CMD check</title>
<updated>2015-02-21T05:56:35Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2015-02-21T05:56:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit.jrwb.de/mkin/commit/?id=42739646dc36ff74d43b638fc2c4f5259496e2b9'/>
<id>urn:sha1:42739646dc36ff74d43b638fc2c4f5259496e2b9</id>
<content type='text'>
- Export S3 methods
- Avoid using undeclared variable names
</content>
</entry>
<entry>
<title>McCall 2,4,5-T dataset, lower bound for transform_rates=FALSE</title>
<updated>2014-04-25T16:43:51Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2014-04-25T16:43:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit.jrwb.de/mkin/commit/?id=59e2c3b5ce470ace53b93ad5e6e7d9acbfe86f21'/>
<id>urn:sha1:59e2c3b5ce470ace53b93ad5e6e7d9acbfe86f21</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- Fixed the NOTES listed by R CMD check</title>
<updated>2013-09-25T09:18:52Z</updated>
<author>
<name>jranke</name>
<email>jranke@edb9625f-4e0d-4859-8d74-9fd3b1da38cb</email>
</author>
<published>2013-09-25T09:18:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit.jrwb.de/mkin/commit/?id=5da266adcf184c7922fd595eda24599621f92565'/>
<id>urn:sha1:5da266adcf184c7922fd595eda24599621f92565</id>
<content type='text'>
Candidate for publication on CRAN

git-svn-id: svn+ssh://svn.r-forge.r-project.org/svnroot/kinfit/pkg/mkin@97 edb9625f-4e0d-4859-8d74-9fd3b1da38cb
</content>
</entry>
<entry>
<title>- Testing of the new fitting process with transformed parameters shows that it is </title>
<updated>2012-04-11T15:49:50Z</updated>
<author>
<name>jranke</name>
<email>jranke@edb9625f-4e0d-4859-8d74-9fd3b1da38cb</email>
</author>
<published>2012-04-11T15:49:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit.jrwb.de/mkin/commit/?id=5587e833e0898e687466129dbc14950ddd58f1e0'/>
<id>urn:sha1:5587e833e0898e687466129dbc14950ddd58f1e0</id>
<content type='text'>
  less stable than the way of fitting used in mkin 0.8. Presumably this is due
  to the frequent presence of products of two parameters (formation fractions and kinetic
  rate constants) in the differential equations.
- mkinmod documentation was adapted to the new version
- Introduce vim fold markers to the mkinmod source for convenience




git-svn-id: svn+ssh://svn.r-forge.r-project.org/svnroot/kinfit/pkg/mkin@24 edb9625f-4e0d-4859-8d74-9fd3b1da38cb
</content>
</entry>
<entry>
<title>- Fitting and summaries now work with the new parameter transformations.</title>
<updated>2012-04-10T21:50:22Z</updated>
<author>
<name>jranke</name>
<email>jranke@edb9625f-4e0d-4859-8d74-9fd3b1da38cb</email>
</author>
<published>2012-04-10T21:50:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit.jrwb.de/mkin/commit/?id=c1144753adfa0809003085009ebd85f8af9beda8'/>
<id>urn:sha1:c1144753adfa0809003085009ebd85f8af9beda8</id>
<content type='text'>
- The SFORB models with metabolites is broken (see TODO)
- Moved the vignette to the location recommended since R 2.14
- Added the missing documentation
- Commented out the schaefer_complex_case test, as this version of
  mkin is not able to fit a model without sink and therefore 
  mkin estimated parameters are quite different




git-svn-id: svn+ssh://svn.r-forge.r-project.org/svnroot/kinfit/pkg/mkin@22 edb9625f-4e0d-4859-8d74-9fd3b1da38cb
</content>
</entry>
</feed>
