edgararuiz-zz / maya

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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")
#> [1] "December 21, 2012 CE"
gregorian_to_mayan("August 11, 3114 BCE")
#> [1] "0.0.0.0.0"

About

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

License:MIT License


Languages

Language:R 100.0%