Package: mtb 0.1.8
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 might include but not limited to: (1) aiding summarizing time related data; (2) generating axis transformation from data; and (3) aiding Markdown (with html output) and Shiny file editing.
Authors:
mtb_0.1.8.tar.gz
mtb_0.1.8.zip(r-4.5)mtb_0.1.8.zip(r-4.4)mtb_0.1.8.zip(r-4.3)
mtb_0.1.8.tgz(r-4.4-any)mtb_0.1.8.tgz(r-4.3-any)
mtb_0.1.8.tar.gz(r-4.5-noble)mtb_0.1.8.tar.gz(r-4.4-noble)
mtb_0.1.8.tgz(r-4.4-emscripten)mtb_0.1.8.tgz(r-4.3-emscripten)
mtb.pdf |mtb.html✨
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 10 months agofrom:1444ff3f63. Checks:OK: 1 NOTE: 6. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 18 2024 |
R-4.5-win | NOTE | Nov 18 2024 |
R-4.5-linux | NOTE | Nov 18 2024 |
R-4.4-win | NOTE | Nov 18 2024 |
R-4.4-mac | NOTE | Nov 18 2024 |
R-4.3-win | NOTE | Nov 18 2024 |
R-4.3-mac | NOTE | Nov 18 2024 |
Exports:add_colored_boxadd_colored_strbill_cross_checkbill_cross_countcolor_set_palettecolor_test_palettetime_plot_eventtime_plot_intervaltrans_compositiontrans_loglinear
Dependencies:base64encclicolorspacedata.tabledigestfansifarverfastmapggplot2gluegtablehtmltoolsisobandlabelinglatticelifecyclemagrittrMASSMatrixmgcvmunsellnlmepillarpkgconfigR6RColorBrewerrlangscalestibbleutf8vctrsviridisLitewithr
mtb: Change Axis
Rendered frommtb_axis.Rmd
usingknitr::rmarkdown
on Nov 18 2024.Last update: 2022-10-12
Started: 2022-10-12
mtb: Edit Markdown
Rendered frommtb_md.Rmd
usingknitr::rmarkdown
on Nov 18 2024.Last update: 2022-10-12
Started: 2022-10-12
mtb: Set Color
Rendered frommtb_color.Rmd
usingknitr::rmarkdown
on Nov 18 2024.Last update: 2022-10-12
Started: 2022-10-12
mtb: Summary from Multiple Tables
Rendered frommtb_bill_summary.Rmd
usingknitr::rmarkdown
on Nov 18 2024.Last update: 2022-10-20
Started: 2022-10-12
mtb: Time Related Plots
Rendered frommtb_timerelated.Rmd
usingknitr::rmarkdown
on Nov 18 2024.Last update: 2022-10-12
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 |
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 |