Skip to content

Commit

Permalink
fix check
Browse files Browse the repository at this point in the history
  • Loading branch information
CoryMcCartan committed Jun 23, 2022
1 parent 00fb750 commit 7c7a4b4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 37 deletions.
2 changes: 1 addition & 1 deletion R/data.R
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#'
#' @examples
#' data(oregon)
#' oregon[, 1:6] # final column requires `sf` library
#' oregon[, 1:6]
NULL

#' Insterstate Shapefile
Expand Down
3 changes: 0 additions & 3 deletions R/ggredist-package.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
#' @keywords internal
"_PACKAGE"

## usethis namespace: start
#' @importFrom stats optim weighted.mean approx
#' @importFrom utils head
Expand Down
4 changes: 3 additions & 1 deletion _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ reference:
- title: Geometries
desc: "`ggplot2` extensions for plotting maps"
- contents:
- geom_district
- geom_district_text
- has_concept("geoms")
- title: Labels
desc: Helpful labeling functions
Expand All @@ -20,7 +22,7 @@ reference:
- title: Data
desc: Example data included in the package
- contents:
- oregon
- has_concept("data")
- title: Miscellaneous
desc: Other Functions
contents:
Expand Down
31 changes: 0 additions & 31 deletions man/ggredist-package.Rd

This file was deleted.

2 changes: 1 addition & 1 deletion man/oregon.Rd

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

0 comments on commit 7c7a4b4

Please sign in to comment.