plantuml_update: Update or download 'plantuml.jar' binary

View source: R/plantuml_update.R

plantuml_updateR Documentation

Update or download plantuml.jar binary

Description

The file plantuml.jar is downloaded from Sourceforge and saved as "plantuml.jar" in the folder system.file("jar", package = "plantuml") of the package. The source code for plantuml can be found at https://github.com/plantuml/plantuml

Usage

plantuml_update(tag = "release", ...)

Arguments

tag

tag of the version to be downloaded. Allowed values are

  • "release : the last release

  • "snapshot" : the last snapshot - Not ready for gneral use

...

additional arguments for the download.file() function

Value

the path and name of the downloaded file

Examples

## Not run: 
plantuml_update()

## End(Not run)

rkrug/plantuml documentation built on June 3, 2023, 6:24 a.m.