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

https://github.com/safwanshamsir99/r-functions


https://github.com/safwanshamsir99/r-functions

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# R-Functions

# Testing
## Run all tests (make sure you are in the parent directory)
```
# RStudio Console
$ testthat::test_file("tests/testthat/test-backend_test.R")

```