Skip to content

Commit

Permalink
doc: Quick doc fix for sepuku()
Browse files Browse the repository at this point in the history
  • Loading branch information
ymansiaux committed Jun 10, 2024
1 parent 053c694 commit 117bba6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion R/sepuku.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#' # If you want to force the cleaning, you can use the force argument
#' sepuku(force = TRUE)
#'
#' # Example with a dummy package with a flat file
#' # Example with a dummy package
#' dummypackage <- tempfile("sepuku.example")
#' dir.create(dummypackage)
#' fill_description(pkg = dummypackage, fields = list(Title = "Dummy Package"))
Expand Down
2 changes: 1 addition & 1 deletion dev/flat_sepuku.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ sepuku()
# If you want to force the cleaning, you can use the force argument
sepuku(force = TRUE)
# Example with a dummy package with a flat file
# Example with a dummy package
dummypackage <- tempfile("sepuku.example")
dir.create(dummypackage)
fill_description(pkg = dummypackage, fields = list(Title = "Dummy Package"))
Expand Down
2 changes: 1 addition & 1 deletion man/sepuku.Rd

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

Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ sepuku()
# If you want to force the cleaning, you can use the force argument
sepuku(force = TRUE)
# Example with a dummy package with a flat file
# Example with a dummy package
dummypackage <- tempfile("sepuku.example")
dir.create(dummypackage)
fill_description(pkg = dummypackage, fields = list(Title = "Dummy Package"))
Expand Down

0 comments on commit 117bba6

Please sign in to comment.