The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
Tweak imports to avoid revdepcheck errors for styler. (#119)
Add "reactive" class to metaReactive
objects, so shiny::is.reactive() returns TRUE
for them. (#120)
Small patch release to accommodate for changes made to
base::deparse() in the next upcoming R release. (#107)
Small patch release to accommodate for changes made in testthat 3.1.0. (#102)
Small patch release to address unit test failures on Solaris. (#101)
..() (instead of
!!), is now expanded in meta-mode. In normal execution,
this operator is not expanded, and is, instead stripped (i.e.,
.,(data()) becomes data()). See this
wiki page for more information. (#59)metaAction function, intended for executing code
for its side effects while also capturing the source for code
generation. This is useful for app setup code, such as
library() calls, source-ing of supplemental .R
files, loading static data sets, etc. (#71)bquote(splicing = TRUE) can’t be used inside a
metaExpr() context since the ..() operator is
reserved for {shinymeta}’s quasi-quotation rules. Use
{rlang}’s !!! operator for splicing instead of
bquote().
metaRender() will throw a warning about deprecated
env/quoted arguments when
shiny::devmode(TRUE). This warning may be safely ignored
and will be fixed in a future version.
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.