R/package.R

#' An \code{htmlwidget} interface to the
#' tui-calendar javascript library
#' 
#' This package allow you to use tui-calendar.js (\url{https://github.com/nhn/tui.calendar}),
#' to create interactive calendars.
#' 
#' @name tuicalendr-package
#' @docType package
#' @author Victor Perrier (@@dreamRs_fr)
NULL

#' tuicalendr exported operators and S3 methods
#' 
#' The following functions are imported and then re-exported
#' from the tuicalendr package to avoid listing the magrittr
#' as Depends of tuicalendr
#' 
#' @name tuicalendr-exports
NULL

#' @importFrom magrittr %>%
#' @name %>%
#' @export
#' @rdname tuicalendr-exports
NULL

#' @importFrom htmlwidgets JS
#' @name JS
#' @export
#' @rdname tuicalendr-exports
NULL
dreamRs/tuicalendr documentation built on Aug. 4, 2021, 12:02 a.m.