File: test_gh_issue_17.R

package info (click to toggle)
r-cran-tinytest 1.4.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,072 kB
  • sloc: sh: 14; makefile: 2
file content (4 lines) | stat: -rw-r--r-- 79 bytes parent folder | download | duplicates (3)
1
2
3
4

expect_equal(1, 1.1, tolerance=0.2)
expect_equivalent(1, 1.1, tolerance=0.2)