Skip to content

Commit 3726cb4

Browse files
still trying to fix winbuilder warning
1 parent 3e68103 commit 3726cb4

File tree

8 files changed

+458
-515
lines changed

8 files changed

+458
-515
lines changed

README.Rmd

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,23 @@
11
---
2-
output: md_document
2+
output: github_document
33
---
44

5+
<!-- README.md is generated from README.Rmd. Please edit that file -->
6+
7+
```{r, echo = FALSE}
8+
knitr::opts_chunk$set(
9+
collapse = TRUE,
10+
comment = "#>",
11+
fig.path = "man/figures/README-"
12+
)
13+
```
14+
515
[![Build Status](https://travis-ci.org/grunwaldlab/metacoder.png?branch=master)](https://travis-ci.org/grunwaldlab/metacoder?branch=master) [![codecov.io](https://codecov.io/github/grunwaldlab/metacoder/coverage.svg?branch=master)](https://codecov.io/github/grunwaldlab/metacoder?branch=master)
616
[![Downloads from Rstudio mirror per month](http://cranlogs.r-pkg.org/badges/metacoder)](http://www.r-pkg.org/pkg/metacoder)
717
[![Downloads from Rstudio mirror](http://cranlogs.r-pkg.org/badges/grand-total/metacoder)](http://www.r-pkg.org/pkg/metacoder)
818
[![CRAN version](http://www.r-pkg.org/badges/version/metacoder)](https://cran.r-project.org/package=metacoder)
919

20+
![](man/figures/readme_figure.png)
1021

1122
An R package for metabarcoding research planning and analysis
1223
-------------------------------------------------------------

README.md

Lines changed: 444 additions & 513 deletions
Large diffs are not rendered by default.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

vignettes/introduction.Rmd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ set.seed(1)
1515
# Knitr
1616
library(knitr)
1717
library(grid)
18-
opts_chunk$set(dev = 'png', fig.width = 7, fig.height = 7, warning = TRUE, message = TRUE)
18+
opts_chunk$set(dev = 'png', fig.width = 7, fig.height = 7, warning = TRUE,
19+
message = TRUE)
1920
```
2021

2122
## Documentation

0 commit comments

Comments
 (0)