Skip to content

Commit

Permalink
Merge pull request #57 from tomroh/devel
Browse files Browse the repository at this point in the history
  • Loading branch information
tomroh authored Aug 3, 2022
2 parents 43fefc5 + 3499c78 commit d19a8f1
Show file tree
Hide file tree
Showing 10 changed files with 346 additions and 3,130 deletions.
11 changes: 11 additions & 0 deletions .lintr
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
linters: linters_with_defaults(
line_length_linter(80),
single_quotes_linter = NULL,
object_name_linter = object_name_linter("camelCase"),
spaces_inside_linter = NULL
)
exclusions: list(
"inst/",
"tests/"
)
encoding: "UTF-8"
1 change: 1 addition & 0 deletions R/legend.R
Original file line number Diff line number Diff line change
Expand Up @@ -1082,6 +1082,7 @@ addLegendQuantile <- function(map,
#'
addLegendBin <- function(map,
pal,
values,
title = NULL,
labelStyle = '',
shape = c('rect', 'circle', 'triangle', 'plus',
Expand Down
2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ pandoc: '2.18'
pkgdown: 2.0.4
pkgdown_sha: ~
articles: {}
last_built: 2022-08-01T15:37Z
last_built: 2022-08-03T22:07Z
urls:
reference: https://leaflegend.roh.engineering/reference
article: https://leaflegend.roh.engineering/articles
Expand Down
304 changes: 150 additions & 154 deletions docs/reference/addLeafLegends.html

Large diffs are not rendered by default.

79 changes: 39 additions & 40 deletions docs/reference/addLegendAwesomeIcon.html

Large diffs are not rendered by default.

102 changes: 50 additions & 52 deletions docs/reference/addLegendImage.html

Large diffs are not rendered by default.

189 changes: 92 additions & 97 deletions docs/reference/legendSymbols.html

Large diffs are not rendered by default.

Loading

0 comments on commit d19a8f1

Please sign in to comment.