Skip to content

Commit

Permalink
Merge pull request #117 from nhs-r-community/readme-template
Browse files Browse the repository at this point in the history
Readme template
  • Loading branch information
Lextuga007 authored May 13, 2024
2 parents 98a3a4d + 61bb52a commit f585c1a
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion style-guides.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,22 @@ The use of the package {lintr} is also highly recommended and can show particula

# READMEs in repositories

As standard all NHS-R GitHub repository READMEs should include the following text that refers to the Code of Conduct in this book:

As standard all NHS-R GitHub repository READMEs should include the following text:

```
# Installation
You can install the current version of {name of pacakge} from GitHub with:
```
```{r}
#| eval: false
#| echo: fenced
# install.packages("remotes")
remotes::install_github("nhs-r-community/name-of-package")
```

```
## Contributing
Expand Down

0 comments on commit f585c1a

Please sign in to comment.