newModuleTests {SpaDES.core} | R Documentation |
Create template testing structures for new modules
Description
Create template testing structures for new modules
Usage
newModuleTests(name, path, open, useGitHub)
## S4 method for signature 'character,character,logical,logical'
newModuleTests(name, path, open, useGitHub)
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 |
useGitHub |
Logical indicating whether GitHub will be used.
If |
Value
NULL (invisibly). Invoked for its side effect of creating new module test files.
Author(s)
Eliot McIntire and Alex Chubaty
See Also
Other module creation helpers:
newModule()
,
newModuleCode()
,
newModuleDocumentation()
[Package SpaDES.core version 2.1.0 Index]