Provides functions to convert between the Mayan calendar dates and Gregorian dates.
And the development version from GitHub with:
# install.packages("devtools")
devtools::install_github("edgararuiz/maya")
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"