Learn R Programming

pins (version 0.4.5)

board_test: Test Board

Description

Tests a particular board, useful only when creating new boards.

Usage

board_test(
  board,
  exclude = list(),
  suite = "default",
  destination = paste(board, "board")
)

Arguments

exclude

Names of tests to exclude form test.

suite

The test suite to run, currently only "versions" or default are supported.

destination

The text to describe where the board is.

name

The name of the board to test.