Skip to content

Commit 4544398

Browse files
committed
update docs
1 parent eb8056c commit 4544398

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

man/test.Rd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
test(num, x, y = TRUE,
99
error = NULL, warning = NULL, message = NULL,
1010
output = NULL, notOutput = NULL, ignore.warning = NULL,
11-
options = NULL, env = NULL, levels = NULL)
11+
options = NULL, env = NULL, optimization = NULL)
1212
}
1313
\arguments{
1414
\item{num}{ A unique identifier for a test, helpful in identifying the source of failure when testing is not working. Currently, we use a manually-incremented system with tests formatted as \code{n.m}, where essentially \code{n} indexes an issue and \code{m} indexes aspects of that issue. For the most part, your new PR should only have one value of \code{n} (scroll to the end of \code{inst/tests/tests.Rraw} to see the next available ID) and then index the tests within your PR by increasing \code{m}. Note -- \code{n.m} is interpreted as a number, so \code{123.4} and \code{123.40} are actually the same -- please \code{0}-pad as appropriate. Test identifiers are checked to be in increasing order at runtime to prevent duplicates being possible. }

0 commit comments

Comments
 (0)