webshot2
. You now need a chromium based browser.nomnoml.js
to v1.6.2webshot
to webshot2
, thus removing the dependency on phantomjs
numeric_version()
to comply with changes in R devel.nomnoml.js
to v1.5.3packageStartupMessage()
nomnoml.js
to version 1.4.0Fix 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.
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
Change maintainer to @andrie
Add additional tests
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).
Use nomnoml
version 0.2.0
Support to render PNGs.
Support to render ‘htmlwidgets’.
Support for ‘nomnoml’ chunks in R Markdown.