From 98b4b2aac85109c72c1cc824eb0c85b8892eef5a Mon Sep 17 00:00:00 2001 From: Eli Holmes - NOAA Date: Sun, 18 Feb 2024 23:21:44 -0500 Subject: [PATCH] Update x-new-release.md more info on creating Rd files --- .github/ISSUE_TEMPLATE/x-new-release.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/x-new-release.md b/.github/ISSUE_TEMPLATE/x-new-release.md index 4530bf8d..4b4b2df4 100644 --- a/.github/ISSUE_TEMPLATE/x-new-release.md +++ b/.github/ISSUE_TEMPLATE/x-new-release.md @@ -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)