<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mkin/GNUmakefile, branch dev</title>
<subtitle>Fitting kinetic models to chemical degradation data (also on github)</subtitle>
<id>https://cgit.jrwb.de/mkin/atom?h=dev</id>
<link rel='self' href='https://cgit.jrwb.de/mkin/atom?h=dev'/>
<link rel='alternate' type='text/html' href='https://cgit.jrwb.de/mkin/'/>
<updated>2024-07-29T06:06:08Z</updated>
<entry>
<title>Move coverage to pkgdown docs</title>
<updated>2024-07-29T06:06:08Z</updated>
<author>
<name>Johannes Ranke</name>
<email>johannes.ranke@jrwb.de</email>
</author>
<published>2024-07-29T06:06:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit.jrwb.de/mkin/commit/?id=bad2f70c18cd9f57c0d382914327613bcfc9298f'/>
<id>urn:sha1:bad2f70c18cd9f57c0d382914327613bcfc9298f</id>
<content type='text'>
The coverage report is neither successful on Travis nor in the github
workflow set up with the usethis package. Therefore the code coverage
report is generated locally and linked into the pkgdown docs.
</content>
</entry>
<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://cgit.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>Add coverage target for local coverage report</title>
<updated>2023-04-16T11:42:08Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2023-04-16T11:41:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit.jrwb.de/mkin/commit/?id=99b4554a1ce657295b1358509110f3d02155a913'/>
<id>urn:sha1:99b4554a1ce657295b1358509110f3d02155a913</id>
<content type='text'>
I get almost 90% when testing locally
</content>
</entry>
<entry>
<title>Fix path, build target for prebuilt pdf vignettes</title>
<updated>2023-02-17T07:19:46Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2023-02-17T07:19:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit.jrwb.de/mkin/commit/?id=c7cc91c47f9b074521fcaaa05a020525d719c2d9'/>
<id>urn:sha1:c7cc91c47f9b074521fcaaa05a020525d719c2d9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Prebuilt PDF vignettes, summary_listing</title>
<updated>2023-01-09T05:22:04Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2023-01-09T05:22:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit.jrwb.de/mkin/commit/?id=24eb77216700cf8b2f2bde3abad84c1f83f9e32a'/>
<id>urn:sha1:24eb77216700cf8b2f2bde3abad84c1f83f9e32a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename template folder, create format</title>
<updated>2022-12-19T11:38:07Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2022-12-19T11:31:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit.jrwb.de/mkin/commit/?id=886c9ef013124aa954d960c655b349b5340ff154'/>
<id>urn:sha1:886c9ef013124aa954d960c655b349b5340ff154</id>
<content type='text'>
Instead of rmarkdown::pdf_document, mkin::hierarchical_kinetics is used
as a document format in the template. In this way, the template file can
be freed from some R code and yaml options that the average user does
not have to be aware of.
</content>
</entry>
<entry>
<title>Template and spreadsheet for hierarchical kinetics</title>
<updated>2022-12-19T05:37:32Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2022-12-19T05:37:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit.jrwb.de/mkin/commit/?id=0023df3c31fac29b5f9337ecd732a5dfd4d51a2d'/>
<id>urn:sha1:0023df3c31fac29b5f9337ecd732a5dfd4d51a2d</id>
<content type='text'>
The template only shows parent data evaluation without covariate models
for now. The spreadsheet will also be useful for unit testing of the
read_spreadsheet function.
</content>
</entry>
<entry>
<title>Avoid error message at testthat termination</title>
<updated>2022-12-02T12:25:56Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2022-12-02T12:25:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit.jrwb.de/mkin/commit/?id=240568bf65f2257f1185927ac811dde18aeabe1d'/>
<id>urn:sha1:240568bf65f2257f1185927ac811dde18aeabe1d</id>
<content type='text'>
https://github.com/r-lib/processx/issues/236
</content>
</entry>
<entry>
<title>Automatic starting parameters for saem.mmkin</title>
<updated>2022-11-14T19:03:42Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2022-11-14T19:03:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit.jrwb.de/mkin/commit/?id=21ad91256dc29423bd905de5c298fd23862b1f3b'/>
<id>urn:sha1:21ad91256dc29423bd905de5c298fd23862b1f3b</id>
<content type='text'>
For the case of mkin transformations. This gives faster convergence,
and appears to avoid problems with numeric ODE solutions
</content>
</entry>
<entry>
<title>Improve multistart documentation, bugfix</title>
<updated>2022-09-16T19:06:54Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2022-09-16T19:06:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit.jrwb.de/mkin/commit/?id=fd205e13061de8abc595d266f3b0c7650773d442'/>
<id>urn:sha1:fd205e13061de8abc595d266f3b0c7650773d442</id>
<content type='text'>
- Split out llhist and parhist documentation
- Add example code for multistart
- Create a multistart vignette, because the example code fails when run
by pkgdown
- Fix multistart for the case of mkin transformations in the saem fit
</content>
</entry>
</feed>
