Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,6 @@ To try it you can: `curl --data '{"a":4, "b":5}' http://localhost:8000/calculati
# How to
Docker build: `docker build .`
Run the app: `Rscript R/app.R`
Run the test: From R console, you can run `testthat::test_dir("tests/testthat")`, assuming your working directory in the root folder of the project.
Run the test: From R console, you can run `testthat::test_dir("tests/testthat")`, assuming your working directory in the root folder of the projects.