Skip to content

Commit

Permalink
update links to github (fixes #41)
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Riebenbauer committed Jul 6, 2016
1 parent 97f743e commit d1bd54a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# IPO
A Tool for automated Optimization of XCMS Parameters

see https://github.com/glibiseller/IPO/blob/master/vignettes/IPO.Rmd for help on installation and usage
see https://github.com/rietho/IPO/blob/master/vignettes/IPO.Rmd for help on installation and usage

publication available from http://www.biomedcentral.com/1471-2105/16/118

Expand Down
2 changes: 1 addition & 1 deletion vignettes/IPO.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ install.packages("devtools")
```{r install_IPO, eval=FALSE}
library("devtools")
install_github("glibiseller/IPO")
install_github("rietho/IPO")
```

Expand Down
2 changes: 1 addition & 1 deletion vignettes/IPO.html
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ <h2>Installation</h2>
<p><b>Install IPO</b></p>

<pre><code class="r">library(&quot;devtools&quot;)
install_github(&quot;glibiseller/IPO&quot;)
install_github(&quot;rietho/IPO&quot;)
</code></pre>

<p><b>Installing suggested packages</b></p>
Expand Down

0 comments on commit d1bd54a

Please sign in to comment.