Skip to content

Latest commit

 

History

History
50 lines (34 loc) · 1.46 KB

README.md

File metadata and controls

50 lines (34 loc) · 1.46 KB

DHSCverse

The intent of DHSCverse is to create a convenience package for installing and attaching the various DHSC developed packages on GitHub.

This is intended purely as a convenience package for interactive analysis, for production code it is recommended that the individual DHSC packages be used.

Currently, DHSCverse includes the following packages:

Installation

To install DHSCverse run:

if (!requireNamespace("librarian")) install.packages("librarian")
librarian::stock(DataS-DHSC/DHSCverse)

Use

To attach all the included packages simply call:

library(DHSCverse)

Code of Conduct

Please note that the DHSCverse project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.

Licence

Unless stated otherwise, the codebase is released under the MIT License. This covers both the codebase and any sample code in the documentation. The documentation is © Crown copyright and available under the terms of the Open Government 3.0 licence.