tests/testthat/_snaps/00.updatePlantumlJar.md

plantuml jar does not exist

Code
  file.exists(getPlantumlOption("jar_name"))
Output
  [1] FALSE

plantuml_update(beta = TRUE)

Code
  plantuml_update(beta = TRUE, quiet = TRUE)

plantuml jar exists

Code
  file.exists(getPlantumlOption("jar_name"))
Output
  [1] TRUE
Code
  file.exists(getPlantumlOption("jar_name"))
Output
  [1] TRUE

plantuml_update(beta = FALSE)

Code
  plantuml_update(beta = FALSE, quiet = TRUE)


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