• Stars
    star
    17
  • Rank 1,216,769 (Top 25 %)
  • Language
    R
  • License
    Other
  • Created about 3 years ago
  • Updated 2 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Grouped dates in R

grates

Codecov test coverage R-CMD-check

The goal of {grates} is to provide a simple and coherent implementation for grouped date classes.

Installation

You can install the released version of {grates} from CRAN with:

install.packages("grates")

The development version of {grates} can be installed from GitHub with:

remotes::install_github("reconverse/grates", build_vignettes = TRUE)

Vignette

A detailed introduction to {grates} can be found in the included vignette

vignette("grates", package = "grates")