Package: nomnoml Type: Package Title: Sassy 'UML' Diagrams Version: 0.3.0 Authors@R: c( person("Andrie", "de Vries", email = "apdevries@gmail.com", role = c("aut", "cre")), person("Javier", "Luraschi", email = "jluraschi@gmail.com", role = "aut"), person("Daniel", "Kallin", role = "cph", comment = "nomnoml.js library, "), person(family = "RStudio", role = c("cph", "fnd")) ) Description: A tool for drawing sassy 'UML' (Unified Modeling Language) diagrams based on a simple syntax, see . Supports styling, R Markdown and exporting diagrams in the PNG format. Note: you need a chromium based browser installed on your system. License: MIT + file LICENSE Encoding: UTF-8 Depends: R (>= 3.1.2) Imports: htmlwidgets, png, webshot2, lifecycle, rlang RoxygenNote: 7.2.3 Suggests: V8, knitr, rmarkdown, testthat, shinytest, covr, spelling SystemRequirements: A chromium based browser, required by "webshot2" URL: https://rstudio.github.io/nomnoml/ BugReports: https://github.com/rstudio/nomnoml/issues Roxygen: list(markdown = TRUE) RdMacros: lifecycle Language: en-US Config/testthat/edition: 3 Config/pak/sysreqs: chromium cmake make libpng-dev libuv1-dev libssl-dev Repository: https://rstudio.r-universe.dev Date/Publication: 2024-12-11 13:17:47 UTC RemoteUrl: https://github.com/rstudio/nomnoml RemoteRef: HEAD RemoteSha: 55e88666c2e32bf6c63946916f25ece32f3b4ca9 NeedsCompilation: no Packaged: 2026-06-22 07:51:58 UTC; root Author: Andrie de Vries [aut, cre], Javier Luraschi [aut], Daniel Kallin [cph] (nomnoml.js library, ), RStudio [cph, fnd] Maintainer: Andrie de Vries