Skip to content

Commit

Permalink
Updated README to reflect CRAN acceptance
Browse files Browse the repository at this point in the history
  • Loading branch information
csim063 committed Sep 17, 2023
1 parent 8730808 commit cbda3e1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ You can install the development version of biosampleR from [GitHub](https://gith
devtools::install_github("csim063/biosampleR")
```

Or you can install the stable version of biosampleR from [CRAN](https://cran.r-project.org/) with
(the package is not yet on CRAN):
Or you can install the stable version of biosampleR from [CRAN](https://cran.r-project.org/) with:

``` r
install.packages("biosampleR")
Expand Down
2 changes: 1 addition & 1 deletion README.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ <h2 id="installation">Installation</h2>
<p>You can install the development version of biosampleR 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" aria-hidden="true" tabindex="-1"></a><span class="co"># install.packages(&quot;devtools&quot;)</span></span>
<span id="cb1-2"><a href="#cb1-2" aria-hidden="true" tabindex="-1"></a>devtools<span class="sc">::</span><span class="fu">install_github</span>(<span class="st">&quot;csim063/biosampleR&quot;</span>)</span></code></pre></div>
<p>Or you can install the stable version of biosampleR from <a href="https://cran.r-project.org/">CRAN</a> with (the package is not yet on CRAN):</p>
<p>Or you can install the stable version of biosampleR from <a href="https://cran.r-project.org/">CRAN</a> with:</p>
<div class="sourceCode" id="cb2"><pre class="sourceCode r"><code class="sourceCode r"><span id="cb2-1"><a href="#cb2-1" aria-hidden="true" tabindex="-1"></a><span class="fu">install.packages</span>(<span class="st">&quot;biosampleR&quot;</span>)</span></code></pre></div>
<h2 id="example">Example</h2>
<p>The the functions in the package may be used in a single workflow as follows:</p>
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ devtools::install_github("csim063/biosampleR")
```

Or you can install the stable version of biosampleR from
[CRAN](https://cran.r-project.org/) with (the package is not yet on
CRAN):
[CRAN](https://cran.r-project.org/) with:

``` r
install.packages("biosampleR")
Expand Down

0 comments on commit cbda3e1

Please sign in to comment.