Skip to content

Commit

Permalink
publish updates to pkgdown site
Browse files Browse the repository at this point in the history
  • Loading branch information
walkerke committed Aug 1, 2018
1 parent 536a4da commit e350c4b
Show file tree
Hide file tree
Showing 140 changed files with 16,159 additions and 1,383 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
@@ -1,7 +1,7 @@
Package: tidycensus
Type: Package
Title: Load US Census Boundary and Attribute Data as 'tidyverse' and 'sf'-Ready Data Frames
Version: 0.8
Version: 0.8.0.9000
Authors@R:c(
person(given = "Kyle", family = "Walker", email="kyle.walker@tcu.edu", role=c("aut", "cre")),
person(given = "Kris", family = "Eberwein", email = "eberwein@knights.ucf.edu", role = "ctb"))
Expand Down
1 change: 1 addition & 0 deletions R/estimates.R
Expand Up @@ -138,6 +138,7 @@ get_estimates <- function(geography, product = NULL, variables = NULL,
}

if ("AGEGROUP" %in% names(dat2)) {
dat2$AGEGROUP <- factor(dat2$AGEGROUP)
dat2$AGEGROUP <- recode(dat2$AGEGROUP,
`0` = "All ages", `1` = "Age 0 to 4 years",
`2` = "Age 5 to 9 years",
Expand Down
45 changes: 30 additions & 15 deletions _pkgdown.yml
Expand Up @@ -3,18 +3,33 @@ template:
bootswatch: spacelab

navbar:
left:
- text: Basic usage of tidycensus
href: articles/basic-usage.html
- text: Spatial data in tidycensus
href: articles/spatial-data.html
- text: Margins of error in the ACS
href: articles/margins-of-error.html
- text: Other Census Bureau datasets
href: articles/other-datasets.html
right:
- text: Source
href: http://github.com/walkerke/tidycensus
icon: fa-github fa-lg
- text: Reference
href: reference/index.html
structure:
left:
- home
- intro
- reference
- articles
- tutorials
- news
right: github
components:
home:
icon: fa-home fa-lg
href: index.html
reference:
text: Reference
href: reference/index.html
articles:
text: Articles
menu:
- text: Basic usage of tidycensus
href: articles/basic-usage.html
- text: Spatial data in tidycensus
href: articles/spatial-data.html
- text: Margins of error in the ACS
href: articles/margins-of-error.html
- text: Other Census Bureau datasets
href: articles/other-datasets.html
github:
icon: fa-github fa-lg
href: https://github.com/walkerke/tidycensus
42 changes: 31 additions & 11 deletions docs/LICENSE-text.html

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

39 changes: 28 additions & 11 deletions docs/articles/basic-usage.html

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

Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
43 changes: 32 additions & 11 deletions docs/articles/index.html

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

39 changes: 28 additions & 11 deletions docs/articles/margins-of-error.html

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

0 comments on commit e350c4b

Please sign in to comment.