-
-
Notifications
You must be signed in to change notification settings - Fork 41
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
Documentation fixes #818
Labels
Comments
asbates
added a commit
that referenced
this issue
Apr 5, 2023
m7pr
added a commit
that referenced
this issue
Jul 21, 2023
blocked by #870 |
m7pr
added a commit
that referenced
this issue
Jul 28, 2023
Closes #818 With this PR we aimed to explain `teal.code` usage in `Adding support for Reporting to custom modules` vignette. This vignette demonstrates the usage of `teal.reporter` modules with `teal` apps. The example with `teal.code` is not necessary for the vignette however it shows an advanced combination of usage of `teal.code` and `teal.reporter` hence I decided not to remove `teal.code` snippets from this article. There are also `teal.code` snippets in another vignette (`Creating Custom Modules`), so removal from this one would not remove the Suggests dependency for the `teal.code` package anyway. I also reviewed the text and tried to polish it. Lastly, there examples in `R/module_tabs_with_filters.R` were updated during #870 --------- Signed-off-by: Marcin <[email protected]> Co-authored-by: Aleksander Chlebowski <[email protected]> Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There are a couple of issues (some potential) noted in the review of documentation in #815. I think they need more discussion, hence this issue.
qenv
in an example. I think we should add a short description of qenv, point toteal.code
, or remove theqenv
usage possible.The examples inmodule_tabs_with_filters
uses:::
. These shouldn't be used.module_tabs_with_filters
. If it doesn't add anything helpful it should be removed. Similar examples are used in other teal functions so they may need updating as wellSimilarly formodule_teal
. It uses:::
and I'm not sure the example is helpful.The text was updated successfully, but these errors were encountered: