Package: tantastic 0.2.2
tantastic: Fun and Shiny and Pretty Functions
A personal package of R functions, ggplot themes, and other miscellany.
Authors:
tantastic_0.2.2.tar.gz
tantastic_0.2.2.zip(r-4.7)tantastic_0.2.2.zip(r-4.6)tantastic_0.2.2.zip(r-4.5)
tantastic_0.2.2.tgz(r-4.6-any)tantastic_0.2.2.tgz(r-4.5-any)
tantastic_0.2.2.tar.gz(r-4.7-any)tantastic_0.2.2.tar.gz(r-4.6-any)
tantastic_0.2.2.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
tantastic/json (API)
| # Install 'tantastic' in R: |
| install.packages('tantastic', repos = c('https://tanho63.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/tanho63/tantastic/issues
Last updated from:f3ae3d0963. Checks:7 ERROR, 2 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | ERROR | 130 | ||
| source / vignettes | OK | 177 | ||
| linux-release-x86_64 | ERROR | 127 | ||
| macos-release-arm64 | ERROR | 107 | ||
| macos-oldrel-arm64 | ERROR | 98 | ||
| windows-devel | ERROR | 82 | ||
| windows-release | ERROR | 71 | ||
| windows-oldrel | ERROR | 84 | ||
| wasm-release | OK | 110 |
Exports:coalesce_joindt_fmt_colfmt_dtcolfontimport_bai_jamjureefontimport_jostfontimport_plex_condensedfontimport_plex_sansgen_input_mapget_client_tzgit_cleanupprogressivelyread_inputsset_geom_font_defaultsstrtheme_tantastictheme_uvunbind_dtunbind_dt_jsuse_client_tz
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Join two dataframes, coalescing any columns with common names | coalesce_join |
| Colour DT column by range | dt_fmt_col fmt_dtcol |
| Generate Shiny Inputs for a vector of identifiers | gen_input_map |
| Delete merged GitHub branches | git_cleanup |
| Progressively | progressively |
| Read a sequence of Shiny Inputs | read_inputs |
| Update geom defaults | set_geom_colour_defaults |
| Update matching font defaults for text geoms | set_geom_font_defaults |
| Tan's str() function | str |
| Tan's theme - dark | theme_tantastic |
| Tan's theme - dark | theme_uv |
| Unbind Shiny Inputs (server function) When generating inputs reactively, it's sometimes necessary to unbind old inputs so that you can use the updated inputs in Shiny. `'unbind_dt_js()' adds the JS to the UI, while 'unbind_dt()' is called as needed in the server component (usually as part of an 'observeEvent' or 'eventReactive') | unbind_dt |
| Unbind Shiny Inputs (UI function) | unbind_dt_js |
| Get User's Reported Time Zone | get_client_tz use_client_tz |
