Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pwwang/r-visual-test
https://github.com/pwwang/r-visual-test
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/pwwang/r-visual-test
- Owner: pwwang
- License: mit
- Created: 2023-03-08T20:04:04.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-08T20:04:07.000Z (almost 2 years ago)
- Last Synced: 2024-12-10T04:27:05.969Z (24 days ago)
- Language: R
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Visual tests in R
This repository contains a set of visual tests for R, using [MangoTheCat/visualTest][1] or [vdiffr][2].
```r
# Generate the expectations
source("tests/generate-expects.R")# Run the tests
testthat::test_dir("tests/")
```[1]: https://github.com/MangoTheCat/visualTest
[2]: https://github.com/r-lib/vdiffr
[3]: here.r-lib.org