Skip to content

error when running code as is from use_rmarkdown_template #761

@ljanda-amplify

Description

@ljanda-amplify

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    featurea feature request or enhancementtidy-dev-day 🤓Tidyverse Developer Day

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions