knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

R6ClassDiagrams

The goal of R6ClassDiagrams is to ...

Installation

You can install the development version of R6ClassDiagrams like so:

# FILL THIS IN! HOW CAN PEOPLE INSTALL YOUR DEV PACKAGE?

Example

  1. Install R6ClassDiagrams package.

  2. Fork and pull some package that uses R6 classes, e.g. miesmuschel.

  3. Open the package as project (the .Rproj file).

  4. Run the following

R6ClassDiagrams::plot_class_diagram()


andreash0/R6ClassDiagrams documentation built on Jan. 30, 2022, 12:34 a.m.