https://hughjonesd.github.io/doctest/
Generate tests from examples using 'roxygen' and 'testthat'
https://hughjonesd.github.io/doctest/
Last synced: 5 months ago
JSON representation
Generate tests from examples using 'roxygen' and 'testthat'
- Host: GitHub
- URL: https://hughjonesd.github.io/doctest/
- Owner: hughjonesd
- License: other
- Created: 2022-11-17T15:40:04.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-01-16T14:54:07.000Z (over 1 year ago)
- Last Synced: 2025-04-17T13:31:13.848Z (6 months ago)
- Language: R
- Homepage: https://hughjonesd.github.io/doctest/
- Size: 8.88 MB
- Stars: 32
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.Rmd
- Changelog: NEWS.md
- License: LICENSE
Awesome Lists containing this project
- awesome-r-pkgtools - `{doctest}`
README
---
output: github_document
---```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```# Doctest
[](https://github.com/hughjonesd/doctest/actions/workflows/R-CMD-check.yaml)
[](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[](https://app.codecov.io/gh/hughjonesd/doctest?branch=master)

[](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).