Package: mtb 0.1.10
mtb: My Toolbox for Assisting Document Editing and Data Presenting
The purpose of this package is to share a collection of functions the author wrote during weekends for managing kitchen and garden tasks, e.g. making plant growth charts or Thanksgiving kitchen schedule charts, etc. Functions may include but are not limited to: (1) aiding in summarizing time-related data; (2) generating axis transformations from data; and (3) aiding Markdown (with HTML output) and Shiny file editing.
Authors:
mtb_0.1.10.tar.gz
mtb_0.1.10.zip(r-4.7)mtb_0.1.10.zip(r-4.6)mtb_0.1.10.zip(r-4.5)
mtb_0.1.10.tgz(r-4.6-any)mtb_0.1.10.tgz(r-4.5-any)
mtb_0.1.10.tar.gz(r-4.7-any)mtb_0.1.10.tar.gz(r-4.6-any)
mtb_0.1.10.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
DESCRIPTION |NEWS
card.svg |card.png
mtb/json (API)
| # Install 'mtb' in R: |
| install.packages('mtb', repos = c('https://yh202109.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/yh202109/mtb/issues
- exdt - Example dataset
Last updated from:62f3040e9f. Checks:7 NOTE, 2 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | NOTE | 192 | ||
| source / vignettes | OK | 173 | ||
| linux-release-x86_64 | NOTE | 141 | ||
| macos-release-arm64 | NOTE | 170 | ||
| macos-oldrel-arm64 | NOTE | 150 | ||
| windows-devel | NOTE | 96 | ||
| windows-release | NOTE | 92 | ||
| windows-oldrel | NOTE | 96 | ||
| wasm-release | OK | 116 |
Exports:add_colored_boxadd_colored_strbill_cross_checkbill_cross_countcolor_set_palettecolor_test_palettecrosstab_from_listtime_plot_eventtime_plot_intervaltrans_compositiontrans_loglinear
Dependencies:base64encclicpp11data.tabledigestfarverfastmapggplot2gluegtablehtmltoolsisobandlabelinglifecycleR6RColorBrewerrlangS7scalesvctrsviridisLitewithr
Last update: 2026-02-28
Started: 2026-02-22
Last update: 2026-02-22
Started: 2022-10-12
Last update: 2026-02-22
Started: 2022-10-12
Last update: 2026-02-22
Started: 2022-10-12
Last update: 2026-02-22
Started: 2022-10-12
Last update: 2026-02-22
Started: 2022-10-12
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Add a box with specified color in an R Markdown file. | add_colored_box |
| Add a string with specified color or background color. | add_colored_str |
| Check two tables with unique matching ids and generate reports on duplicated ids and repeated columns when applicable.. | bill_cross_check |
| Summarize times being purchased for individual items from multiple grocery shopping lists. | bill_cross_count |
| Generate a color vector | color_set_palette |
| Test a color vector | color_test_palette |
| Create a crosstab from a data frame with optional percentage reporting | crosstab_from_list |
| Example dataset | exdt |
| Plot labeled events | time_plot_event |
| Plot periods of events | time_plot_interval |
| Transformation for continuous data with a finite number of distinct values | trans_composition |
| Transformation for continuous data with a finite number of distinct values | trans_loglinear |
