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:
To install DHSCverse run:
if (!requireNamespace("librarian")) install.packages("librarian")
librarian::stock(DataS-DHSC/DHSCverse)
To attach all the included packages simply call:
library(DHSCverse)
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.
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.