-
Notifications
You must be signed in to change notification settings - Fork 302
Closed
Labels
featurea feature request or enhancementa feature request or enhancementtidy-dev-day 🤓Tidyverse Developer DayTidyverse Developer Day
Description
If you run the code as given in the default function signature for use_markdown_template(), you encounter an internal function, asciify() and therefore an error, which can be confusing to new users
usethis::use_rmarkdown_template(template_name = "Basic Template",
template_dir = tolower(asciify(template_name)),
template_description = "the most basic of templates",
template_create_dir = FALSE)
#> Error in asciify(template_name): could not find function "asciify"Created on 2019-05-13 by the reprex package (v0.2.1)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
featurea feature request or enhancementa feature request or enhancementtidy-dev-day 🤓Tidyverse Developer DayTidyverse Developer Day