Skip to content

Commit

Permalink
building vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
evanodell committed Mar 13, 2018
1 parent 3aa7277 commit 3976248
Show file tree
Hide file tree
Showing 27 changed files with 580 additions and 2,298 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@
^LICENSE\.md$
^docs$
^\.github$
^CONTRIBUTING\.md$
4 changes: 3 additions & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ knitr::opts_chunk$set(
[![Coverage Status](https://img.shields.io/codecov/c/github/evanodell/nomisr/master.svg)](https://codecov.io/github/evanodell/nomisr?branch=master)
[![DOI](https://zenodo.org/badge/118144805.svg)](https://zenodo.org/badge/latestdoi/118144805)

`nomisr` is for accessing [Nomis](https://www.nomisweb.co.uk/) data with R. Nomis contains data from the Census, the Labour Force Survey, DWP benefit statistics and other economic and demographic data, and is maintained on behalf of the Office for National Statistics by the University of Durham.
`nomisr` is for accessing Access UK official statistics from the [Nomis](https://www.nomisweb.co.uk/) database through R. Nomis contains data from the Census, the Labour Force Survey, DWP benefit statistics and other economic and demographic data, and is maintained on behalf of the Office for National Statistics by the University of Durham.

The `nomisr` package provides functions to find what data is available, the variables and query options for different datasets and a function for downloading data. `nomisr` returns data in [`tibble`](https://cran.r-project.org/package=tibble) format. Most of the data available through `nomisr` is based around statistical geographies, with a handful of exceptions.

Expand Down Expand Up @@ -73,6 +73,8 @@ There is a lot of data available through Nomis, and there are some limits to the

## Meta

Bug reports, suggestions, and code contributions are all welcome. Please see [CONTRIBUTING.md]([CONTRIBUTING.md]) for details.

Please note that this project is released with a [Contributor Code of Conduct](CONDUCT.md). By participating in this project you agree to abide by its terms.

Please note that this project is not affiliated with the Office for National Statistics or the University of Durham.
Expand Down
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ Status](https://ci.appveyor.com/api/projects/status/github/evanodell/nomisr?bran
Status](https://img.shields.io/codecov/c/github/evanodell/nomisr/master.svg)](https://codecov.io/github/evanodell/nomisr?branch=master)
[![DOI](https://zenodo.org/badge/118144805.svg)](https://zenodo.org/badge/latestdoi/118144805)

`nomisr` is for accessing [Nomis](https://www.nomisweb.co.uk/) data with
R. Nomis contains data from the Census, the Labour Force Survey, DWP
benefit statistics and other economic and demographic data, and is
maintained on behalf of the Office for National Statistics by the
University of Durham.
`nomisr` is for accessing Access UK official statistics from the
[Nomis](https://www.nomisweb.co.uk/) database through R. Nomis contains
data from the Census, the Labour Force Survey, DWP benefit statistics
and other economic and demographic data, and is maintained on behalf of
the Office for National Statistics by the University of Durham.

The `nomisr` package provides functions to find what data is available,
the variables and query options for different datasets and a function
Expand Down Expand Up @@ -162,6 +162,9 @@ from Nomis. Full package documentation is available at

## Meta

Bug reports, suggestions, and code contributions are all welcome. Please
see [CONTRIBUTING.md](%5BCONTRIBUTING.md%5D) for details.

Please note that this project is released with a [Contributor Code of
Conduct](CONDUCT.md). By participating in this project you agree to
abide by its terms.
Expand Down
7 changes: 2 additions & 5 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ navbar:
href: news/index.html
- text: "Reference"
href: reference/index.html
- text: "Articles"
href: articles/index.html
- text: "Introduction"
href: articles/introduction.html
- text: "Packages"
menu:
- text: "Documentation Home"
Expand All @@ -41,6 +41,3 @@ navbar:
href: https://github.com/EvanOdell/nomisr
- icon: fa-home fa-lg
href: http://evanodell.com



2 changes: 1 addition & 1 deletion docs/CONDUCT.html

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

220 changes: 220 additions & 0 deletions docs/CONTRIBUTING.html

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

2 changes: 1 addition & 1 deletion docs/LICENSE.html

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

2 changes: 1 addition & 1 deletion docs/NEWS.html

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

6 changes: 3 additions & 3 deletions docs/README.html

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

2 changes: 1 addition & 1 deletion docs/articles/index.html

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

Loading

0 comments on commit 3976248

Please sign in to comment.