The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
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[@]dogado.de.

Title: Beautiful Bubbles for 'shiny' and 'rmarkdown' Backgrounds
Version: 0.1.2
Description: Creates bubbles within 'shiny' and 'rmarkdown' backgrounds using the 'bubbly-bg' 'JavaScript' library.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Imports: htmltools, glue
Suggests: knitr, rmarkdown
VignetteBuilder: knitr
URL: https://github.com/feddelegrand7/bubblyr
BugReports: https://github.com/feddelegrand7/bubblyr/issues
NeedsCompilation: no
Packaged: 2020-07-29 17:31:55 UTC; Administrateur
Author: Mohamed El Fodil Ihaddaden [aut, cre], David Åse [cph] (bubbly-bg library)
Maintainer: Mohamed El Fodil Ihaddaden <ihaddaden.fodeil@gmail.com>
Repository: CRAN
Date/Publication: 2020-07-29 17:40:03 UTC

Add beautiful interactive bubbles within Shing and RMarkdown backgrounds

Description

Add beautiful interactive bubbles within Shing and RMarkdown backgrounds

Usage

bubbly(theme = "ocean", color = "white")

Arguments

theme

Name of the bubbles theme. See the vignette for a list of themes.

color

Text color. Defaults to 'white'

Value

Themed interactive bubbles for Shiny and RMarkdown backgrounds

Examples

 if (interactive()) {

 ui <- fluidPage(

 bubbly(theme = "meteor")

 )


 server <- function(input, output) {}



 shinyApp(ui = ui, server = server)




}


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.
Health stats visible at Monitor.