Skip to content

Commit 392389e

Browse files
committed
update testing instructions
1 parent 3d84cd3 commit 392389e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

AGENTS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11

22
This project is an R package that transpiles R functions to Fortran.
33

4-
- To run run the full test suite:
4+
- To run the full test suite:
55
```sh
66
R -q -e 'testthat::test_local()'
77
```
88

99
- To run a single test file:
1010
```sh
11-
R -q -e 'testthat::test_file("tests/testthat/test-dims2f.R")'
11+
R -q -e 'devtools::test_active_file("tests/testthat/test-dims2f.R")'
1212
```
1313

1414
- To see the generated C and Fortran code for an R function, use `r2f()`:

0 commit comments

Comments
 (0)