Skip to content

Commit

Permalink
update Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Yunuuuu committed Sep 16, 2024
1 parent b093056 commit e519d79
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 3 additions & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ manipulated, such as aligning a dendrogram with a heatmap.

## Installation

You can install the development version of `ggalign` from [GitHub](https://github.com/) with:
You can install `ggalign` from CRAN using `install.packages("ggalign")`.
Alternatively you can install the development version of `ggalign` from
[GitHub](https://github.com/) with:

```{r, eval=FALSE}
# install.packages("remotes")
Expand Down
5 changes: 3 additions & 2 deletions README.html
Original file line number Diff line number Diff line change
Expand Up @@ -614,8 +614,9 @@ <h1 id="ggalign-">ggalign
plots where data order needs to be manipulated, such as aligning a
dendrogram with a heatmap.</p>
<h2 id="installation">Installation</h2>
<p>You can install the development version of <code>ggalign</code> from
<a href="https://github.com/">GitHub</a> with:</p>
<p>You can install <code>ggalign</code> from CRAN using
<code>install.packages(&quot;ggalign&quot;)</code>. Alternatively you can install
the development version of <code>ggalign</code> from <a href="https://github.com/">GitHub</a> with:</p>
<div class="sourceCode" id="cb1"><pre class="sourceCode r"><code class="sourceCode r"><span id="cb1-1"><a href="#cb1-1" tabindex="-1"></a><span class="co"># install.packages(&quot;remotes&quot;)</span></span>
<span id="cb1-2"><a href="#cb1-2" tabindex="-1"></a>remotes<span class="sc">::</span><span class="fu">install_github</span>(<span class="st">&quot;Yunuuuu/ggalign&quot;</span>)</span></code></pre></div>
<h2 id="overviews">Overviews</h2>
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ with a heatmap.

## Installation

You can install the development version of `ggalign` from
You can install `ggalign` from CRAN using `install.packages("ggalign")`.
Alternatively you can install the development version of `ggalign` from
[GitHub](https://github.com/) with:

``` r
Expand Down

0 comments on commit e519d79

Please sign in to comment.