tests/testthat/test-cpp.R

context('C++')
library(bondr)
library(magrittr)

source('utils.R')

test_that('Compiles', {
    expect_equal(
        network_examples() %>%
            compile() %>%
            class(),
        'externalptr'
    )
})
dbarrows/bondr documentation built on Feb. 7, 2022, 11:01 a.m.