Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hughjonesd/doctest
Generate tests from examples using 'roxygen' and 'testthat'
https://github.com/hughjonesd/doctest
Last synced: 4 days ago
JSON representation
Generate tests from examples using 'roxygen' and 'testthat'
- Host: GitHub
- URL: https://github.com/hughjonesd/doctest
- Owner: hughjonesd
- License: other
- Created: 2022-11-17T15:40:04.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-16T14:54:07.000Z (10 months ago)
- Last Synced: 2024-11-01T18:51:50.634Z (11 days ago)
- Language: R
- Homepage: https://hughjonesd.github.io/doctest/
- Size: 8.88 MB
- Stars: 32
- Watchers: 3
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
Awesome Lists containing this project
README
---
output: github_document
---```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```# Doctest
[![R-CMD-check](https://github.com/hughjonesd/doctest/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/hughjonesd/doctest/actions/workflows/R-CMD-check.yaml)
[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[![Codecov test coverage](https://codecov.io/gh/hughjonesd/doctest/branch/master/graph/badge.svg)](https://app.codecov.io/gh/hughjonesd/doctest?branch=master)
![runiverse-package badge](https://hughjonesd.r-universe.dev/badges/doctest)
[![CRAN status](https://www.r-pkg.org/badges/version/doctest)](https://CRAN.R-project.org/package=doctest)```{r, child="man/rmd/intro.Rmd"}
``````{r, child="man/rmd/example.Rmd"}
``````{r, child="man/rmd/usage.Rmd"}
```For more information, see the [package vignette](https://hughjonesd.github.io/doctest/articles/doctest.html).