diff --git a/R/cookiecutter.r b/R/cookiecutter.r index 7cb1167..426d8f6 100644 --- a/R/cookiecutter.r +++ b/R/cookiecutter.r @@ -11,7 +11,7 @@ #' @param no_input Don't prompt for context variables #' specified in cookiecutter.json #' -#' @return No value +#' @return None #' #' @details **template** #' diff --git a/man/bake.Rd b/man/bake.Rd index d903642..1facf8d 100644 --- a/man/bake.Rd +++ b/man/bake.Rd @@ -19,7 +19,7 @@ bake(template, output_dir, extra_context = list(), overwrite = F, no_input = F) specified in cookiecutter.json} } \value{ -No value +None } \description{ This function takes a cookiecutter-compatible template directory and