Skip to content

Commit

Permalink
Update x-new-release.md
Browse files Browse the repository at this point in the history
more info on creating Rd files
  • Loading branch information
eeholmes authored Feb 19, 2024
1 parent 390829d commit 98b4b2a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/x-new-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ assignees: eeholmes

---

Running install from the RStudio build tag will tend to add detritus in the vignettes folder. You will need to clean that.

Some files have roxygen code and you will need to run
```
devtools::document(roclets = c('rd'))
```
to update the Rd files for those files.

- [ ] Run checks without building the vignettes
```
devtools::check(document = FALSE, vignettes=FALSE)
Expand Down

0 comments on commit 98b4b2a

Please sign in to comment.