Skip to content

formr 1.1.2

Choose a tag to compare

@rubenarslan rubenarslan released this 12 Jun 16:18
· 5 commits to master since this release
ad6836e

Hotfix

  • formr_render() and formr_inline_render() again write their output to a file named knit.html in the working directory. In 1.1.1 the CRAN-review changes routed rendering through tempdir() with a random filename, which broke rforms.org/OpenCPU — the server serves the rendered page via getFiles("knit.html") and could no longer find it.

If you are on 1.1.1, upgrade to 1.1.2 (or pin to 1.1.0). 1.1.2 keeps the 1.1.1 calculate-as-string fix (#45) as well.