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.
Added dependency to the fontawesome
package, to
allow inclusion of an icon in a toast. Icons must be included with the
fa_i
function; that does not work with the fa
function.
Allow to pass a shiny.tag
object to the
text
argument of the showToast
function. This
allows for example to use
text = tags$span(style = "color:lime;", "Message")
instead
of
HTML('<span style="color:lime;">Message</span>')
.
The showToast
function has a new argument
id
. See the details in ?showToast
for its
usage. It can be used for an alternative of the R callback.
New function toastUpdate
, to update a
toast.
First release.
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.