Skip to content

Commit

Permalink
Updated README template text
Browse files Browse the repository at this point in the history
  • Loading branch information
Lextuga007 committed May 13, 2024
1 parent 98a3a4d commit b62a1cb
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion style-guides.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,20 @@ 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:

```
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 b62a1cb

Please sign in to comment.