diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2016-03-24 07:26:55 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2016-03-24 08:28:23 +0100 |
commit | d432a48c8e7cc2df95d4952af415f18809f60409 (patch) | |
tree | d55d27b5dc1cf393b532344db6d3764ed1e6b207 /inst/web/mkinpredict.html | |
parent | a04cc65a18998ff5d107a52d23c9a4aad21a03aa (diff) |
Address feedback from CRAN submission
- 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
Diffstat (limited to 'inst/web/mkinpredict.html')
-rw-r--r-- | inst/web/mkinpredict.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/inst/web/mkinpredict.html b/inst/web/mkinpredict.html index 76814960..c831f011 100644 --- a/inst/web/mkinpredict.html +++ b/inst/web/mkinpredict.html @@ -2,7 +2,7 @@ <html lang="en"> <head> <meta charset="utf-8"> -<title>mkinpredict. mkin 0.9.42</title> +<title>mkinpredict. mkin 0.9.43</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="author" content=" Johannes Ranke @@ -34,7 +34,7 @@ <div class="navbar"> <div class="navbar-inner"> <div class="container"> - <a class="brand" href="#">mkin 0.9.42</a> + <a class="brand" href="#">mkin 0.9.43</a> <div class="nav"> <ul class="nav"> <li><a href="index.html"><i class="icon-home icon-white"></i> Index</a></li> @@ -304,7 +304,7 @@ 201 20 4.978707 27.46227 </div> <div class='output'> user system elapsed - 0.004 0.024 0.004 + 0.008 0.020 0.005 </div> <div class='input'> system.time( print(mkinpredict(SFO_SFO, c(k_parent_m1 = 0.05, k_parent_sink = 0.1, k_m1_sink = 0.01), @@ -315,7 +315,7 @@ 201 20 4.978707 27.46227 </div> <div class='output'> user system elapsed - 0.016 0.004 0.002 + 0.008 0.012 0.003 </div> <div class='input'> system.time( print(mkinpredict(SFO_SFO, c(k_parent_m1 = 0.05, k_parent_sink = 0.1, k_m1_sink = 0.01), @@ -326,7 +326,7 @@ 201 20 4.978707 27.46227 </div> <div class='output'> user system elapsed - 0.048 0.008 0.055 + 0.056 0.000 0.052 </div></pre> </div> <div class="span4"> |