Skip to content

Commit

Permalink
[skip-ci] update cran-submission.md
Browse files Browse the repository at this point in the history
  • Loading branch information
achubaty committed Jul 5, 2023
1 parent 7778700 commit bac1e88
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions cran-submission.md
Expand Up @@ -49,19 +49,19 @@

```r
devtools::document()
tools::compactPDF("vignettes", qpdf = "/usr/bin/qpdf", gs_quality = "ebook")
tools::compactPDF("vignettes", qpdf = Sys.which(Sys.getenv("R_QPDF", "qpdf")), gs_quality = "ebook")
```

7. update cran-comments (incl. versions tested)

8. run spell checks
7. run spell checks

```r
spelling::spell_check_package()
spelling::update_wordlist()
```

9. run reverse dependency checks (see `revdep/check.R`)
8. run reverse dependency checks (see `revdep/check.R`)

9. update cran-comments (incl. versions tested)

10. switch to `main` branch and merge in `development`

Expand Down

0 comments on commit bac1e88

Please sign in to comment.