<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mkin/NAMESPACE, 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-04-27T17:23:42Z</updated>
<entry>
<title>Fix bug in R/create_deg_func.R</title>
<updated>2024-04-27T17:23:42Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2024-04-27T17:22:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit.jrwb.de/mkin/commit/?id=e18c8da322ddb11105b7fdf93e9dd538673fb946'/>
<id>urn:sha1:e18c8da322ddb11105b7fdf93e9dd538673fb946</id>
<content type='text'>
Closes #13
</content>
</entry>
<entry>
<title>Merge branch 'main' into custom_lsoda_call</title>
<updated>2023-02-13T04:19:08Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2023-02-13T04:19:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit.jrwb.de/mkin/commit/?id=8d1a84ac2190538ed3bac53a303064e281595868'/>
<id>urn:sha1:8d1a84ac2190538ed3bac53a303064e281595868</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>We get about 25% performance gain</title>
<updated>2022-11-16T08:15:36Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2022-11-16T08:15:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit.jrwb.de/mkin/commit/?id=51d63256a7b3020ee11931d61b4db97b9ded02c0'/>
<id>urn:sha1:51d63256a7b3020ee11931d61b4db97b9ded02c0</id>
<content type='text'>
with the custom lsoda call, avoiding repeated getNativeSymbolInfo calls.
It's just that we should not be calling foreign functions from different
packages, because the may change without notice. Using
getNativeSymbolInfo for "call_lsoda" avoids the CRAN note, and a similar
call could probably be used for "unlock_solver", avoiding the NOTE in
checks for cran, but we should not do this in a CRAN package.
</content>
</entry>
<entry>
<title>Import saemix for easier profiling, update online docs</title>
<updated>2022-11-15T07:01:52Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2022-11-15T07:01:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit.jrwb.de/mkin/commit/?id=679cf716192cdfd91dfd232578cbd4e30d7eac12'/>
<id>urn:sha1:679cf716192cdfd91dfd232578cbd4e30d7eac12</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add tex_listing()</title>
<updated>2022-11-01T19:32:54Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2022-11-01T19:32:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit.jrwb.de/mkin/commit/?id=65bb1c5587801444a6b47a344b285ec5ca06c048'/>
<id>urn:sha1:65bb1c5587801444a6b47a344b285ec5ca06c048</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add read_spreadsheet</title>
<updated>2022-11-01T16:26:05Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2022-11-01T16:26:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit.jrwb.de/mkin/commit/?id=b53ca24f26c759a8ecf5e00f791a4134dd1a926c'/>
<id>urn:sha1:b53ca24f26c759a8ecf5e00f791a4134dd1a926c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improved printing for illparms()</title>
<updated>2022-11-01T08:46:33Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2022-11-01T08:46:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit.jrwb.de/mkin/commit/?id=fd4bd411df739903279d8b52faa19d5059afbda7'/>
<id>urn:sha1:fd4bd411df739903279d8b52faa19d5059afbda7</id>
<content type='text'>
For the case of single fits and no ill-defined parameters found
</content>
</entry>
<entry>
<title>Fix R CMD check</title>
<updated>2022-10-31T16:01:58Z</updated>
<author>
<name>Johannes Ranke</name>
<email>jranke@uni-bremen.de</email>
</author>
<published>2022-10-31T16:01:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit.jrwb.de/mkin/commit/?id=300aa6ec27529f46deda07874566dc8fcee4e6e7'/>
<id>urn:sha1:300aa6ec27529f46deda07874566dc8fcee4e6e7</id>
<content type='text'>
</content>
</entry>
</feed>
