inst/doc/Architecture.R

## ---- include = FALSE---------------------------------------------------------
knitr::opts_chunk$set(echo = FALSE)
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

## ---- eval = FALSE, echo = FALSE----------------------------------------------
#  suppressMessages(library(plantuml))
#  uml_str <- paste(readLines("design.plantuml"), collapse = "\n")
#  uml <- plantuml::plantuml(x = uml_str)
#  plot(uml, file = "./vignettes/class_diagram.svg")

Try the bootGOF package in your browser

Any scripts or data that you put into this service are public.

bootGOF documentation built on June 24, 2021, 9:12 a.m.