aboutsummaryrefslogtreecommitdiff
path: root/docs/index.html
diff options
context:
space:
mode:
authorJohannes Ranke <johannes.ranke@jrwb.de>2018-07-10 16:09:36 +0200
committerJohannes Ranke <johannes.ranke@jrwb.de>2018-07-10 16:09:36 +0200
commit6aa015db8eb5e72e7c5e82ef5efced1898e75acd (patch)
tree863036571ec4147192c93ada488e10a8e4faf58f /docs/index.html
parenta736ecc357889107b6e93f14cdf0c1ea4587817f (diff)
parent22b36c824fe5e1561868a649216fe079c6fbfb85 (diff)
Merge branch 'master' of kolab:pfm
Diffstat (limited to 'docs/index.html')
-rw-r--r--docs/index.html8
1 files changed, 6 insertions, 2 deletions
diff --git a/docs/index.html b/docs/index.html
index 1558e8a..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.5</span>
+ <span class="label label-default" data-toggle="tooltip" data-placement="bottom" title="Released package">0.5.1</span>
</span>
</div>
@@ -84,7 +84,11 @@ this program. If not, see <span class="op">&lt;</span>http<span class="op">:</sp
<div id="installation" class="section level2">
<h2 class="hasAnchor">
<a href="#installation" class="anchor"></a>Installation</h2>
-<p>You can install the package from <a href="http://github.com/jranke/pfm">github</a>, e.g. using the <code>devtools</code> package. Using <code>quick = TRUE</code> skips docs, multiple-architecture builds, demos, and vignettes, to make installation as fast and painless as possible.</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>
+<p>Alternatively you can install the package using the <code>devtools</code> package. Using <code>quick = TRUE</code> skips docs, multiple-architecture builds, demos, and vignettes.</p>
<div class="sourceCode"><pre class="sourceCode r"><code class="sourceCode r"><span class="kw">library</span>(devtools)
<span class="kw"><a href="http://www.rdocumentation.org/packages/devtools/topics/install_github">install_github</a></span>(<span class="st">"jranke/pfm"</span>, <span class="dt">quick =</span> <span class="ot">TRUE</span>)</code></pre></div>
</div>

Contact - Imprint