Create template testing structures for new modules
newModuleTests(name, path, open, useGitHub) # S4 method for character,character,logical,logical newModuleTests(name, path, open, useGitHub)
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 |
Other module creation helpers:
newModuleCode()
,
newModuleDocumentation()
,
newModule()
Eliot McIntire and Alex Chubaty