The goal of shinycalendr is to provide a Shiny interface for the calendR package
You can install the development version of shinycalendr from GitHub with:
# install.packages("pak")
pak::pak("NEPEM-UFSC/shinycalendr")
This is a basic example which shows you how to solve a common problem:
library(shinycalendr)
run_app()