Skip to content

Commit 1fc4edb

Browse files
committed
# Conflicts: # exercises/fizz-buzz/README.md
2 parents e615ccb + f262f06 commit 1fc4edb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

exercises/fizz-buzz/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ See [this guide](https://exercism.io/tracks/r/installation) for instructions on
1515
In each problem folder, there is a file named `<exercise_name>.R` containing a function that returns a `NULL` value. Place your implementation inside the body of the function.
1616

1717
## How to run tests
18-
Inside of RStudio, simply execute the `test_<exercise_name>.R` script. This can be conveniently done with [testthat's `auto_test` function](https://www.rdocumentation.org/packages/testthat/topics/auto_test). Because exercism code and tests are in the same folder, use this same path for both `code_path` and `test_path` parameters. On the command-line, you can also run `Rscript test_<exercise_name>.R`.
18+
19+
Inside of RStudio, simply execute the `test_<exercise_name>.R` script. This can be conveniently done with [testthat's `auto_test` function](https://www.rdocumentation.org/packages/testthat/topics/auto_test). Because Exercism code and tests are in the same folder, use this same path for both `code_path` and `test_path` parameters. On the command-line, you can also run `Rscript test_<exercise_name>.R`.
20+
1921

2022
## Source
2123

0 commit comments

Comments
 (0)