Skip to content

Commit

Permalink
Merge pull request #62 from nhs-r-community/60-corrections
Browse files Browse the repository at this point in the history
60 corrections
  • Loading branch information
Lextuga007 committed Aug 31, 2023
2 parents 03f2dde + b1ff8a4 commit 2e78c83
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 18 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ Authors@R: c(
person("Gary", "Hutson", , "g.hutson@nhs.net", "aut", comment = c(ORCID="0000-0003-3534-6143")),
person("Tom", "Jemmett", ,"thomas.jemmett@nhs.net", "aut", comment = c(ORCID="0000-0002-6943-2990")),
person("Chris", "Mainey", ,"c.mainey1@nhs.net", c("aut", "cre"), comment = c(ORCID ="0000-0002-3018-6171")),
person("Zoë", "Turner", role = "aut", email = "zoe.turner2@nottshc.nhs.uk", comment = c(ORCID = "0000-0003-1033-9158")),
person("Zoë", "Turner", role = "aut", email = "zoe.turner3@nhs.net", comment = c(ORCID = "0000-0003-1033-9158")),
person("NHS-R community", role = "cph")
)
Maintainer: Zoë Turner <zoe.turner2@nottshc.nhs.uk>
Maintainer: Zoë Turner <zoe.turner3@nhs.net>
Description: Free United Kingdom National Health Service (NHS) and other healthcare, or population health-related data for education and training purposes. This package contains synthetic data based on real healthcare datasets, or cuts of open-licenced official data. This package exists to support skills development in the NHS-R community: <https://nhsrcommunity.com/>.
License: CC0
Language: en-GB
Expand Down
24 changes: 8 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,35 +19,26 @@ version](https://www.r-pkg.org/badges/version/NHSRdatasets)](https://cran.r-proj

This package has been created to help NHS, Public Health and related
analysts/data scientists learn to use `R`. It contains several free
datasets with help files explaining their structure, and `vignette`
examples of their use.
datasets, with help files, explaining their structure, and includes
`vignette` examples of their use.

We encourage contributions to the package, both to expand the set of
training material, and also as development for newer `R`/github users as
a first or early contribution.
Please add relevant free, open source data sets that you think may
benefit the NHS-R Community.

This package has been created to help NHS, Public Health and related
analysts/data scientists learn to use `R`. It contains several free
datasets (just one at the moment), help files explaining their
structure, and `vignette` examples of their use. We encourage
contributions to the package, both to expand the set of training
material, but also as development for newer `R`/github users as a first
contribution. Please add relevant free, open source data sets that you
think may benefit the NHS-R Community. \>\>\>\>\>\>\>
87800e0b30f9343e0d00493ca9daf6040c72790e

## Installation instructions

You can install the [CRAN](https://CRAN.R-project.org) with:
You can install the package from [CRAN](https://CRAN.R-project.org)
with:

``` r
install.packages("NHSRdatasets")
```

To install the development version from [GitHub](https://github.com/)
use:
with:

``` r
# install.packages("remotes")
Expand Down Expand Up @@ -77,8 +68,9 @@ agree to abide by its terms.

# Citation

Please cite the use of {NHSRdatasets} and promote the work of the NHS-R
Community!
It’s great to see the {NHSRdatasets} package and data used as it
promotes the work of the NHS-R Community so, where it’s relevant and
makes sense, please give us a mention!

## Users of the mortality dataset:

Expand Down

0 comments on commit 2e78c83

Please sign in to comment.