Skip to content

Commit

Permalink
Moved chunk to markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
Lextuga007 committed Feb 1, 2024
1 parent 56d1bd0 commit 74d0626
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 74d0626

Please sign in to comment.