diff --git a/DESCRIPTION b/DESCRIPTION index 59b1d8e..5b51505 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -12,4 +12,4 @@ Encoding: UTF-8 URL: https://r-coder.com/, https://r-coder.com/calendar-plot-r/ LazyData: true Roxygen: list(markdown = TRUE) -RoxygenNote: 7.1.1 +RoxygenNote: 7.1.2 diff --git a/LICENSE b/LICENSE index 4fc8554..65100c1 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2020 R-Coder +Copyright (c) 2020, 2021 R-Coder Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/man/calendR.Rd b/man/calendR.Rd index af028e0..60d2af1 100644 --- a/man/calendR.Rd +++ b/man/calendR.Rd @@ -48,6 +48,7 @@ calendR( bg.col = "white", bg.img = "", margin = 1, + ncol, lunar = FALSE, lunar.col = "gray60", lunar.size = 7, @@ -143,6 +144,8 @@ calendR( \item{margin}{Numeric. Allows controlling the margin of the calendar.} +\item{ncol}{Numeric. Controls the number of columns of the yearly calendar. Overrides the default values for "landscape" and "portrait" orientation.} + \item{lunar}{Boolean. If \code{TRUE}, draws the lunar phases. Only available for monthly calendars.} \item{lunar.col}{If \code{lunar = TRUE}, is the color of the hide part of the moons.}