Recent Releases of shinymeta
shinymeta - shinymeta 0.2.0.3
Small patch release to accommodate for changes made to base::deparse() in the next upcoming R release. (#107)
- R
Published by cpsievert over 4 years ago
shinymeta - shinymeta 0.2.0.2
Small patch release to accommodate new version of testthat.
- R
Published by cpsievert over 4 years ago
shinymeta - shinymeta 0.2.0.1
Small patch release to address unit test failures on Solaris.
- R
Published by cpsievert about 5 years ago
shinymeta - shinymeta 0.2.0
Breaking changes
- A different operator,
..()(instead of!!), is now expanded in meta-mode. In normal execution, this operator is not expanded, and is, instead stripped (i.e.,.,(data())becomesdata()). See this wiki page for more information. (#59)
New features
- New
metaActionfunction, intended for executing code for its side effects while also capturing the source for code generation. This is useful for app setup code, such aslibrary()calls,source-ing of supplemental .R files, loading static data sets, etc. (#71)
Known issues
bquote(splicing = TRUE)can't be used inside ametaExpr()context since the..()operator is reserved for{shinymeta}'s quasi-quotation rules. Use{rlang}'s!!!operator for splicing instead ofbquote().metaRender()will throw a warning about deprecatedenv/quotedarguments whenshiny::devmode(TRUE). This warning may be safely ignored and will be fixed in a future version.
- R
Published by cpsievert about 5 years ago