Ecosyste.ms: Awesome
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: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/safwanshamsir99/r-functions
- Owner: safwanshamsir99
- License: mit
- Created: 2024-03-07T02:10:47.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-05-28T08:55:35.000Z (8 months ago)
- Last Synced: 2024-05-29T00:05:22.592Z (8 months ago)
- Language: R
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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")```