Package: tind
Title: A Common Representation of Time Indices of Different Types
Version: 0.2.2
Date: 2025-11-07
Authors@R: person("Grzegorz", "Klima", , "dever@post.pl", c("aut", "cre", "cph"))
Description: Provides an easy-to-use tind class representing time indices
    of different types (years, quarters, months, ISO 8601 weeks, dates,
    time of day, date-time, and arbitrary integer/numeric indices).
    Includes an extensive collection of functions for calendrical computations
    (including business applications), index conversions, index parsing,
    and other operations. Auxiliary classes representing time differences and
    time intervals (with set operations and index matching functionality) are
    also provided. All routines have been optimised for speed in order
    to facilitate computations on large datasets. More details regarding
    calendars in general and calendrical algorithms can be found in
    "Calendar FAQ" by Claus Tøndering <https://www.tondering.dk/claus/calendar.html>.
Depends: R (>= 3.6.0)
Suggests: crayon, methods, stats, testthat, knitr, rmarkdown, fansi,
        htmltools
Enhances: utils, graphics, ggplot2, zoo, timeDate, chron, data.table
Collate: base-utils.R base-in.R base-yqmwd.R base-tz.R base-th.R
        base-res.R base-pretty.R base-locale.R base-types.R
        base-parse.R tind.R format.R parse.R coercion.R methods.R
        tdiff.R tinterval.R types.R resolution.R tzone.R tspan.R
        print_summ_str.R ops.R setops_match.R round.R cut.R seq.R
        ord_reg.R calendar.R other.R calendars.R business.R merge.R
        pretty.R plot-scales.R package.R
License: GPL-3
URL: https://github.com/dever-pl/tind
BugReports: https://github.com/dever-pl/tind/issues
Encoding: UTF-8
NeedsCompilation: yes
VignetteBuilder: knitr
RoxygenNote: 7.3.3
Packaged: 2025-11-07 08:05:47 UTC; dever
Author: Grzegorz Klima [aut, cre, cph]
Maintainer: Grzegorz Klima <dever@post.pl>
Repository: CRAN
Date/Publication: 2025-11-07 10:00:02 UTC
