Bulma study case: Install Bulma dependencies
- Define the source to get dependencies:
Locally (recommend) | Connecting to content delivery network (CDN) |
---|---|
Note: The current version of the package only has the local argument in the charpente_options
charpente_options <- function(local = TRUE) {
list(local = local)
}