Nothing
knitr::opts_chunk$set(echo = FALSE) knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
suppressMessages(library(plantuml)) uml_str <- paste(readLines("design.plantuml"), collapse = "\n") uml <- plantuml::plantuml(x = uml_str) plot(uml, file = "./vignettes/class_diagram.svg")
Note that the object-oriented concepts are realized via the R6-package and that R6 actually does not have a real interface-functionality or abstract classes.
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.