1 parent 3d84cd3 commit 392389eCopy full SHA for 392389e
1 file changed
AGENTS.md
@@ -1,14 +1,14 @@
1
2
This project is an R package that transpiles R functions to Fortran.
3
4
-- To run run the full test suite:
+- To run the full test suite:
5
```sh
6
R -q -e 'testthat::test_local()'
7
```
8
9
- To run a single test file:
10
11
-R -q -e 'testthat::test_file("tests/testthat/test-dims2f.R")'
+R -q -e 'devtools::test_active_file("tests/testthat/test-dims2f.R")'
12
13
14
- To see the generated C and Fortran code for an R function, use `r2f()`:
0 commit comments