An open API service indexing awesome lists of open source software.

https://github.com/jakubsob/r-tests-gallery

Examples of testing patterns in R — from simple unit tests to more complex structures like Plumber APIs.
https://github.com/jakubsob/r-tests-gallery

plumber plumber-api r testing testthat

Last synced: 3 months ago
JSON representation

Examples of testing patterns in R — from simple unit tests to more complex structures like Plumber APIs.

Awesome Lists containing this project

README

          

# R Tests Gallery

## [Plumber API](plumber/tests/testthat)

Launch API in a background process with [`mirai`](https://mirai.r-lib.org/) and make requests with [`httr2`](https://httr2.r-lib.org/).