-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
change:
girafeOutput()
argument height
now defaults to NULL
- Loading branch information
1 parent
83dbf8b
commit 0462f3e
Showing
5 changed files
with
137 additions
and
89 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,58 +1,63 @@ | ||
Package: ggiraph | ||
Type: Package | ||
Package: ggiraph | ||
Title: Make 'ggplot2' Graphics Interactive | ||
Description: Create interactive 'ggplot2' graphics using 'htmlwidgets'. | ||
Version: 0.8.10.004 | ||
Version: 0.8.10.005 | ||
Authors@R: c( | ||
person("David", "Gohel", role = c("aut", "cre"), | ||
email = "[email protected]"), | ||
person("Panagiotis", "Skintzos", role = c("aut"), | ||
email = "[email protected]"), | ||
person("Mike", "Bostock", role = c("cph"), | ||
comment = "d3.js"), | ||
person("Speros", "Kokenes", role = c("cph"), | ||
comment = "d3-lasso"), | ||
person("Eric", "Shull", role = c("cph"), | ||
comment = "saveSvgAsPng js library"), | ||
person("Lee", "Thomason", role = c("cph"), | ||
comment = "TinyXML2"), | ||
person("Vladimir", "Agafonkin", role = c("cph"), | ||
comment = "Flatbush"), | ||
person("Eric", "Book", role = c("ctb"), | ||
comment = "hline and vline geoms") | ||
) | ||
person("David", "Gohel", , "[email protected]", role = c("aut", "cre")), | ||
person("Panagiotis", "Skintzos", , "[email protected]", role = "aut"), | ||
person("Mike", "Bostock", role = "cph", | ||
comment = "d3.js"), | ||
person("Speros", "Kokenes", role = "cph", | ||
comment = "d3-lasso"), | ||
person("Eric", "Shull", role = "cph", | ||
comment = "saveSvgAsPng js library"), | ||
person("Lee", "Thomason", role = "cph", | ||
comment = "TinyXML2"), | ||
person("Vladimir", "Agafonkin", role = "cph", | ||
comment = "Flatbush"), | ||
person("Eric", "Book", role = "ctb", | ||
comment = "hline and vline geoms") | ||
) | ||
Description: Create interactive 'ggplot2' graphics using 'htmlwidgets'. | ||
License: GPL-3 | ||
Copyright: See file COPYRIGHTS. | ||
Encoding: UTF-8 | ||
SystemRequirements: libpng | ||
URL: https://davidgohel.github.io/ggiraph/ | ||
BugReports: https://github.com/davidgohel/ggiraph/issues | ||
Imports: | ||
grid, ggplot2 (>= 3.5.0), | ||
htmlwidgets (>= 1.5), | ||
stats, | ||
cli, | ||
ggplot2 (>= 3.5.0), | ||
grid, | ||
htmltools, | ||
htmlwidgets (>= 1.5), | ||
purrr, | ||
Rcpp (>= 1.0), | ||
rlang, | ||
stats, | ||
systemfonts, | ||
purrr, rlang, uuid, | ||
vctrs, cli | ||
LinkingTo: Rcpp, systemfonts | ||
uuid, | ||
vctrs | ||
Suggests: | ||
dplyr, | ||
gdtools (>= 0.3.0), | ||
ggrepel (>= 0.9.1), | ||
hexbin, | ||
knitr, | ||
tinytest, | ||
rmarkdown, | ||
maps, | ||
hexbin, | ||
shiny, | ||
sf (>= 1.0), | ||
ggrepel (>= 0.9.1), | ||
quantreg, | ||
xml2 (>= 1.0), | ||
dplyr, | ||
gdtools (>= 0.3.0) | ||
VignetteBuilder: knitr | ||
URL: https://davidgohel.github.io/ggiraph/ | ||
BugReports: https://github.com/davidgohel/ggiraph/issues | ||
RoxygenNote: 7.3.1 | ||
rmarkdown, | ||
sf (>= 1.0), | ||
shiny, | ||
tinytest, | ||
xml2 (>= 1.0) | ||
LinkingTo: | ||
Rcpp, | ||
systemfonts | ||
VignetteBuilder: | ||
knitr | ||
Copyright: See file COPYRIGHTS. | ||
Encoding: UTF-8 | ||
Roxygen: list(markdown = TRUE) | ||
RoxygenNote: 7.3.1 | ||
SystemRequirements: libpng | ||
Collate: | ||
'RcppExports.R' | ||
'ipar.R' | ||
|
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.