SpaDES (version 1.3.1)

newModuleTests: Create template testing structures for new modules

Description

Create template testing structures for new modules

Usage

newModuleTests(name, path, open)

# S4 method for character,character,logical newModuleTests(name, path, open)

Arguments

name

Character string specifying the name of the new module.

path

Character string. Subdirectory in which to place the new module code file. The default is the current working directory.

open

Logical. Should the new module file be opened after creation? Default TRUE.

See Also

Other module creation helpers: newModuleCode, newModuleDocumentation, newModule