Skip to content

Commit

Permalink
Merge pull request #61 from SCBI-ForestGEO/table-of-tests
Browse files Browse the repository at this point in the history
Populate table of tests in README.md from csv
This is a great idea @rudeboybert, thanks!
  • Loading branch information
ValentineHerr authored Sep 16, 2021
2 parents 39403d8 + 34f4d8e commit 2633077
Show file tree
Hide file tree
Showing 3 changed files with 93 additions and 36 deletions.
25 changes: 25 additions & 0 deletions testthat/README.Rmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
output: github_document
---

<!-- README.md is generated from README.Rmd. Please edit that file -->

```{r, echo=FALSE, warning=FALSE, message=FALSE}
library(knitr)
library(here)
library(readr)
opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "README_figure/README-"
)
```


# Data tests for mortality census

## Table of tests

```{r, echo=FALSE, warning=FALSE, message=FALSE}
kable(read_csv(here("testthat/table_of_tests.csv")))
```
Loading

0 comments on commit 2633077

Please sign in to comment.