Skip to content

Commit

Permalink
Add URL to usethis::use_template source
Browse files Browse the repository at this point in the history
  • Loading branch information
annakrystalli committed Sep 27, 2024
1 parent 8d541de commit ee34d3e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/create_custom_check.R
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,8 @@ create_custom_check <- function(name, hub_path = ".",
}

# Much of the following functionality is heavily based on usethis function `use_template()`
# licensed under MIT License. See
# licensed under MIT License.
# See https://github.com/r-lib/usethis/blob/2cc9e5a4e5e3034399fafb65d871eec352d83a15/R/template.R#L10
create_template_fn <- function(data) {
template_path <- system.file("templates/custom_check_template",
package = "hubValidations"
Expand Down

0 comments on commit ee34d3e

Please sign in to comment.