Skip to content

Commit

Permalink
More tweaking of the formatting and language for R stuff.
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkraljevic committed Feb 2, 2014
1 parent 4d4a4ab commit 600a98b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions packaging/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ <h2 align="center">
<br>

<h2 align="center">
Installation of H2O from an R package repository
Installation of H2O directly from an R package repository
</h2>

<table border="5" cellpadding="5" align="center">
Expand All @@ -126,11 +126,11 @@ <h2 align="center">
<tr>
<td align="center">Any</td>
<td align="left">
<span class="mycomment"># The following commands detach and remove any previously installed H2O packages.</span>
<span class="mycomment"># The following four commands remove any previously installed H2O packages for R.</span>
<br>
<span class="mycomment"># These might give error output if H2O is not currently loaded or was not previously</span>
<span class="mycomment"># These might give error output if H2O is not currently loaded or was not previously installed.</span>
<br>
<span class="mycomment"># installed. You can safely ignore these errors.</span>
<span class="mycomment"># You can safely ignore any such errors.</span>
<br>
detach("package:h2o", unload=TRUE)
<br>
Expand All @@ -141,7 +141,7 @@ <h2 align="center">
remove.packages("h2oRClient")
<br>
<br>
<span class="mycomment"># Download, install and initialize the H2O package directly from inside R.</span>
<span class="mycomment"># Next, we download, install and initialize the H2O package for R.</span>
<br>
install.packages("h2o", repos=(c("<script type="text/javascript">var url = location.href; var url2 = url.substring(0, url.lastIndexOf("/")); document.write(url2);</script>/R", getOption("repos"))))
<br>
Expand All @@ -150,7 +150,7 @@ <h2 align="center">
localH2O = h2o.init(silentUpgrade=TRUE)
<br>
<br>
<span class="mycomment"># Run a demo.</span>
<span class="mycomment"># Finally, run a demo to see H2O work.</span>
<br>
demo(h2o.glm)
</td>
Expand Down

0 comments on commit 600a98b

Please sign in to comment.