Skip to contents

nomnoml 0.3.0

CRAN release: 2023-11-20

  • This release can potentially cause breaking changes, because of a switch to use webshot2. You now need a chromium based browser.
  • Update nomnoml.js to v1.6.2
  • Update from webshot to webshot2, thus removing the dependency on phantomjs

nomnoml 0.2.7

CRAN release: 2023-06-29

nomnoml 0.2.6

CRAN release: 2023-03-11

  • Update nomnoml.js to v1.5.3
  • Fix spurious package startup message
  • Merge PR by @dmurdoch to add unicode support

nomnoml 0.2.5

CRAN release: 2022-02-23

nomnoml 0.2.4

CRAN release: 2022-02-21

  • Update nomnoml.js to version 1.4.0

nomnoml 0.2.3

CRAN release: 2020-12-15

  • Fix CRAN check failures, specifically relaxing the requirement for phantomjs.

  • PhantomJS is only necessary for creating PNG files, including PNG output in R Markdown, but not for SVG output or any interactive widgets, e.g. in a shiny app.

nomnoml 0.2.2

  • Update nomnoml to v1.3.1 (taking dependency on graphre)

  • Add additional tests and improved code coverage

  • Add pkgdown documentation site

  • Add nomnoml_validate(), an experimental function to validate if a diagram can be parsed. Uses the V8 package to do this.

  • Added “experimental badge” to package

nomnoml 0.2.1

  • Change maintainer to @andrie

  • Add additional tests

nomnoml 0.2.0

CRAN release: 2020-05-26

  • Update nomnoml to version 0.7.2

  • Add support for ‘svg’ output in ‘nomnoml()’.

  • Fix issue introducing too much blank space in Rmd docs.

  • Fix duplicate diagrams in Shiny apps (@andrie, #15).

nomnoml 0.1.0

CRAN release: 2019-06-13

  • Use nomnoml version 0.2.0

  • Support to render PNGs.

  • Support to render ‘htmlwidgets’.

  • Support for ‘nomnoml’ chunks in R Markdown.