Skip to content

Commit

Permalink
docs(sessions): 📝 need to include the Title in the description for …
Browse files Browse the repository at this point in the history
…things to work (#223)

## Description

The current version of prodigenr doesn't add the title to the
description file, which is needed for some usethis functions. This adds
a small fix we have to do in the introduction section.

Closes #208 and closes #213

<!-- Please delete as appropriate: -->
Doesn't need a review.

## Checklist

- [x] Ran spell-check
- [x] Formatted Markdown
- [x] Rendered website locally
  • Loading branch information
lwjohnst86 authored Dec 5, 2024
1 parent f5db616 commit 6634287
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions sessions/introduction.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -164,3 +164,14 @@ Exercises](../appendix/extra-exercises.qmd) section. It is still a
work-in-progress, so there are only a few exercises available right now.
:::
:::::

## Small fixes

<!-- TODO: This isn't needed after a while -->

We need to add a `Title:` field to the `DESCRIPTION` file in order for other
sections of the course to work properly. Run this bit of code:

```{.r filename="Console"}
desc::desc_set("Title", "AdvancedR3")
```

0 comments on commit 6634287

Please sign in to comment.