diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2023-05-19 17:08:43 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2023-05-19 17:10:16 +0200 |
commit | cf54ccca37d27480dbf8d59eb027300518f7ad75 (patch) | |
tree | 81a9d5955f716a74822ecb65dc83daeeb7efbba6 /docs/reference/illparms.html | |
parent | c931057ce8f05d3a0dfefea72b73903efb82e900 (diff) |
Prepare release of v1.2.4v1.2.4
- 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
Diffstat (limited to 'docs/reference/illparms.html')
-rw-r--r-- | docs/reference/illparms.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/reference/illparms.html b/docs/reference/illparms.html index f0829482..2dc8f503 100644 --- a/docs/reference/illparms.html +++ b/docs/reference/illparms.html @@ -21,7 +21,7 @@ without parameter transformations is used."><!-- mathjax --><script src="https:/ </button> <span class="navbar-brand"> <a class="navbar-link" href="../index.html">mkin</a> - <span class="version label label-default" data-toggle="tooltip" data-placement="bottom" title="Released version">1.2.3</span> + <span class="version label label-default" data-toggle="tooltip" data-placement="bottom" title="Released version">1.2.4</span> </span> </div> @@ -211,6 +211,8 @@ does not output anything in the case no ill-defined parameters are found.</p> <div id="ref-examples"> <h2>Examples</h2> <div class="sourceCode"><pre class="sourceCode r"><code><span class="r-in"><span><span class="va">fit</span> <span class="op"><-</span> <span class="fu"><a href="mkinfit.html">mkinfit</a></span><span class="op">(</span><span class="st">"FOMC"</span>, <span class="va">FOCUS_2006_A</span>, quiet <span class="op">=</span> <span class="cn">TRUE</span><span class="op">)</span></span></span> +<span class="r-wrn co"><span class="r-pr">#></span> <span class="warning">Warning: </span>Optimisation did not converge:</span> +<span class="r-wrn co"><span class="r-pr">#></span> false convergence (8)</span> <span class="r-in"><span><span class="fu">illparms</span><span class="op">(</span><span class="va">fit</span><span class="op">)</span></span></span> <span class="r-out co"><span class="r-pr">#></span> [1] "parent_0" "alpha" "beta" "sigma" </span> <span class="r-in"><span><span class="co"># \dontrun{</span></span></span> |