Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add README #1

Merged
merged 1 commit into from
Jul 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.

Loading