Skip to content

Commit 11e6bcb

Browse files
committed
cran version
1 parent 01c467e commit 11e6bcb

10 files changed

Lines changed: 21 additions & 43 deletions

R/geo_suite.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,9 @@ get_statcan_geography_relationships <- function(census_year="2021", refresh=FALS
123123
#'
124124
#' @examples
125125
#' # list add the cached census data
126+
#' \dontrun{
126127
#' get_statcan_geographic_attributes("2021")
127-
#'
128+
#' }
128129
#' @export
129130
get_statcan_geographic_attributes <- function(census_year="2021",refresh=FALSE){
130131
census_year <- as.character(census_year)[1]

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,12 +144,12 @@ If you wish to cite cancensus:
144144

145145
A BibTeX entry for LaTeX users is
146146
```
147-
@Manual{,
147+
@Manual{cancensus,
148148
author = {Jens {von Bergmann} and Dmitry Shkolnik and Aaron Jacobs},
149149
title = {cancensus: R package to access, retrieve, and work with Canadian Census data and geography},
150150
year = {2022},
151151
note = {R package version 0.5.5},
152-
url = {https://mountainmath.github.io/cancensus/},
152+
url = {https://mountainmath.github.io/cancensus/}
153153
}
154154
```
155155
### Related packages

docs/articles/Making_maps_with_cancensus.html

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

docs/articles/statcan_attribute_files.html

Lines changed: 1 addition & 9 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
@@ -10,7 +10,7 @@ articles:
1010
intersecting_geometries: intersecting_geometries.html
1111
statcan_attribute_files: statcan_attribute_files.html
1212
statcan_wds: statcan_wds.html
13-
last_built: 2023-01-20T16:29Z
13+
last_built: 2023-01-21T22:13Z
1414
urls:
1515
reference: https://mountainmath.github.io/cancensus/reference
1616
article: https://mountainmath.github.io/cancensus/articles

docs/reference/get_statcan_geographic_attributes.html

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

docs/reference/list_census_regions.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/get_statcan_geographic_attributes.Rd

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

vignettes/statcan_attribute_files.Rmd

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@ vignette: >
1111
```{r, include = FALSE}
1212
knitr::opts_chunk$set(
1313
collapse = TRUE,
14-
comment = "#>"
14+
message = FALSE,
15+
warning = FALSE,
16+
comment = "#>",
17+
eval = nzchar(Sys.getenv("COMPILE_VIG"))
1518
)
1619
```
1720

0 commit comments

Comments
 (0)