Skip to content

Commit

Permalink
Add README
Browse files Browse the repository at this point in the history
  • Loading branch information
izaak-jephson committed Jul 22, 2024
1 parent 590df6e commit f05259c
Show file tree
Hide file tree
Showing 2 changed files with 456 additions and 0 deletions.
28 changes: 28 additions & 0 deletions README.Rmd
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).
428 changes: 428 additions & 0 deletions README.html

Large diffs are not rendered by default.

0 comments on commit f05259c

Please sign in to comment.