Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add space before feedback linee #76

Merged
merged 4 commits into from
Sep 28, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ vignettes/.httr-oauth$
^R/youtube$
^run_test\.R$
^\.github$
^pkgdown$
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ inst/doc
.httr-oauth
tests/testthat/googlesheets_token.rds
run_test.R
docs
2 changes: 1 addition & 1 deletion R/aaa_utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ add_footer <- function(rmd_path, footer_text = NULL) {
if (is.null(footer_text)) {
stop("Need character string in footer_text argument to append to end of file.")
}

footer_text <- paste0("\n", footer_text, collapse = "\n")
write(as.character(footer_text),
file = rmd_path,
append = TRUE
Expand Down
3 changes: 3 additions & 0 deletions R/bookdown_to_leanpub.R
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,9 @@ bookdown_to_leanpub <- function(path = ".",
"use make_book_txt = TRUE and one will be generated for you."))
}
}
message(paste("Leanpub ready files are saved to",
output_dir,
"Go to https://leanpub.com/ to publish them using the GitHub writing mode."))
}


Expand Down
Empty file added _pkgdown.yml
Empty file.