<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mkin/R, branch v1.2.4</title>
<subtitle>Fitting kinetic models to chemical degradation data (also on github)</subtitle>
<id>https://erac.jrwb.de/mkin/atom?h=v1.2.4</id>
<link rel='self' href='https://erac.jrwb.de/mkin/atom?h=v1.2.4'/>
<link rel='alternate' type='text/html' href='https://erac.jrwb.de/mkin/'/>
<updated>2023-05-19T15:10:16Z</updated>
<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>Fix obtaining endpoints for user defined covariate values</title>
<updated>2023-05-08T06:44:36Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2023-05-08T06:44:36Z</published>
<link rel='alternate' type='text/html' href='https://erac.jrwb.de/mkin/commit/?id=c931057ce8f05d3a0dfefea72b73903efb82e900'/>
<id>urn:sha1:c931057ce8f05d3a0dfefea72b73903efb82e900</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'v1.2.3_pkgdown'</title>
<updated>2023-04-20T18:17:12Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2023-04-20T18:17:12Z</published>
<link rel='alternate' type='text/html' href='https://erac.jrwb.de/mkin/commit/?id=7b7c4bf493ba15824ea43bed764661678b4aca03'/>
<id>urn:sha1:7b7c4bf493ba15824ea43bed764661678b4aca03</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Post release changes to the docs</title>
<updated>2023-04-17T19:58:17Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2023-04-17T19:53:49Z</published>
<link rel='alternate' type='text/html' href='https://erac.jrwb.de/mkin/commit/?id=ee8c8a53903de1a0f480060900b706022af091b6'/>
<id>urn:sha1:ee8c8a53903de1a0f480060900b706022af091b6</id>
<content type='text'>
The cyantraniliprole and dmta pathway vignettes were not working any
more with the latest changes in deSolve and mkin. All docs need a
rebuild.
</content>
</entry>
<entry>
<title>Improve docs of multistart method</title>
<updated>2023-04-17T17:39:09Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2023-04-17T17:39:09Z</published>
<link rel='alternate' type='text/html' href='https://erac.jrwb.de/mkin/commit/?id=004fce2520d6889d82226e21bc443426e81d93f2'/>
<id>urn:sha1:004fce2520d6889d82226e21bc443426e81d93f2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Suppress a warning about a path "(embedding)"</title>
<updated>2023-04-16T15:47:10Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2023-04-16T15:47:10Z</published>
<link rel='alternate' type='text/html' href='https://erac.jrwb.de/mkin/commit/?id=4140236154f35ccd99b22551947269348dc748db'/>
<id>urn:sha1:4140236154f35ccd99b22551947269348dc748db</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Increase test coverage</title>
<updated>2023-04-15T18:00:00Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2023-04-15T18:00:00Z</published>
<link rel='alternate' type='text/html' href='https://erac.jrwb.de/mkin/commit/?id=f215080efba4097ccdaa2d1208edd36c26d7978a'/>
<id>urn:sha1:f215080efba4097ccdaa2d1208edd36c26d7978a</id>
<content type='text'>
Also, using mkin analytical solutions for more than one observed
variable is not supported (but could be if out_values would be
reordered).
</content>
</entry>
<entry>
<title>Make predefined symbols safer</title>
<updated>2023-04-15T13:35:06Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2023-04-15T13:35:06Z</published>
<link rel='alternate' type='text/html' href='https://erac.jrwb.de/mkin/commit/?id=b0b710ee9f9bb9bbe9708676d0c5822465e02203'/>
<id>urn:sha1:b0b710ee9f9bb9bbe9708676d0c5822465e02203</id>
<content type='text'>
We still need to create a parallel processing cluster _after_ creating a
compiled model that is moved to a user defined location, at least I did
not find another way to make it work. This is not a problem with
parallel processing without a cluster, which is not available on
Windows.
</content>
</entry>
<entry>
<title>Don't try(mkinpredict), it would still error later</title>
<updated>2023-04-15T12:43:07Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2023-04-15T12:43:07Z</published>
<link rel='alternate' type='text/html' href='https://erac.jrwb.de/mkin/commit/?id=50ea6d11f8c79218c98ee8ae56d8bdcd42cc703a'/>
<id>urn:sha1:50ea6d11f8c79218c98ee8ae56d8bdcd42cc703a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make using predefined symbols optional</title>
<updated>2023-04-15T06:41:37Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2023-04-15T06:41:37Z</published>
<link rel='alternate' type='text/html' href='https://erac.jrwb.de/mkin/commit/?id=f20a9d81cbcd514ed629b69364cd85a72ac06e95'/>
<id>urn:sha1:f20a9d81cbcd514ed629b69364cd85a72ac06e95</id>
<content type='text'>
I got crashes under some circumstances when using symbols stored in the
mkinmod object. One such circumstance was the use of a moved DLL in
combination with parallel computing on a cluster. As I cannot exactly
define at the moment when this happens, it is better to make this
an opt in.
</content>
</entry>
</feed>
