• Overview
•
Installation
•
Get started
•
Citation
•
Contributing
•
Acknowledgments
The R package planner
is dedicated to create ready to print calendars.
Calendars are saved as PDF files in the A4 paper format (297 x 210 mm).
Users can choose between a monthly or annual calendar. Many features are
available:
- choose between a full or working weeks calendar
- add holidays (available for 200+ countries)
- add special days (i.e. birthdays)
- add moon phases
- add single-day events
- add multi-day events
- add multi-week events
- add sub-calendars (event categories)
- change calendar language
You can install the development version from GitHub with:
## Install < remotes > package (if not already installed) ----
if (!requireNamespace("remotes", quietly = TRUE)) {
install.packages("remotes")
}
## Install < planner > from GitHub ----
remotes::install_github("frbcesab/planner")
Then you can attach the package planner
:
library("planner")
For an overview of the main features of planner
, please read the Get
started
vignette.
Please cite planner
as:
Casajus Nicolas (2024) planner: An R package to create ready to print calendars. R package version 0.1. https://github.com/frbcesab/planner/
All types of contributions are encouraged and valued. For more information, check out our Contributor Guidelines.
Please note that the planner
project is released with a Contributor
Code of
Conduct.
By contributing to this project, you agree to abide by its terms.
This package has been developed as part of a FRB-CESAB work.