Skip to content

Commit cbb8663

Browse files
authored
Merge pull request #169 from svteichman/fix_latex
Update README and vignette to reflect installation via github instead of cran
2 parents b32d6b2 + 0e12e48 commit cbb8663

File tree

5 files changed

+9
-15
lines changed

5 files changed

+9
-15
lines changed

README.md

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ Count Regression for Correlated Observations with the Beta-binomial
44
`corncob` is an `R` package for modeling relative abundance and testing hypotheses about the effect of covariates on relative abundance. The `corncob` methodology was specifically developed for modelling microbial abundances based on high throughput sequencing data, such as 16S or whole-genome sequencing.
55

66
<!-- badges: start -->
7-
[![CRAN status](https://www.r-pkg.org/badges/version/corncob)](https://CRAN.R-project.org/package=corncob)
87
[![R-CMD-check](https://github.com/statdivlab/CORNCOB/workflows/R-CMD-check/badge.svg)](https://github.com/statdivlab/CORNCOB/actions)
98
[![codecov](https://codecov.io/github/statdivlab/corncob/coverage.svg?branch=main)](https://app.codecov.io/github/statdivlab/corncob)
109
[![Docker Repository on Quay](https://quay.io/repository/fhcrc-microbiome/corncob/status "Docker Repository on Quay")](https://quay.io/repository/fhcrc-microbiome/corncob)
@@ -13,18 +12,11 @@ Count Regression for Correlated Observations with the Beta-binomial
1312

1413
## Installation
1514

16-
To download the corncob package, use the code below.
15+
To install the `corncob` package, use the code below to download the development version from Github.
1716

1817
``` r
19-
install.packages("corncob")
20-
library(corncob)
21-
```
22-
23-
Alternatively, you can install the development version directly from GitHub.
24-
25-
``` r
26-
# install.packages("devtools")
27-
devtools::install_github("statdivlab/corncob")
18+
# install.packages("remotes")
19+
remotes::install_github("statdivlab/corncob")
2820
library(corncob)
2921
```
3022

man/contrastsTest.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/differentialTest.Rd

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/plot.differentialTest.Rd

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vignettes/corncob-intro.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Note that in order to follow along with this tutorial (but not to use \texttt{co
4444

4545
Install \texttt{corncob} using:
4646
```{r, eval = FALSE}
47-
devtools::install_github("statdivlab/corncob")
47+
remotes::install_github("statdivlab/corncob")
4848
```
4949

5050

0 commit comments

Comments
 (0)