-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from izaak-jephson/add-README
Add README
- Loading branch information
Showing
2 changed files
with
456 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
--- | ||
title: "README" | ||
output: html_document | ||
--- | ||
|
||
```{r setup, include=FALSE} | ||
knitr::opts_chunk$set(echo = TRUE) | ||
``` | ||
|
||
# Description | ||
This package is designed to help with common tasks in the Social Security Scotland statistics team. | ||
|
||
# Getting started | ||
## Using the package | ||
To install the package directly from GitHUb, open RStudio and run: | ||
|
||
```{r install, message = FALSE} | ||
devtools::install_github("ScotGovAnalysis/sssstats", | ||
upgrade = "never", | ||
build_vignettes = TRUE) | ||
``` | ||
|
||
For details of the functions available, run `??sssstats` and click `Index` at the bottom of the help page to access the package documentation. | ||
|
||
## Contributing to the package | ||
Contributions to the package are very welcome. If you would like to contribute, please fork the directory and open a pull request. | ||
|
||
Details of how to do so are available [here](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request). |
Large diffs are not rendered by default.
Oops, something went wrong.