Skip to content

Commit

Permalink
RELEASE - Fix typo in DESCRIPTION and image url
Browse files Browse the repository at this point in the history
  • Loading branch information
flor14 committed Mar 14, 2024
1 parent 756f408 commit 9a43037
Show file tree
Hide file tree
Showing 12 changed files with 37 additions and 25 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ Authors@R:
role = c("rev"),
comment = c("Maria Paula Caldas reviewed the package (v. 0.0.0.9000) for rOpenSci, see https://github.com/ropensci/software-review/issues/619")),
person(given = "Vincent",
family = "Van Hess",
family = "van Hees",
role = c("rev"),
comment = c("Vincent Van Hess reviewed the package (v. 0.0.0.9000) for rOpenSci, see https://github.com/ropensci/software-review/issues/619")),
comment = c("Vincent van Hees reviewed the package (v. 0.0.0.9000) for rOpenSci, see https://github.com/ropensci/software-review/issues/619")),
person("CDC's Center for Forecasting and Outbreak Analytics",
comment = c("This project was made possible by cooperative agreement CDC-RFA-FT-23-0069 (grant # NU38FT000009-01-00) from the CDC's Center for Forecasting and Outbreak Analytics. Its contents are solely the responsibility of the authors and do not necessarily represent the official views of the Centers for Disease Control and Prevention."), role = c("fnd")),
person("MIDAS-NIH COVID-19 urgent grant program", role = c("fnd")),
Expand Down
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ mapping applications.


```{r qks, echo = FALSE, out.width= "70%", fig.align='center'}
knitr::include_graphics("vignettes/bing_quadkeys.jpg")
knitr::include_graphics("https://github.com/Fernandez-Lab-WSU/quadkeyr/blob/main/docs/articles/bing_quadkeys.jpg?raw=true")
```
<p style="text-align: center">The QuadKey of any tile starts with the QuadKey of its parent tile (the containing tile at the previous level). Image extracted from Microsoft's Bing Maps Tile System webpage.</p>

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spatial position as a sequence of characters. They provide an efficient
method to address and retrieve specific map tiles, facilitating rapid
display within mapping applications.

<img src="vignettes/bing_quadkeys.jpg" width="70%" style="display: block; margin: auto;" />
<img src="https://github.com/Fernandez-Lab-WSU/quadkeyr/blob/main/docs/articles/bing_quadkeys.jpg?raw=true" width="70%" style="display: block; margin: auto;" />
<p style="text-align: center">
The QuadKey of any tile starts with the QuadKey of its parent tile (the
containing tile at the previous level). Image extracted from Microsoft’s
Expand Down
2 changes: 1 addition & 1 deletion docs/articles/facebook_mobility_csvs_to_raster_files.html

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

22 changes: 16 additions & 6 deletions docs/articles/quadkey_identified_data_to_raster.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/articles/quadkey_to_sf_conversion.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/articles/quadkey_visualization_app.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/authors.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/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 @@ -6,5 +6,5 @@ articles:
quadkey_identified_data_to_raster: quadkey_identified_data_to_raster.html
quadkey_to_sf_conversion: quadkey_to_sf_conversion.html
quadkey_visualization_app: quadkey_visualization_app.html
last_built: 2024-03-13T20:32Z
last_built: 2024-03-14T15:09Z

2 changes: 1 addition & 1 deletion docs/search.json

Large diffs are not rendered by default.

16 changes: 9 additions & 7 deletions vignettes/quadkey_identified_data_to_raster.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,9 @@ that are reported with values for the variable of interest are colored.
The function `add_regular_polygon_grid()`
returns three outputs in a list:

* `data`.
* `data`
* `num_cols` and;
* `num_rows`.
* `num_rows`

The number of columns and rows will be useful information
for the raster creation step.
Expand Down Expand Up @@ -187,11 +187,13 @@ However, if desired,
you can manually input these arguments
and use the function by itself.

For this example, we have selected:
`xmin` = -59,
`xmax` = -57,
`ymin` = -35 and.
`ymax` = -34.
For this example, we have selected:

* `xmin` = -59
* `xmax` = -57
* `ymin` = -35
* `ymax` = -34

Let's plot them as points.

```{r pointsplot, echo=FALSE, out.width= "70%", fig.align='center'}
Expand Down

0 comments on commit 9a43037

Please sign in to comment.