diff --git a/.Rbuildignore b/.Rbuildignore index 8d7fdbd8..f909c3b9 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -14,3 +14,4 @@ ^webpack\.dev\.js$ ^webpack\.prod\.js$ ^webpack\.common\.js$ +^cran-comments\.md$ diff --git a/DESCRIPTION b/DESCRIPTION index 32d43b1d..96870487 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: toastui Title: Interactive Tables, Calendars and Charts for the Web -Version: 0.2.0.9200 +Version: 0.2.1 Authors@R: c( person("Victor", "Perrier", email = "victor.perrier@dreamrs.fr", role = c("aut", "cre", "cph")), person("Fanny", "Meyer", role = "aut"), diff --git a/NEWS.md b/NEWS.md index c3f3b92a..12746f31 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,10 @@ +# toastui 0.2.1 + +* First CRAN submission. +* Updated JavaScript dependencies (tui-calendar 1.15.1, @toast-ui/chart 4.4.1, tui-grid 4.20.0). + + + # toastui 0.2.0 * Use [packer](https://github.com/JohnCoene/packer) to manage JavaScript source code and dependencies. diff --git a/R/datagrid.R b/R/datagrid.R index ad928579..1afa054b 100644 --- a/R/datagrid.R +++ b/R/datagrid.R @@ -17,7 +17,7 @@ #' @param draggable Whether to enable to drag the row for changing the order of rows. #' @param data_as_input Should the `data` be available in an input `input$_data` server-side? #' @param contextmenu Display or not a context menu when using right click in the grid. -#' Can also be a list of custom options, see [tui-grid documentation](https://nhn.github.io/tui.grid/latest/tutorial-example27-export) +#' Can also be a list of custom options, see [tui-grid documentation](https://nhn.github.io/tui.grid/latest/tutorial-example27-export/) #' for examples. #' @param width,height Width and height of the table in a CSS unit or a numeric. #' @param elementId Use an explicit element ID for the widget. diff --git a/cran-comments.md b/cran-comments.md new file mode 100644 index 00000000..858617db --- /dev/null +++ b/cran-comments.md @@ -0,0 +1,5 @@ +## R CMD check results + +0 errors | 0 warnings | 1 note + +* This is a new release. diff --git a/man/datagrid.Rd b/man/datagrid.Rd index cec2812f..477f2108 100644 --- a/man/datagrid.Rd +++ b/man/datagrid.Rd @@ -48,7 +48,7 @@ or a single or numeric vector to set the width in pixel. Use \code{NULL} to disa \item{data_as_input}{Should the \code{data} be available in an input \verb{input$_data} server-side?} \item{contextmenu}{Display or not a context menu when using right click in the grid. -Can also be a list of custom options, see \href{https://nhn.github.io/tui.grid/latest/tutorial-example27-export}{tui-grid documentation} +Can also be a list of custom options, see \href{https://nhn.github.io/tui.grid/latest/tutorial-example27-export/}{tui-grid documentation} for examples.} \item{width, height}{Width and height of the table in a CSS unit or a numeric.}