shinipsum icon indicating copy to clipboard operation
shinipsum copied to clipboard

Lorem-Ipsum-like Helpers for fast Shiny Prototyping

Results 8 shinipsum issues
Sort by recently updated
recently updated
newest added

[`globals.R`](https://github.com/ThinkR-open/shinipsum/blob/master/R/globals.R) feels weird to me because it feels like you're torturing perfectly ok code just to fit in with R CMD check. Instead, why not tweak R CMD check to...

Right now `random_image()` doesn't allow to change width height and alt ``` # Output for imageOutput(): list(src = "", contentType = 'image/jpg', width ="", height ="", alt = "Your choice")...

Hi, the `add_image_ext()` function can be useful in the sense that it generate a random image from the [Lorem Picsum](https://picsum.photos/) API which can be implemented directly within the Shiny User...

I find myself most drawn to the `mtcars` version of `random_ggplot("bar")` since we use categorical variables most often in bar charts. It'd be great to add in an argument for...

Using the "line" type for `random_ggplot()` is great, but it'd be nice to have a specific time series option for this, to better indicate the type of chart used.

When using `random_text()` over and over in a bulleted list/repeating text chunks, I thought it'd be great to have some variation to declare as an argument. Something like the below:...

Prepare for release: * [x] Check that description is informative * [x] Check licensing of included files * [x] `usethis::use_cran_comments()` * [x] `devtools::check()` * [x] `devtools::check_win_devel()` * [x] `rhub::check_for_cran()` *...

I think `{shinipsum}` should support a zoning functionality to mock shiny app UI blocks: ``` r mock_frame