Skip to content

Commit 8f9fc6c

Browse files
committed
Minor change in DESCRIPTION file title
1 parent 3fb7ccd commit 8f9fc6c

10 files changed

+66
-27
lines changed

CITATION.cff

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ cff-version: 1.2.0
77
message: 'To cite package "quadkeyr" in publications use:'
88
type: software
99
license: MIT
10-
title: 'quadkeyr: Tools to convert QuadKeys utilized in Microsoft''s Bing Maps Tile
10+
title: 'quadkeyr: Tools for converting QuadKeys used in Microsoft''s Bing Maps Tile
1111
System into raster images'
1212
version: 0.0.0.9000
1313
abstract: quadkeyr enables the generation of raster images based on QuadKeys, facilitating
@@ -88,6 +88,18 @@ references:
8888
email: rich@posit.co
8989
orcid: https://orcid.org/0000-0003-3925-190X
9090
year: '2023'
91+
- type: software
92+
title: shinytest2
93+
abstract: 'shinytest2: Testing for Shiny Applications'
94+
notes: Suggests
95+
url: https://rstudio.github.io/shinytest2/
96+
repository: https://CRAN.R-project.org/package=shinytest2
97+
authors:
98+
- family-names: Schloerke
99+
given-names: Barret
100+
email: barret@posit.co
101+
orcid: https://orcid.org/0000-0001-9986-114X
102+
year: '2023'
91103
- type: software
92104
title: testthat
93105
abstract: 'testthat: Unit Testing for R'

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: quadkeyr
2-
Title: Tools to convert QuadKeys utilized in Microsoft's Bing Maps Tile System into raster images
2+
Title: Tools for converting QuadKeys used in Microsoft's Bing Maps Tile System into raster images
33
Version: 0.0.0.9000
44
Authors@R:
55
person(given = "Florencia",

docs/articles/create_rasters_from_grid.html

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

docs/articles/get_grid_from_quadkeys.html

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

docs/articles/quadkey_conversion.html

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

docs/authors.html

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

docs/index.html

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

docs/pkgdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ articles:
55
create_rasters_from_grid: create_rasters_from_grid.html
66
get_grid_from_quadkeys: get_grid_from_quadkeys.html
77
quadkey_conversion: quadkey_conversion.html
8-
last_built: 2023-12-05T18:15Z
8+
last_built: 2023-12-05T18:20Z
99

docs/search.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/sitemap.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
<url>
44
<loc>/404.html</loc>
55
</url>
6+
<url>
7+
<loc>/CODE_OF_CONDUCT.html</loc>
8+
</url>
9+
<url>
10+
<loc>/CONTRIBUTING.html</loc>
11+
</url>
612
<url>
713
<loc>/LICENSE-text.html</loc>
814
</url>

0 commit comments

Comments
 (0)