Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-04-21 | Avoid unnecessary stop in edge case, improve warnings | Johannes Ranke | 6 | -11/+69 | |
mkinfit: Do not error out in cases where the fit converges, but the Jacobian for the untransformed model cost can not be estimated. Give a warning instead and return NA for the t-test results. summary.mkinfit: Give a warning message when the covariance matrix can not be obtained. A test has been added to containing such an edge case to check that the warnings are correctly issued and the fit does not terminate. | |||||
2016-03-25 | Remove outdated reference to the inline package | Johannes Ranke | 3 | -4/+9 | |
2016-03-24 | Static documentation rebuilt by staticdocs::build_site()v0.9.42 | Johannes Ranke | 47 | -617/+440 | |
2016-03-24 | Address feedback from CRAN submission | Johannes Ranke | 41 | -220/+411 | |
- Put the CRAN URL that the badge points to into canonical form. I had missed the requirement to use the canonical form before, as the R CMD check message complained about a (possibily) invalid URL, so I overlooked the explanation later in the check log. Thanks to Uwe for his patience. Fix checked with winbuilder. - Slightly reduced the build time for the compiled_models vignette by skipping the warm-up. 3 repetitions are necessary for the autoplot method to work | |||||
2016-03-23 | Static documentation rebuilt by staticdocs::build_site() | Johannes Ranke | 13 | -61/+61 | |
2016-03-23 | Added 'from_max_mean' to 'mkinfit'. | Johannes Ranke | 54 | -225/+259 | |
- Now it is easier to do decline kinetics from the maximum occurrence - Static documentation rebuilt by staticdocs::build_site() - Fixed an URL in the README, thanks to the win-builder check with R-devel | |||||
2015-12-10 | Improve print method for mkinmod | Johannes Ranke | 2 | -2/+5 | |
2015-12-09 | Improve mkinmod error message for missing target compartment definition | Johannes Ranke | 2 | -0/+3 | |
Closes #6. | |||||
2015-12-09 | Static documentation rebuilt by staticdocs::build_site() | Johannes Ranke | 17 | -95/+79 | |
2015-12-09 | Some updates and simplifications of the README | Johannes Ranke | 2 | -33/+10 | |
2015-11-13 | Add plots to compiled_models vignette, rebuild staticdocs | Johannes Ranke | 51 | -207/+238 | |
2015-11-13 | Bump version, change to version number format as shown in summaries | Johannes Ranke | 2 | -2/+6 | |
2015-11-09 | Update staticdocsv0.9-41 | Johannes Ranke | 13 | -106/+79 | |
2015-11-09 | Exclude more mkinmod examples, as winbuilder NOTEs > 5 s | Johannes Ranke | 1 | -1/+1 | |
2015-11-09 | Vignettes rebuilt by staticdocs::build_site() for static documentation on ↵ | Johannes Ranke | 14 | -54/+212 | |
r-forge | |||||
2015-11-09 | Rebuild vignettes and static documentation | Johannes Ranke | 70 | -41/+16302 | |
2015-11-09 | Re-add the compiled models vignette | Johannes Ranke | 1 | -0/+101 | |
This was accidentally deleted in 438a889c37ffdf8f0c6585092da6abdb63b4575e on June 30! | |||||
2015-11-09 | Export print.mkinds and rebuild vignettes | Johannes Ranke | 7 | -7/+13 | |
2015-11-09 | Do not include unnecessary mathjax in README.html | Johannes Ranke | 2 | -10/+1 | |
2015-11-06 | Improve formatting of summary | Johannes Ranke | 1 | -4/+4 | |
2015-10-24 | Improve printing method for mkinmod | Johannes Ranke | 1 | -1/+1 | |
2015-10-24 | Sort sampling times in mkinds | Johannes Ranke | 1 | -1/+1 | |
2015-10-21 | Avoid an error printing old mkinfit summaries | Johannes Ranke | 2 | -5/+14 | |
2015-10-19 | Add the R6 class mkinds | Johannes Ranke | 7 | -4/+61 | |
2015-10-19 | Make plot.mkinfit work with models where full_name components are NULL | Johannes Ranke | 2 | -0/+67 | |
2015-10-19 | Add a print method for mkinmod objects | Johannes Ranke | 5 | -1/+39 | |
2015-10-16 | Full compound names in models that are shown in the plot | Johannes Ranke | 7 | -14/+27 | |
2015-10-02 | Some maintenance | Johannes Ranke | 2 | -21/+20 | |
2015-08-22 | Commit README.md containing the source of the last commit | Johannes Ranke | 1 | -0/+5 | |
2015-08-22 | Add a prominent link to the static documentation on R-Forge | Johannes Ranke | 1 | -0/+4 | |
2015-08-22 | Add a link to the cgit repo browser at jrwb.de | Johannes Ranke | 2 | -1/+2 | |
2015-08-22 | Generate README.html for my cgit setup on jrwb.de | Johannes Ranke | 4 | -5/+156 | |
2015-07-22 | index.r for grouping help topics in static documentation | Johannes Ranke | 4 | -5/+67 | |
2015-07-22 | Remove periods in help file titles | Johannes Ranke | 7 | -7/+7 | |
2015-07-22 | Reformat NEWS.md, start new entry | Johannes Ranke | 1 | -38/+42 | |
It is not necessary to use capitals in the headings, as they are now typeset as HTML on CRAN and github. | |||||
2015-07-22 | Increment version number for development | Johannes Ranke | 1 | -2/+2 | |
2015-07-22 | Mention the 2014 update of the FOCUS guidance | Johannes Ranke | 1 | -1/+2 | |
2015-07-21 | Fix link to the NEWS file | Johannes Ranke | 1 | -1/+1 | |
2015-07-21 | Vignettes rebuilt by staticdocs::build_site() for static documentation on ↵v0.9-40 | Johannes Ranke | 4 | -2/+2 | |
r-forge | |||||
2015-07-21 | Vignettes rebuilt by staticdocs::build_site() for static documentation on ↵ | Johannes Ranke | 6 | -14/+9 | |
r-forge | |||||
2015-07-21 | Remove test.R | Johannes Ranke | 1 | -10/+0 | |
2015-07-20 | Ignore a test.R file | Johannes Ranke | 2 | -0/+2 | |
2015-07-20 | Use UTF-8 in the Schaefer 07 help file | Johannes Ranke | 1 | -2/+2 | |
2015-07-20 | Vignettes rebuilt by staticdocs::build_site() for static documentation on ↵ | Johannes Ranke | 7 | -42/+61 | |
r-forge | |||||
2015-07-20 | Updates and fixes to documentation | Johannes Ranke | 4 | -4/+3 | |
2015-07-20 | Adapt NEWS entry to latest fix for imports | Johannes Ranke | 1 | -1/+1 | |
2015-07-20 | Remove obvious CRAN URL | Johannes Ranke | 1 | -3/+2 | |
2015-07-20 | Remove Rdversion tag that disappeared from "Writing R extensions" | Johannes Ranke | 13 | -13/+0 | |
2015-07-20 | Avoid error message for SFORB in endpoints, updates | Johannes Ranke | 12 | -83/+76 | |
2015-07-17 | Add badge, as seen in the gaborcsardi/pkgconfig repo | Johannes Ranke | 1 | -0/+2 | |