diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2018-07-10 18:06:29 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2018-07-10 18:06:29 +0200 |
commit | 22b36c824fe5e1561868a649216fe079c6fbfb85 (patch) | |
tree | d37a158c3933c9f91fe6c925fc768d7219bc1fca /docs/index.html | |
parent | cb3695dd434b3a3273217fb22c5ffb86065ae96d (diff) |
Update static docs
Diffstat (limited to 'docs/index.html')
-rw-r--r-- | docs/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/index.html b/docs/index.html index b7f32cc..70a1fed 100644 --- a/docs/index.html +++ b/docs/index.html @@ -31,7 +31,7 @@ </button> <span class="navbar-brand"> <a class="navbar-link" href="index.html">pfm</a> - <span class="label label-default" data-toggle="tooltip" data-placement="bottom" title="Released package">0.4.6</span> + <span class="label label-default" data-toggle="tooltip" data-placement="bottom" title="Released package">0.5.1</span> </span> </div> @@ -84,7 +84,7 @@ this program. If not, see <span class="op"><</span>http<span class="op">:</sp <div id="installation" class="section level2"> <h2 class="hasAnchor"> <a href="#installation" class="anchor"></a>Installation</h2> -<p>The easiest way to install the package is probably to use <a href="http://cran.r-project.org/package=drat">drat</a>:</p> +<p>The easiest way to install the package is probably to use <a href="https://cran.r-project.org/package=drat">drat</a>:</p> <div class="sourceCode"><pre class="sourceCode r"><code class="sourceCode r"><span class="kw">install.packages</span>(<span class="st">"drat"</span>) drat<span class="op">::</span><span class="kw"><a href="http://www.rdocumentation.org/packages/drat/topics/addRepo">addRepo</a></span>(<span class="st">"jranke"</span>) <span class="kw">install.packages</span>(<span class="st">"pfm"</span>)</code></pre></div> |