<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mkin/log, branch v1.2.1</title>
<subtitle>Fitting kinetic models to chemical degradation data (also on github)</subtitle>
<id>https://cgit.jrwb.de/mkin/atom?h=v1.2.1</id>
<link rel='self' href='https://cgit.jrwb.de/mkin/atom?h=v1.2.1'/>
<link rel='alternate' type='text/html' href='https://cgit.jrwb.de/mkin/'/>
<updated>2022-11-18T23:17:33Z</updated>
<entry>
<title>Confirm which test fail on R-devel</title>
<updated>2022-11-18T23:17:33Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2022-11-18T23:17:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit.jrwb.de/mkin/commit/?id=64e245a16ec22cf864fcb5bae3b4b2fb2eee5905'/>
<id>urn:sha1:64e245a16ec22cf864fcb5bae3b4b2fb2eee5905</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move two saem fits from setup script to skipped tests</title>
<updated>2022-11-18T21:11:02Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2022-11-18T21:11:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit.jrwb.de/mkin/commit/?id=5ec8e1bad1aa7d79ee9c19bdd50be07f81a14278'/>
<id>urn:sha1:5ec8e1bad1aa7d79ee9c19bdd50be07f81a14278</id>
<content type='text'>
Save winbuilder/CRAN check time...
</content>
</entry>
<entry>
<title>Use cluster with two cores to reduce windows check time</title>
<updated>2022-11-18T19:35:06Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2022-11-18T19:35:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit.jrwb.de/mkin/commit/?id=b6b7e387261e5483f1bdfafaaa975e2f24c6567c'/>
<id>urn:sha1:b6b7e387261e5483f1bdfafaaa975e2f24c6567c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make mixed model test data permanent to ensure reproducibility</title>
<updated>2022-11-18T18:14:47Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2022-11-18T18:14:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit.jrwb.de/mkin/commit/?id=5364f037a72863ef5ba81e14ba4417f68fd389f9'/>
<id>urn:sha1:5364f037a72863ef5ba81e14ba4417f68fd389f9</id>
<content type='text'>
To ensure that tests on different platforms work on the same data, the
mixed modelling test data previosly generated in
tests/testthat/setup_script.R were generated once using the script in
inst/dataset/generation/ds_mixed.R, and are now distributed with the
package.
</content>
</entry>
<entry>
<title>Round parameters with signif() before printing</title>
<updated>2022-11-18T10:31:49Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2022-11-18T09:09:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit.jrwb.de/mkin/commit/?id=a14237fc1580b09f8772cd3330b0a445785e48ac'/>
<id>urn:sha1:a14237fc1580b09f8772cd3330b0a445785e48ac</id>
<content type='text'>
This will hopefully make the test pass on all relevant platforms.
</content>
</entry>
<entry>
<title>Pass error.init to saemix_model, show in parplot</title>
<updated>2022-11-18T07:37:40Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2022-11-18T07:37:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit.jrwb.de/mkin/commit/?id=df0cff4b829f1abf62f037591a24a8019174dd0a'/>
<id>urn:sha1:df0cff4b829f1abf62f037591a24a8019174dd0a</id>
<content type='text'>
Due to an oversight, error.init was not really passed to saemix_model in
saem.mmkin. The new initial values were reverted to c(1, 1), in order to
avoid changing the test results. Initial values for error model
parameters are now shown in parplot.multistart.
</content>
</entry>
<entry>
<title>Improve logLik.mkinfit to attach nobs attribute</title>
<updated>2022-11-18T04:59:02Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2022-11-18T04:56:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit.jrwb.de/mkin/commit/?id=9db8338d3a9240ed4685fcdd7aab9692031d5a04'/>
<id>urn:sha1:9db8338d3a9240ed4685fcdd7aab9692031d5a04</id>
<content type='text'>
The lack of that attribute lead to a failure to calculate the BIC in
test_AIC.R on R-devel from yesterday.
</content>
</entry>
<entry>
<title>Reduce testing on CRAN servers</title>
<updated>2022-11-16T21:44:34Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2022-11-16T21:44:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit.jrwb.de/mkin/commit/?id=90354f5cd9e095f9ef98424689a2716770b248d4'/>
<id>urn:sha1:90354f5cd9e095f9ef98424689a2716770b248d4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update DESCRIPTION and NEWS, check and test</title>
<updated>2022-11-16T13:51:17Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2022-11-16T13:51:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit.jrwb.de/mkin/commit/?id=78d421dc463dbfb993e372073c8de406d1f45da7'/>
<id>urn:sha1:78d421dc463dbfb993e372073c8de406d1f45da7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Address platform dependence that surfaced on winbuilder</title>
<updated>2022-11-16T12:52:08Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2022-11-16T12:50:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit.jrwb.de/mkin/commit/?id=5889cd78376e244f38e6c5acba8ffbc46e18f803'/>
<id>urn:sha1:5889cd78376e244f38e6c5acba8ffbc46e18f803</id>
<content type='text'>
</content>
</entry>
</feed>
