Nothing
Code
res <- filter_single_hyphenated(x)
Message
Prompts "basename.md" and "base_name.md" must contain a single hyphen in their filenames and will not be registered with chores.
Code
res <- filter_single_hyphenated(x[1:2])
Message
Prompt "basename.md" must contain a single hyphen in its filename and will not be registered with chores.
Code
res <- filter_interfaces(x)
Message
Prompts "bop-bad.md" and "boop-silly.md" have an unrecognized `interface` noted in their filenames and will not be registered with chores.
`interface` (following the hyphen) must be one of `replace`, `prefix`, or `suffix`.
Code
res <- filter_interfaces(x[1:2])
Message
Prompt "bop-bad.md" has an unrecognized `interface` noted in its filename and will not be registered with chores.
`interface` (following the hyphen) must be one of `replace`, `prefix`, or `suffix`.
Code
directory_set(identity)
Condition
Error in `directory_set()`:
! `dir` must be a single string, not a function.
Code
directory_set("some/nonexistent/path")
Condition
Error in `directory_set()`:
! `dir` doesn't exist.
i If desired, create it with `dir.create("some/nonexistent/path", recursive = TRUE)`.
Code
res <- directory_list()
Message
-- No custom prompts.
i Create a new prompt with `prompt_new()` (`?chores::prompt_new()`).
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.