<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mkin/R, branch v1.0.5</title>
<subtitle>Fitting kinetic models to chemical degradation data (also on github)</subtitle>
<id>https://cgit.jrwb.de/mkin/atom?h=v1.0.5</id>
<link rel='self' href='https://cgit.jrwb.de/mkin/atom?h=v1.0.5'/>
<link rel='alternate' type='text/html' href='https://cgit.jrwb.de/mkin/'/>
<updated>2021-09-15T14:54:49Z</updated>
<entry>
<title>Fix Open EFSA URL, changelog for 1.0.5</title>
<updated>2021-09-15T14:54:49Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2021-09-15T14:54:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit.jrwb.de/mkin/commit/?id=2e77bf144a81852302571009b1fcd41f021eca4c'/>
<id>urn:sha1:2e77bf144a81852302571009b1fcd41f021eca4c</id>
<content type='text'>
The EFSA URL failed on winbuilder because some cookie sets a different
domain, so I am now using \href{} with the full link as link text instead
of \url{}
</content>
</entry>
<entry>
<title>Correction of the dimethenamid dataset</title>
<updated>2021-09-15T09:22:36Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2021-09-15T09:22:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit.jrwb.de/mkin/commit/?id=35eaf4f7bac89b249ff488e4e3021d4226ed9e23'/>
<id>urn:sha1:35eaf4f7bac89b249ff488e4e3021d4226ed9e23</id>
<content type='text'>
The data given in previous mkin versions for "Borstel 2" (Staudenmaier
2013) are in fact a subset of the "Borstel 1" data, with the "Borstel 2"
data simply being further analysed for isomer composition by
Staudenmaier (2013).

While correcting this, the URL of the RAR published by EFSA was
updated, as the EFSA Register of Questions was replaced by the
Open EFSA portal.

This also affects the recent publication in "Environments" [1], where
these two datasets were pooled. However, the influence on the final
results can be expected to be minimal. Out of the 16 observations for
the Borstel soil, five were erroneously duplicated which just changes
the weight of the different sampling points and modifies the variance.
The conclusions of the publication are qualitative and are not
considered to be affected.

[1] https://doi.org/10.3390/environments8080071
</content>
</entry>
<entry>
<title>Version 1.0.4 published yesterday</title>
<updated>2021-04-21T11:11:47Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2021-04-21T11:11:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit.jrwb.de/mkin/commit/?id=c74b79c983fe9fc872bac1262040e82f16049477'/>
<id>urn:sha1:c74b79c983fe9fc872bac1262040e82f16049477</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bug fix in plot.mkinfit</title>
<updated>2021-03-31T17:42:17Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2021-03-31T17:42:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit.jrwb.de/mkin/commit/?id=3a5463672c297b37c3c9135c8b144c48744c05d0'/>
<id>urn:sha1:3a5463672c297b37c3c9135c8b144c48744c05d0</id>
<content type='text'>
In residual plots, use xlab and xlim if appropriate
</content>
</entry>
<entry>
<title>Reset graphical parameters with on.exit()</title>
<updated>2021-02-24T13:58:04Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2021-02-24T13:46:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit.jrwb.de/mkin/commit/?id=64fa10032f99490a5998589161574109484ee769'/>
<id>urn:sha1:64fa10032f99490a5998589161574109484ee769</id>
<content type='text'>
plot.mixed.mmkin did not reset graphical parameters at all. The other
plotting functions did not use on.exit, so this change should make the
use of the plotting functions safer.
</content>
</entry>
<entry>
<title>Improve README, introductory vignette and some other docs</title>
<updated>2021-02-15T14:20:53Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2021-02-15T13:08:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit.jrwb.de/mkin/commit/?id=a9427a09abdf7ce9aaeae7c7190f90c8f2e5ef52'/>
<id>urn:sha1:a9427a09abdf7ce9aaeae7c7190f90c8f2e5ef52</id>
<content type='text'>
Also bump version to 1.0.3.
</content>
</entry>
<entry>
<title>Update for gmkin 0.6.12</title>
<updated>2021-02-13T05:54:46Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2021-02-13T05:54:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit.jrwb.de/mkin/commit/?id=3532d769c1a3561de37e0d10cffa9801fe9df7c6'/>
<id>urn:sha1:3532d769c1a3561de37e0d10cffa9801fe9df7c6</id>
<content type='text'>
mkinfit: Keep model names stored in mkinmod objects, avoiding their loss in gmkin
</content>
</entry>
<entry>
<title>Documentation improvements, mainly fixing example code</title>
<updated>2021-02-04T10:41:06Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2021-02-04T10:24:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit.jrwb.de/mkin/commit/?id=ac183c732317cf6ede26a2ee127604a407f0a6b3'/>
<id>urn:sha1:ac183c732317cf6ede26a2ee127604a407f0a6b3</id>
<content type='text'>
The errors in the example code were in the \dontrun sections, so they
were not caught by CRAN checks. In addition, the static help files
generated with pkgdown were cached, so I noticed the errors only
after completely regenerating the documentation for version 1.0.0.
</content>
</entry>
<entry>
<title>Prepare for v1.0.0</title>
<updated>2021-02-03T17:18:19Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2021-02-03T15:41:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit.jrwb.de/mkin/commit/?id=f0ef23a7598e5d19648ae4edc2b74e0fba27a41c'/>
<id>urn:sha1:f0ef23a7598e5d19648ae4edc2b74e0fba27a41c</id>
<content type='text'>
- Improve authorship and copyright information
- Prepare pkgdown config
- Remove dependence on saemix as we need the development version which
is not ready for CRAN
- Temporarily remove saemix interface to check code coverage of the rest
</content>
</entry>
<entry>
<title>Some more plotting improvements</title>
<updated>2021-01-25T16:55:06Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2021-01-25T16:55:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit.jrwb.de/mkin/commit/?id=0280b9c8dcc77cb1d22964485462b27a56b96eca'/>
<id>urn:sha1:0280b9c8dcc77cb1d22964485462b27a56b96eca</id>
<content type='text'>
</content>
</entry>
</feed>
