We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
No description provided.
The text was updated successfully, but these errors were encountered:
posit.R with is_posit_script() and is_posit_notebook(), returning FALSE whenever rstudioapi is unavailable.
posit.R
is_posit_script()
is_posit_notebook()
FALSE
rstudioapi
Notebook inline:
if (isTRUE(check_dependency("rstudioapi"))) { tinytable_print_rstudio <- getOption("tinytable_print_rstudio", default = "inline") assert_choice(tinytable_print_rstudio, c("inline", "viewer")) if (tinytable_print_rstudio == "inline") { tab = sprintf("\n```{=html}\n%s\n```\n`", tab) print(knitr::asis_output(tab)) return(invisible(x)) } }
Sorry, something went wrong.
inline display does not appear to be available in Positron, and we need a hack to detect Rstudio, but this seems to work. rstudio/rstudioapi#310
c24a7f7
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: