tests/testthat.R

library(testthat)
context("Architecture")

test_that("Layer sizes are valid", {
  expect_equal(1, 1)
})

test_that("Layers are fully connected", {
  expect_equal(1, 1)
})

test_that("Inf errors avoided", {
  expect_equal(9,9)
})

Try the DamiaNN package in your browser

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

DamiaNN documentation built on May 1, 2019, 10:25 p.m.