-
Notifications
You must be signed in to change notification settings - Fork 18
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 macro do_readme_rmd()
#223
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need to update long-form documentation?
Can we mark these macros as "experimental", with http://lifecycle.r-lib.org/?
R/macro-readme-rmd.R
Outdated
#' @inheritParams step_setup_ssh | ||
#' @inheritParams step_setup_push_deploy | ||
#' @inheritParams step_do_push_deploy | ||
#' @param path,branch By default, this macro deploys the `"master"` branch |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is gh-pages really an alternative?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not really, thanks.
Co-Authored-By: Kirill Müller <krlmlr@users.noreply.github.com>
|
@krlmlr can we merge this? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, thanks!
fixes #65