<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mkin/docs/dev/sitemap.xml, branch v1.0.3</title>
<subtitle>Fitting kinetic models to chemical degradation data (also on github)</subtitle>
<id>https://erac.jrwb.de/mkin/atom?h=v1.0.3</id>
<link rel='self' href='https://erac.jrwb.de/mkin/atom?h=v1.0.3'/>
<link rel='alternate' type='text/html' href='https://erac.jrwb.de/mkin/'/>
<updated>2020-12-19T11:24:43Z</updated>
<entry>
<title>Update docs</title>
<updated>2020-12-19T11:24:43Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2020-12-19T11:24:43Z</published>
<link rel='alternate' type='text/html' href='https://erac.jrwb.de/mkin/commit/?id=e2aa453b1d5535ceb2d0d7b042d2c3b68c6298d1'/>
<id>urn:sha1:e2aa453b1d5535ceb2d0d7b042d2c3b68c6298d1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update static docs</title>
<updated>2020-12-11T14:39:43Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2020-12-11T14:39:43Z</published>
<link rel='alternate' type='text/html' href='https://erac.jrwb.de/mkin/commit/?id=c6a1733974334b4e97a27170c60e481dc9e9f35d'/>
<id>urn:sha1:c6a1733974334b4e97a27170c60e481dc9e9f35d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Depend on parallel, doc improvements</title>
<updated>2020-11-19T14:41:24Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2020-11-19T14:41:24Z</published>
<link rel='alternate' type='text/html' href='https://erac.jrwb.de/mkin/commit/?id=db9ae6a0c9cecb92048fde6f06af1da183c09b5f'/>
<id>urn:sha1:db9ae6a0c9cecb92048fde6f06af1da183c09b5f</id>
<content type='text'>
By depending on parallel instead of importing it, functions to set up
and stop a cluster are always available when mkin is loaded.

The use of multicore processing in mmkin on Windows is now documented in
the help file, which brings mkin closer to a version 1.0 #9.
</content>
</entry>
<entry>
<title>saemix.mmkin and nlme.mmkin inherit from mixed.mmkin</title>
<updated>2020-11-09T16:24:53Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2020-11-09T16:24:53Z</published>
<link rel='alternate' type='text/html' href='https://erac.jrwb.de/mkin/commit/?id=aa74f5a30853fb0a15c99c283e072f08ee819149'/>
<id>urn:sha1:aa74f5a30853fb0a15c99c283e072f08ee819149</id>
<content type='text'>
With a plot method. The class mixed.mmkin is currently only a virtual
class created to unify the plotting method.
</content>
</entry>
<entry>
<title>Merge plot methods for nlme.mmkin and saem.mmkin</title>
<updated>2020-11-09T15:33:19Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2020-11-09T15:33:19Z</published>
<link rel='alternate' type='text/html' href='https://erac.jrwb.de/mkin/commit/?id=a1631098acfc3352e19c331e568bd6f5766b3c3d'/>
<id>urn:sha1:a1631098acfc3352e19c331e568bd6f5766b3c3d</id>
<content type='text'>
This avoids code duplication
</content>
</entry>
<entry>
<title>Add plot method for saem.mmkin objects</title>
<updated>2020-11-09T13:23:16Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2020-11-09T13:23:16Z</published>
<link rel='alternate' type='text/html' href='https://erac.jrwb.de/mkin/commit/?id=6464d3999338d34c081f360694dbc0bc0abf68cb'/>
<id>urn:sha1:6464d3999338d34c081f360694dbc0bc0abf68cb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update static docs</title>
<updated>2020-11-08T01:59:07Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2020-11-08T01:59:07Z</published>
<link rel='alternate' type='text/html' href='https://erac.jrwb.de/mkin/commit/?id=1c647363430e0db732c23feebe4293dc48978608'/>
<id>urn:sha1:1c647363430e0db732c23feebe4293dc48978608</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Create saem generic for fitting saemix models</title>
<updated>2020-11-07T11:54:58Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2020-11-07T11:54:58Z</published>
<link rel='alternate' type='text/html' href='https://erac.jrwb.de/mkin/commit/?id=2e37905a7bf0d72751ee7326ef05a268989e49b2'/>
<id>urn:sha1:2e37905a7bf0d72751ee7326ef05a268989e49b2</id>
<content type='text'>
The reasons for this decision were
- Creating an saemix generic in the saemix package caused problems with
  roxygen, because functions like saemix.plot.xy were documented in
  their help files as S3 methods, although explicitly exported with
  @export
- Creating an saemix generic in this package is possible, but would
  make it necessary to load samix with exclude = "saemix" in order to
  avoid overwriting the generic when loading saemix.
- The return object of such an saemix generic in this package cannot
  be an S3 class with class attribute c("saemix.mmkin", "SaemixObject")
  similar to nlme.mmkin, as saemix returns an S4 class.
- Extending the S4 class SaemixObject using simple inheritance to
  a class SaemixMmkinObject with additional slots did not work
  as expected.  When the initialize method was left untouched, it
  prevented creation of an SaemixMmkinObject even if it was based
  on an initialised SaemixObject, as the initialize method seems
  to always be called by new(). This could potentially be circumvented
  by a coerce method. If an alternative initialize method was
  used, an SaemixMmkinObject could be created. However, the methods
  written for SaemixObjects only worked in some instances, either
  because they checked for the class, and not for class inheritance
  (like compare.saemix), or because the initialize method was called
  for some reason. Therefore, the idea of creating a derived S4 class
  was abandoned.
- A side effect of this decision is that the introduction of the saem
  generic opens the possibility to use the same generic also for other
  backends like nlmixr with the SAEM algorithm.
</content>
</entry>
<entry>
<title>Add summary method for nlme.mmkin objects</title>
<updated>2020-10-27T14:36:46Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2020-10-27T14:34:14Z</published>
<link rel='alternate' type='text/html' href='https://erac.jrwb.de/mkin/commit/?id=a5874ab7fce4616e80be69366ff0685332f47bf1'/>
<id>urn:sha1:a5874ab7fce4616e80be69366ff0685332f47bf1</id>
<content type='text'>
Improve and update docs
</content>
</entry>
<entry>
<title>Plot method for nlme.mmkin objects</title>
<updated>2020-10-23T22:32:00Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2020-10-23T22:32:00Z</published>
<link rel='alternate' type='text/html' href='https://erac.jrwb.de/mkin/commit/?id=dd80ab5d64bc6b56587b0542dc95e965a3a25590'/>
<id>urn:sha1:dd80ab5d64bc6b56587b0542dc95e965a3a25590</id>
<content type='text'>
Update docs
</content>
</entry>
</feed>
