Changelog
Source:NEWS.md
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
towebshot2
, thus removing the dependency onphantomjs
nomnoml 0.2.7
CRAN release: 2023-06-29
- Remove use of
numeric_version()
to comply with changes in R devel.
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.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 ongraphre
)Add additional tests and improved code coverage
Add
pkgdown
documentation siteAdd
nomnoml_validate()
, an experimental function to validate if a diagram can be parsed. Uses theV8
package to do this.Added “experimental badge” to package
nomnoml 0.2.1
Change maintainer to @andrie
Add additional tests