r-builds/test/testpkg/tests/test.R
2022-08-17 14:30:55 -05:00

5 lines
111 B
R

library(testpkg)
stopifnot(add_it(1, 2) == 3)
stopifnot(subtract_it(1, 2) == -1)
stopifnot(square_it(3) == 9)