Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updating site and docs for submission v1.2.0 #80

Merged
merged 1 commit into from
Jan 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: leaflegend
Type: Package
Title: Add Custom Legends to 'leaflet' Maps
Version: 1.1.5
Version: 1.2.0
Authors@R: c(
person("Thomas", "Roh", email = "[email protected]", role = c("aut", "cre")),
person("Ricardo Rodrigo", "Basa", email = "[email protected]", role = c("ctb")))
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# leaflegend 1.1.10
# leaflegend 1.2.0

* `addLegendNumeric` gains `labelStyle` argument and significant improvements
to the layout that will handle larger font sizes and long text widths.
Expand Down
13 changes: 3 additions & 10 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,8 @@ template:
base_font: {google: "Ubuntu"}
heading_font: {google: "Raleway"}
code_font: {google: "Fira Code"}
navbar:
type: light
docsearch:
api_key: 89d2953b5dfa27a60dd7d7bec9e087fa
index_name: roh
params:
ganalytics: G-FEY7F5BR1Z
opengraph:
twitter:
creator: "@rstatengineer"
card: summary_large_image

navbar:
bg: primary
type: light
4 changes: 2 additions & 2 deletions docs/404.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/LICENSE-text.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/LICENSE.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions docs/authors.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions docs/news/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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: 3.1.1
pkgdown: 2.0.7
pkgdown_sha: ~
articles: {}
last_built: 2023-10-03T15:18Z
last_built: 2024-01-04T18:03Z
urls:
reference: https://leaflegend.roh.engineering/reference
article: https://leaflegend.roh.engineering/articles
Expand Down
24 changes: 12 additions & 12 deletions docs/reference/addLeafLegends.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions docs/reference/addLegendAwesomeIcon.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions docs/reference/addLegendImage.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/reference/availableShapes.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/reference/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading