-
-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add newpage argument to print.ggExtraPlot so there isn't a leading empty page when using non-interactive devices * Use ggTitle grob instead of text grob for the plot title (closes #46) * Add code to render baseline test figures as well as the svg files * Add visual regression tests for ggMarginal under ggplot2 version 2.2.1 (closes #41) * Add unit tests for ggplot2 internals (title accession only) * Fix extraction of title/subtitle to account for there being two title grobs (title and sub). * Alter test of figure title to account for subtitle and add new svg. * Refactor render-figs.R * Add function braces * Add fontquiver and svglite to suggests * Add line breaks to comment * format code
- Loading branch information
Showing
20 changed files
with
1,762 additions
and
37 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,3 +1,10 @@ | ||
language: r | ||
sudo: false | ||
cache: packages | ||
|
||
addons: | ||
apt: | ||
sources: | ||
- debian-sid | ||
packages: | ||
- libfreetype6 |
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,6 +1,6 @@ | ||
Package: ggExtra | ||
Title: Add Marginal Histograms to 'ggplot2', and More 'ggplot2' Enhancements | ||
Version: 0.6.1 | ||
Version: 0.6.1.9000 | ||
Authors@R: c( | ||
person("Dean", "Attali", , "[email protected]", role = c("aut", "cre")) | ||
) | ||
|
@@ -20,13 +20,18 @@ Imports: | |
miniUI (>= 0.1.1), | ||
shiny (>= 0.13.0), | ||
shinyjs (>= 0.5.2), | ||
utils | ||
utils, | ||
grDevices | ||
Suggests: | ||
knitr (>= 1.7), | ||
rmarkdown, | ||
rstudioapi (>= 0.5) | ||
rstudioapi (>= 0.5), | ||
testthat, | ||
vdiffr, | ||
fontquiver, | ||
svglite | ||
License: MIT + file LICENSE | ||
SystemRequirements: pandoc with https support | ||
LazyData: true | ||
VignetteBuilder: knitr | ||
RoxygenNote: 5.0.1 | ||
RoxygenNote: 6.0.1 |
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.
Oops, something went wrong.