Skip to content

Commit 53c2225

Browse files
committed
2 parents 1692b8f + 1c180da commit 53c2225

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
YEAR: 2021
1+
YEAR: 2022
22
COPYRIGHT HOLDER: Jens von Bergmann
33

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ Access, retrieve, and work with Canadian Census data and geography.
1212
* Download data and Census geography in tidy and analysis-ready format
1313
* Convenience tools for searching for and working with Census regions and variable hierarchies
1414
* Provides Census geography in multiple R spatial formats
15-
* Provides data and geography at multiple Census geographic levels including province, Census Metropolitan Area, Census Division, Census Subdivision, Census Tract, Dissemination Areas, Enumeration Areas (for 1996), and Dissemination Blocks (for 2001-2016)
16-
* Provides data for the 2016, 2011, 2006, 2001, and 1996 Census releases
15+
* Provides data and geography at multiple Census geographic levels including province, Census Metropolitan Area, Census Division, Census Subdivision, Census Tract, Dissemination Areas, Enumeration Areas (for 1996), and Dissemination Blocks (for 2001-2021)
16+
* Provides data for the 2021, 2016, 2011, 2006, 2001, and 1996 Census releases
1717
* Access to taxfiler data at the Census Tract level for tax years 2000 through 2017
1818

1919
### Reference
@@ -49,9 +49,9 @@ For performance reasons, and to avoid unnecessarily drawing down API quotas, **c
4949

5050
### Currently available datasets
5151

52-
**cancensus** can access Statistics Canada Census data for Census years 1996, 2001, 2006, 2011, and 2016. You can run `list_census_datasets` to check what datasets are currently available for access through the CensusMapper API. Additional data for the 2016 Census will be included in Censusmapper within a day or two after public release by Statistics Canada. Statistics Canada maintains a release schedule for the Census 2016 Program which can be viewed on their [website](http://www12.statcan.gc.ca/census-recensement/2016/ref/release-dates-diffusion-eng.cfm).
52+
**cancensus** can access Statistics Canada Census data for Census years 1996, 2001, 2006, 2011, 2016, and 2021. You can run `list_census_datasets` to check what datasets are currently available for access through the CensusMapper API. Additional data for the 2021 Census will be included in Censusmapper within a day or two after public release by Statistics Canada. Statistics Canada maintains a release schedule for the Census 2021 Program which can be viewed on their [website](https://www12.statcan.gc.ca/census-recensement/2021/ref/prodserv/release-diffusion-eng.cfm).
5353

54-
Thanks to contributions by the Canada Mortgage and Housing Corporation (CMHC), **cancensus** now includes additional Census-linked datasets as open-data releases. These include annual taxfiler data at the census tract level for tax years 2000 through 2017, which includes data on incomes and demographics, as well as specialized crosstabs for Structural type of dwelling by Document type, which details occupancy status for residences. These crosstabs are available for the 2001, 2006, 2011, and 2016 Census years at all levels starting with census tract.
54+
Thanks to contributions by the Canada Mortgage and Housing Corporation (CMHC), **cancensus** now includes additional Census-linked datasets as open-data releases. These include annual taxfiler data at the census tract level for tax years 2000 through 2017, which includes data on incomes and demographics, as well as specialized crosstabs for Structural type of dwelling by Document type, which details occupancy status for residences. These crosstabs are available for the 2001, 2006, 2011, 2016, and 2021 Census years at all levels starting with census tract.
5555

5656
### Picking regions and variables
5757

@@ -110,17 +110,17 @@ We'd love to feature examples of work or projects that use cancensus.
110110

111111
If you wish to cite cancensus:
112112

113-
von Bergmann, J., Aaron Jacobs, Dmitry Shkolnik (2020). cancensus: R package to
114-
access, retrieve, and work with Canadian Census data and geography. v0.4.3.
113+
von Bergmann, J., Aaron Jacobs, Dmitry Shkolnik (2022). cancensus: R package to
114+
access, retrieve, and work with Canadian Census data and geography. v0.5.0.
115115

116116

117117
A BibTeX entry for LaTeX users is
118118
```
119119
@Manual{,
120120
author = {Jens {von Bergmann} and Dmitry Shkolnik and Aaron Jacobs},
121121
title = {cancensus: R package to access, retrieve, and work With Canadian Census data and geography},
122-
year = {2020},
123-
note = {R package version 0.4.3},
122+
year = {2022},
123+
note = {R package version 0.5.0},
124124
url = {https://mountainmath.github.io/cancensus/},
125125
}
126126
```

0 commit comments

Comments
 (0)