-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #399 from dmurdoch/markdown
Use markdown::html_format vignettes
- Loading branch information
Showing
18 changed files
with
112 additions
and
120 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Package: rgl | ||
Version: 1.2.8 | ||
Version: 1.2.9 | ||
Title: 3D Visualization Using OpenGL | ||
Authors@R: c(person("Duncan", "Murdoch", role = c("aut", "cre"), | ||
email = "[email protected]"), | ||
|
@@ -26,10 +26,11 @@ Authors@R: c(person("Duncan", "Murdoch", role = c("aut", "cre"), | |
person("Michael", "Sumner", role = "ctb"), | ||
person("Mike", "Stein", role = "ctb")) | ||
Depends: R (>= 3.3.0) | ||
Suggests: MASS, rmarkdown (>= 2.16), deldir (>= 1.0-4), orientlib, lattice, misc3d, | ||
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), | ||
|
@@ -46,10 +47,9 @@ URL: https://github.com/dmurdoch/rgl, | |
SystemRequirements: OpenGL and GLU Library (Required for | ||
display in R. See "Installing OpenGL support" in README.md. | ||
Not needed if only browser displays using rglwidget() are wanted.), | ||
zlib (optional), libpng (>=1.2.9, optional), FreeType (optional), | ||
pandoc (>=1.14, needed for vignettes) | ||
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.2.9000 | ||
RoxygenNote: 7.2.3 | ||
Roxygen: list(markdown = TRUE) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.