Package: mtb Type: Package Title: My Toolbox for Assisting Document Editing and Data Presenting Version: 0.1.10 Authors@R: c( person("Y", "Hsu", , "yh202109@gmail.com", role = c("aut", "cre")) ) Description: 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. License: GPL (>= 3) Encoding: UTF-8 Depends: R (>= 4.1) Imports: htmltools (>= 0.4.0), ggplot2 (>= 3.4.0), scales (>= 1.3.0), data.table (>= 1.14.2), labeling (>= 0.3), rlang (>= 1.0.0) Suggests: rmarkdown (>= 1.16), knitr, testthat (>= 3.0.0), dplyr (>= 1.1.4) Config/testthat/edition: 3 VignetteBuilder: knitr URL: https://github.com/yh202109/mtb RoxygenNote: 7.3.3 Language: en-US LazyData: true Repository: https://yh202109.r-universe.dev Date/Publication: 2026-02-28 00:44:59 UTC RemoteUrl: https://github.com/yh202109/mtb RemoteRef: HEAD RemoteSha: 62f3040e9f1fd149210b17c1664e5d149f01b4bc NeedsCompilation: no Packaged: 2026-07-15 05:30:03 UTC; root Author: Y Hsu [aut, cre] Maintainer: Y Hsu