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

Build Status

AppVeyor build status Codecov test coverage

UMLR2

A package to:

Motivation

Installation

You can install the released version of plantumlr from CRAN with:

``` {r, eval=FALSE} install.packages("UMLR2")

And the development version from [GitHub](https://github.com/) with:

```r
# install.packages("devtools")
devtools::install_github("grandez/umlr2")

Example

This is a basic example which shows you how to solve a common problem:



Grandez/umlr2 documentation built on Aug. 31, 2020, 2:49 a.m.