Skip to content

Commit

Permalink
update init_template param
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelbharti committed Oct 7, 2024
1 parent 4ab77fa commit 209eeba
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ dev.R
test_install
inst/doc
docs
dev_untrack.R
2 changes: 1 addition & 1 deletion R/init_template.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#'
#' @examples
#' init_template("shiny",getwd())
init_template <- function(template_name, path, confirm = TRUE) {
init_template <- function(template_name, path = getwd(), confirm = TRUE) {

# Display a message before the prompt
cat("You current working directory will be:\n")
Expand Down
2 changes: 1 addition & 1 deletion _pkgdown.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
url: https://www.samuelbharti.com/peacock/
url: http://www.samuelbharti.com/peacock/
template:
bootstrap: 5

2 changes: 1 addition & 1 deletion man/init_template.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 209eeba

Please sign in to comment.