R/calendR-package.R

#' @title calendR: Ready to Print Monthly and Yearly Calendars Made with 'ggplot2'
#'
#' @description This package creates monthly and yearly calendars based on 'ggplot2' package. The function provided allows coloring the days, adding texts, customizing the font colors, styles and fonts and saving ready to print calendars to the working directory in PDF (in landscape or portrait A4 format).
#'
#' @details
#' \itemize{
#' \item{Package: calendR}
#' \item{Version: 1.2}
#' \item{Maintainer: José Carlos Soage González \email{jsoage@@uvigo.es}}
#' }
#'
#' @author
#' \itemize{
#'  \item{Soage González, José Carlos.}
#'  \item{Pérez Veiga, Natalia.}
#' }
#'
#' @seealso
#' \itemize{
#'  \item{\href{https://r-coder.com/}{R programming tutorials}}
#'  \item{\href{https://r-coder.com/calendar-plot-r/}{Tutorial: calendar plots in R with calendR package}}
#' }
#'
#' @docType package
#' @name calendR-package
NULL

Try the calendR package in your browser

Any scripts or data that you put into this service are public.

calendR documentation built on Oct. 6, 2023, 1:07 a.m.