Skip to content

Commit afbd3b8

Browse files
authored
Untracked: Fix documentation warning (#132)
1 parent 04ce8a3 commit afbd3b8

3 files changed

Lines changed: 7 additions & 4 deletions

File tree

R/rhtmlPictographs.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
#'
55
#' The usage documentation is maintained as a self hosted tutorial. For instructions on how to run and view this tutorial see the project readme : https://github.com/Displayr/rhtmlPictographs
66
#'
7+
#' @param settingsJsonString A JSON that contains the settings
8+
#'
79
#' @examples
810
#'
911
#' # red circle
@@ -21,8 +23,6 @@
2123
#' @import htmlwidgets
2224
#'
2325
#' @export
24-
#'
25-
2626
graphic <- function(settingsJsonString = '{}') {
2727
g <- htmlwidgets::createWidget(
2828
name = 'rhtmlPictographs',

man/graphic.Rd

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

theSrc/R/htmlwidget.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
#'
55
#' The usage documentation is maintained as a self hosted tutorial. For instructions on how to run and view this tutorial see the project readme : https://github.com/Displayr/rhtmlPictographs
66
#'
7+
#' @param settingsJsonString A JSON that contains the settings
8+
#'
79
#' @examples
810
#'
911
#' # red circle
@@ -21,8 +23,6 @@
2123
#' @import htmlwidgets
2224
#'
2325
#' @export
24-
#'
25-
2626
graphic <- function(settingsJsonString = '{}') {
2727
g <- htmlwidgets::createWidget(
2828
name = 'rhtmlPictographs',

0 commit comments

Comments
 (0)