Skip to content

Commit

Permalink
Fixes for submission
Browse files Browse the repository at this point in the history
  • Loading branch information
hafen committed Nov 29, 2023
1 parent 29f5606 commit 3a3cff0
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 6 deletions.
7 changes: 4 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ Version: 0.2.1
Authors@R: c(
person("Ryan", "Hafen", email = "[email protected]", role = c("aut", "cre")),
person("Barret", "Schloerke", email = "[email protected]", role = "ctb"))
Description: Provides geofaceting functionality for 'ggplot2'. Geofaceting
arranges a sequence of plots of data for different geographical entities
into a grid that preserves some of the geographical orientation.
Description: Provides geographical faceting functionality for 'ggplot2'.
Geographical faceting arranges a sequence of plots of data for different
geographical entities into a grid that preserves some of the geographical
orientation.
Depends: R (>= 3.2)
License: MIT + file LICENSE
Encoding: UTF-8
Expand Down
2 changes: 1 addition & 1 deletion R/package-geofacet.R
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ NULL
#' @name election
#' @docType data
#' @description
#' 2016 US presidential election results, obtained from \url{https://bit.ly/2016votecount}.
#' 2016 US presidential election results, obtained from \url{https://docs.google.com/spreadsheets/d/133Eb4qQmOxNvtesw2hdVns073R68EZx4SfCnP4IGQf8/htmlview?sle=true}.
#' @usage election
#' @keywords data
NULL
Expand Down
4 changes: 4 additions & 0 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ Updates since last release:

0 errors | 0 warnings | 0 notes

Possibly misspelled words in DESCRIPTION:
Geofaceting (7:64)
geofaceting (7:23)

## Reverse dependencies

R CMD check ran successfully on the only reverse dependencies geoAr and geofi.
2 changes: 1 addition & 1 deletion man/election.Rd

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

2 changes: 1 addition & 1 deletion vignettes/geofacet.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ This will open up a web application with an empty grid and instructions on how t
Another way to use the designer is to populate it with an existing grid you want to modify. For example, if I want to modify `us_state_grid1`, I can call:

```r
grid_design(data = us_state_grid2, img = "http://bit.ly/us-grid")
grid_design(data = us_state_grid2, img = "https://bit.ly/us-grid")
```

The app will look like this:
Expand Down

0 comments on commit 3a3cff0

Please sign in to comment.