Skip to content

Commit

Permalink
Fix check issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmurdoch committed Dec 7, 2023
1 parent 6650030 commit 90fb0da
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Suggests: MASS, markdown (>= 1.12),
rmarkdown (>= 2.16), deldir (>= 1.0-4), orientlib, lattice, misc3d,
magick, plotrix (>= 3.7-3), tripack, interp, alphashape3d, tcltk,
js (>= 1.2), webshot2 (>= 0.1.0), downlit (>= 0.4.0), pkgdown (>= 2.0.0), extrafont,
shiny, manipulateWidget (>= 0.9.0), testthat, markdown,
shiny, manipulateWidget (>= 0.9.0), testthat,
crosstalk, V8, chromote, jpeg, png
Imports: graphics, grDevices, stats, utils,
htmlwidgets (>= 1.6.0), htmltools, knitr (>= 1.33), jsonlite (>= 0.9.20),
Expand All @@ -49,7 +49,7 @@ SystemRequirements: OpenGL and GLU Library (Required for
Not needed if only browser displays using rglwidget() are wanted.),
zlib (optional), libpng (>=1.2.9, optional), FreeType (optional)
BugReports: https://github.com/dmurdoch/rgl/issues
VignetteBuilder: knitr, rmarkdown
VignetteBuilder: knitr
Biarch: true
RoxygenNote: 7.2.3
Roxygen: list(markdown = TRUE)
2 changes: 1 addition & 1 deletion vignettes/WebGL.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ output:
fig_height: 5
vignette: >
%\VignetteIndexEntry{User Interaction in WebGL (updated)}
%\VignetteEngine{knitr::rmarkdown}
%\VignetteEngine{knitr::knitr}
%\VignetteDepends{crosstalk}
---

Expand Down
2 changes: 1 addition & 1 deletion vignettes/demos.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ output:
toc: true
vignette: >
%\VignetteIndexEntry{rgl Demos}
%\VignetteEngine{knitr::rmarkdown}
%\VignetteEngine{knitr::knitr}
%\VignetteEncoding{UTF-8}
---

Expand Down
2 changes: 1 addition & 1 deletion vignettes/deprecation.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ output:
toc: true
vignette: >
%\VignetteIndexEntry{Deprecating the `rgl.*` interface}
%\VignetteEngine{knitr::rmarkdown}
%\VignetteEngine{knitr::knitr}
%\VignetteEncoding{UTF-8}
---

Expand Down
2 changes: 1 addition & 1 deletion vignettes/pkgdown.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ output:
default
vignette: >
%\VignetteIndexEntry{Using RGL in pkgdown web sites}
%\VignetteEngine{knitr::rmarkdown}
%\VignetteEngine{knitr::knitr}
---

```{r setup, include=FALSE}
Expand Down
2 changes: 1 addition & 1 deletion vignettes/rgl.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ output:
toc: yes
vignette: >
%\VignetteIndexEntry{rgl Overview}
%\VignetteEngine{knitr::rmarkdown}
%\VignetteEngine{knitr::knitr}
---

```{r setup, echo=FALSE, results="asis"}
Expand Down
2 changes: 1 addition & 1 deletion vignettes/transparency.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ output:
default
vignette: >
%\VignetteIndexEntry{A Note on Transparency}
%\VignetteEngine{knitr::rmarkdown}
%\VignetteEngine{knitr::knitr}
---

```{r setup, include=FALSE}
Expand Down

0 comments on commit 90fb0da

Please sign in to comment.