Skip to content

Commit 04ce8a3

Browse files
committed
Fix examples
1 parent d87ec02 commit 04ce8a3

4 files changed

Lines changed: 10 additions & 10 deletions

File tree

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ Imports:
1010
htmlwidgets
1111
License: GPL-3
1212
LazyData: TRUE
13-
RoxygenNote: 7.1.1
13+
RoxygenNote: 7.3.2

R/rhtmlPictographs.R

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
#'
77
#' @examples
88
#'
9-
#' red circle
9+
#' # red circle
1010
#' rhtmlPictographs::graphic('circle:red')
1111
#'
12-
#' single horizontally cropped image - minimal settings
12+
#' # single horizontally cropped image - minimal settings
1313
#' rhtmlPictographs::graphic('{"variableImage":"circle:horizontal:blue","percentage":"0.4","width":400,"height":400}')
1414
#'
15-
#' for a list of up to date examples see here : https://github.com/Displayr/rhtmlPictographs/tree/master/examples
15+
#' # for a list of up to date examples see here : https://github.com/Displayr/rhtmlPictographs/tree/master/examples
1616
#'
1717
#' @author Kyle Zeeuwen <kyle.zeeuwen@gmail.com>
1818
#'

man/graphic.Rd

Lines changed: 3 additions & 3 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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
#'
77
#' @examples
88
#'
9-
#' red circle
9+
#' # red circle
1010
#' rhtmlPictographs::graphic('circle:red')
1111
#'
12-
#' single horizontally cropped image - minimal settings
12+
#' # single horizontally cropped image - minimal settings
1313
#' rhtmlPictographs::graphic('{"variableImage":"circle:horizontal:blue","percentage":"0.4","width":400,"height":400}')
1414
#'
15-
#' for a list of up to date examples see here : https://github.com/Displayr/rhtmlPictographs/tree/master/examples
15+
#' # for a list of up to date examples see here : https://github.com/Displayr/rhtmlPictographs/tree/master/examples
1616
#'
1717
#' @author Kyle Zeeuwen <kyle.zeeuwen@gmail.com>
1818
#'

0 commit comments

Comments
 (0)