tests/testthat/test-arch.R

test_that("Rope reduction to elliptical arch",
          {
            ROPE <- 50000
            value <- arch(ROPE, digits = 4)
            expect_equal(arch(ROPE, digits = 4), value)
            }
          )

Try the GeodesiCL package in your browser

Any scripts or data that you put into this service are public.

GeodesiCL documentation built on May 25, 2021, 5:10 p.m.