Skip to content

Commit

Permalink
Remove extra characters
Browse files Browse the repository at this point in the history
  • Loading branch information
cderv committed Jan 30, 2024
1 parent 3c58e07 commit d2b0ed9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vignettes/hello-pdf.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ vignette: >
%\VignetteIndexEntry{Vignette's Title}
%\VignetteEngine{quarto::pdf}
%\VignetteEncoding{UTF-8}
---
```
the vignette built will be a PDF vignette using Quarto's defaults for `format: pdf` format, with only Table Of Content opted-out. This format will be using LaTeX to build the PDF, and so you will need to take precaution for a CRAN vignette. Refers to [Writing R Extensions](https://cran.r-project.org/doc/manuals/r-release/R-exts.html#Non_002dSweave-vignettes) manual and CRAN policy.
Expand Down

0 comments on commit d2b0ed9

Please sign in to comment.