knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

maya

CRAN status Build Status Coverage status

Provides functions to convert between the Mayan calendar dates and Gregorian dates.

Installation

And the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("edgararuiz/maya")

Example

library(maya)

mayan_to_gregorian("13.0.0.0.0")
gregorian_to_mayan("August 11, 3114 BCE")


edgararuiz/maya documentation built on June 4, 2019, 8:53 a.m.