--- title: "Calendrical Computations Using `tind` Package" author: "Grzegorz Klima" output: rmarkdown::html_vignette vignette: > %\VignetteIndexEntry{Calendrical Computations Using `tind` Package} %\VignetteEngine{knitr::rmarkdown} \usepackage[utf8]{inputenc} --- `tind` package provides an extensive set of functions for calendrical computations. These include: extraction of time index components, determination of properties of time periods (leap years, number of subperiods within a period), computation of dates of moveable observances, and calendar arithmetic. For applications in business and finance, computations involving business days (using different rolling conventions) and computation of accrual factors are provided. ```{r echo=FALSE} options(crayon.enabled = TRUE) knitr::knit_hooks$set(output = function(x, options) { paste0( '
',
    fansi::sgr_to_html(x = htmltools::htmlEscape(x), warn = FALSE),
    '