Joe Cheng
|
f7d7ccfd2c
|
Fix unqualified links to other packages
R-devel warns on this now, causes Travis to fail
|
2016-12-15 10:35:46 -08:00 |
|
Winston Chang
|
008fe38f10
|
Add support for coord_flip
|
2016-09-27 23:07:17 -05:00 |
|
Winston Chang
|
24e8123240
|
Add plot interaction support for ggplot>2.1.0
|
2016-09-27 16:02:28 -05:00 |
|
Winston Chang
|
fe85421c7e
|
Fixes for R CMD check
|
2016-09-06 14:43:57 -05:00 |
|
Winston Chang
|
7e86e65cce
|
Make sure displaylist is on for recording/replaying plots
|
2016-08-30 20:09:45 -05:00 |
|
Winston Chang
|
c4cc5b6dfc
|
Fix renderPlot's execOnResize logic
This was found in #1331, but the real problem with that issue is that
the mclust::mclust2Dplot function has changed since we wrote the example
app.
|
2016-08-30 16:37:50 -05:00 |
|
Winston Chang
|
157d1b20c5
|
Fixes for R CMD check
|
2016-05-06 15:14:09 -05:00 |
|
Winston Chang
|
91092b8a96
|
Fix function labels for profiling
|
2016-05-06 15:03:00 -05:00 |
|
Barbara Borges Ribeiro
|
80e1edeeb2
|
a better way to check which context the render function is being called from
|
2016-03-28 12:54:54 +01:00 |
|
Barbara Borges Ribeiro
|
26fcba8ed5
|
really not a solution...
|
2016-03-24 22:42:57 +00:00 |
|
Joe Cheng
|
e9ab34a9c1
|
Provide xxxOutput args via renderXXX passthrough
This will allow you to customize outputs when used in an R Markdown
document
|
2016-03-24 22:21:48 +00:00 |
|
Winston Chang
|
aee5bda9ec
|
Add workaround for quartz res bug
The quartz device is hard-coded to use 72 ppi in some places, and this
causes problems with grid unit calculations when a value other than 72
is used.
|
2016-03-08 09:54:01 -06:00 |
|
Winston Chang
|
48c6784e51
|
Change 'replay' option to 'execOnResize'
|
2016-02-19 13:52:36 -06:00 |
|
Winston Chang
|
dc0f5af3ef
|
Rename 'render' to 'plotObj'
|
2016-02-19 13:42:54 -06:00 |
|
Winston Chang
|
afd00edee3
|
Add replay option
|
2016-02-16 14:07:49 -06:00 |
|
Winston Chang
|
b712398208
|
If plot code errors, re-execute on resize
|
2016-02-16 13:39:11 -06:00 |
|
Winston Chang
|
9eba82c107
|
Fix vars
|
2016-02-15 16:01:15 -06:00 |
|
Winston Chang
|
ccdc219a09
|
More cleanup
|
2016-02-15 15:39:05 -06:00 |
|
Winston Chang
|
32c4c8ae32
|
Code cleanup
|
2016-02-12 15:59:10 -06:00 |
|
Winston Chang
|
bd4c506d22
|
Implement replayPlot when width/height changes
|
2016-02-12 13:26:41 -06:00 |
|
Winston Chang
|
476dd7cd56
|
Collect needed data structures
|
2016-02-11 14:45:43 -06:00 |
|
Winston Chang
|
8176f84715
|
Restructure ggplot2 coordmap extraction
|
2016-02-11 14:25:20 -06:00 |
|
Winston Chang
|
6bd33721d8
|
Separate rendering code into a reactive
|
2016-02-11 12:27:16 -06:00 |
|
Winston Chang
|
c9d9671288
|
More restructuring
|
2016-02-11 12:25:38 -06:00 |
|
Winston Chang
|
2a821edf5f
|
Small restructure of renderPlot
|
2016-02-11 12:25:38 -06:00 |
|
Winston Chang
|
be1081a4b9
|
Add note about printing ggplot2 graphics
|
2016-01-06 14:11:16 -06:00 |
|
Joe Cheng
|
661c08549d
|
Automatically wrap installExprFunction with function labels
This lowers the burden on renderXXX functions having nice stack traces
|
2015-11-13 16:43:15 -08:00 |
|
Joe Cheng
|
c8acc44012
|
Add comments to stacktraceon/off directives indicating their partners
|
2015-11-13 16:25:22 -08:00 |
|
Joe Cheng
|
a9bc41492c
|
Collapse stack trace to eliminate irrelevant bits
|
2015-11-13 12:36:55 -08:00 |
|
Joe Cheng
|
d3605dbcb3
|
Collapse parts of the stack
|
2015-11-12 16:40:56 -08:00 |
|
Winston Chang
|
c46658a5c8
|
Correctly handle unit and unit.list objects. Closes #962
|
2015-10-12 22:31:32 -05:00 |
|
Winston Chang
|
241a482236
|
Add explicit namespace to non-base functions
|
2015-08-04 12:30:41 -05:00 |
|
Winston Chang
|
ac8831b4c7
|
Use methods() instead of .S3methods(). Fixes #849
The .S3methods() function was introduced in R 3.2.0, so this code was broken
on older versions of R.
|
2015-06-02 14:14:31 -05:00 |
|
Winston Chang
|
5c38cb733a
|
Safer method for finding which method would be called
|
2015-05-26 17:05:10 -05:00 |
|
Winston Chang
|
515a67a320
|
Don't attempt to extract coordmap when print.ggplot is not used (#841)
|
2015-05-21 17:00:51 -05:00 |
|
Winston Chang
|
941348f1db
|
Override print.ggplot method in renderPlot. Fixes #841
|
2015-05-21 16:45:39 -05:00 |
|
Winston Chang
|
4fa6e9dafe
|
Fix off-by-one positioning error for base graphics
|
2015-05-01 11:28:43 -05:00 |
|
Winston Chang
|
7ebd7959f9
|
Document data structures for plot interactions
|
2015-05-01 09:58:00 -05:00 |
|
Winston Chang
|
3f3c131737
|
Automatically find var names for brush selection
|
2015-04-27 17:04:07 -05:00 |
|
Winston Chang
|
2b227fcca5
|
Send variable mappings in coordmap
|
2015-04-27 15:22:43 -05:00 |
|
Winston Chang
|
8386404b25
|
Capture and display coordmap errors
|
2015-04-25 09:38:40 -04:00 |
|
Winston Chang
|
a093afb630
|
More informative comments
|
2015-04-23 11:53:31 -05:00 |
|
Winston Chang
|
7208688128
|
Simplify facet code
|
2015-04-23 11:53:31 -05:00 |
|
Winston Chang
|
4159c539e7
|
Consolidate code for width/height
|
2015-04-16 23:40:07 -05:00 |
|
Winston Chang
|
06b69e516a
|
Pixelratio workaround
|
2015-04-16 23:40:07 -05:00 |
|
Winston Chang
|
312c89aaee
|
Fix panel scale order for facet_grid
|
2015-04-16 23:40:07 -05:00 |
|
Winston Chang
|
4e80e35976
|
Get correct coordinates for panels
|
2015-04-16 23:40:06 -05:00 |
|
Winston Chang
|
abb722f405
|
Fix bottom/top reversal
|
2015-04-16 23:40:05 -05:00 |
|
Winston Chang
|
04768ad8fa
|
Encode facet information
|
2015-04-16 23:40:05 -05:00 |
|
Winston Chang
|
dbadc05bef
|
Better function name
|
2015-04-16 23:40:05 -05:00 |
|