Skip to content

Commit

Permalink
Merge pull request #102 from nhs-r-community/fix-markdown-use
Browse files Browse the repository at this point in the history
Moved chunk to markdown
  • Loading branch information
Lextuga007 authored Feb 1, 2024
2 parents 56d1bd0 + 74d0626 commit 7165403
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
3 changes: 3 additions & 0 deletions _quarto.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
project:
type: book
render:
- "*.qmd"
- "!*.md"
resources:
- CNAME
book:
Expand Down
7 changes: 3 additions & 4 deletions style-guides.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -163,11 +163,10 @@ you have experienced.
**Use if required**
```

To create a code of conduct file use the code:
To create a code of conduct file use the code from the {usethis} package:

```{r}
#| eval: false
usethis::use_code_of_conduct(contact = "[email protected]")
```
use_code_of_conduct(contact = "[email protected]")
```

which generates a file `CODE_OF_CONDUCT.md`.

0 comments on commit 7165403

Please sign in to comment.