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
For me it comes from using the export_svg function from https://github.com/rich-iannone/DiagrammeRsvg/blob/master/R/export_svg.R and it is printed at the $call( portion before the output
export_svg
$call(
# Create the SVG file svg <- ct$call("Viz", gv$x$diagram, "svg", gv$x$config$engine, gv$x$config$options) return(svg)
It appears to be the same issue as bvibber/ogv.js#304
The text was updated successfully, but these errors were encountered:
Simply wrapping this call with invisible() does not suppress this message from printing.
invisible()
Sorry, something went wrong.
No branches or pull requests
For me it comes from using the
export_svg
function from https://github.com/rich-iannone/DiagrammeRsvg/blob/master/R/export_svg.Rand it is printed at the
$call(
portion before the outputIt appears to be the same issue as
bvibber/ogv.js#304
The text was updated successfully, but these errors were encountered: