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✨
card.svg |card.png
mtb/json (API)
NEWS
| # 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 | 146 | ||
| source / vignettes | OK | 221 | ||
| linux-release-x86_64 | NOTE | 134 | ||
| macos-release-arm64 | NOTE | 174 | ||
| macos-oldrel-arm64 | NOTE | 204 | ||
| windows-devel | NOTE | 104 | ||
| windows-release | NOTE | 109 | ||
| windows-oldrel | NOTE | 112 | ||
| wasm-release | OK | 129 |
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
mtb: Change Axis
Rendered frommtb_axis.Rmdusingknitr::rmarkdownon May 16 2026.Last update: 2026-02-22
Started: 2022-10-12
mtb: Crosstab Summary with crosstab_from_list()
Rendered frommtb_cd_gt3summary.Rmdusingknitr::rmarkdownon May 16 2026.Last update: 2026-02-28
Started: 2026-02-22
mtb: Edit Markdown
Rendered frommtb_md.Rmdusingknitr::rmarkdownon May 16 2026.Last update: 2026-02-22
Started: 2022-10-12
mtb: Set Color
Rendered frommtb_color.Rmdusingknitr::rmarkdownon May 16 2026.Last update: 2026-02-22
Started: 2022-10-12
mtb: Summary from Multiple Tables
Rendered frommtb_bill_summary.Rmdusingknitr::rmarkdownon May 16 2026.Last update: 2026-02-22
Started: 2022-10-12
mtb: Time Related Plots
Rendered frommtb_timerelated.Rmdusingknitr::rmarkdownon May 16 2026.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 |
