-
Notifications
You must be signed in to change notification settings - Fork 0
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
Fix tests, allow multi vary across, rename rmd
functions to docs
#126
Conversation
* minor change to avoid warning from `tidyselect::all_of(c(rep(".all", nrow(data)), groups))`
print.tbl
output from snapshot tests
Looks great! My only suggestion is to add back warn("create_rmd is deprecated and will be removed in a future version. Please use render_docs instead.") In case you hadn't see Perhaps better yet, we could use the |
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.
See #126 (comment)
Thanks for the suggestions! I added the backwards compatibility using |
rmd
functions to docs
print.tbl
output from snapshot testsrmd
todocs
for consistency. Includes renamingcreate_doc_template()
toinit_docs()
,create_rmd()
torender_docs()
, andset_rmd_options()
toset_doc_options()
vary_across