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 |
|
Barbara Borges Ribeiro
|
8a2846461b
|
removed extra line at end of example section
|
2016-08-02 03:40:56 +01:00 |
|
Joe Cheng
|
02ea31be08
|
Fix #1020: Graphics are cut off
|
2015-12-01 13:47:26 -08:00 |
|
Joe Cheng
|
d3605dbcb3
|
Collapse parts of the stack
|
2015-11-12 16:40:56 -08:00 |
|
Winston Chang
|
241a482236
|
Add explicit namespace to non-base functions
|
2015-08-04 12:30:41 -05:00 |
|
Joe Cheng
|
3458d924ca
|
Calling getOption() with default is slow
This has a measurable effect in apps with lots of reactives.
Reported by Aran Lunzer
|
2014-07-06 12:10:51 -07:00 |
|
Yihui Xie
|
baa7036799
|
explain why par(mar = rep(0, 4)) is necessary before plot.new(), per @wch's suggestion
|
2014-06-10 11:50:49 -05:00 |
|
Yihui Xie
|
431aecaf00
|
set the margin to 0 before plot.new()
otherwise users will be unable to draw small plots because of the common error "figure margin too large", e.g. renderPlot(..., width=200, height=100)
|
2014-06-10 00:46:33 -05:00 |
|
Joe Cheng
|
b86f9086ef
|
Avoid black background when renderPlot doesn't actually plot
|
2014-05-21 19:28:51 -07:00 |
|
Winston Chang
|
fcf963639e
|
Update to Cairo 1.5-5
This version of Cairo properly uses the res argument, so it works with
resolutions higher than 72.
|
2013-12-27 21:41:34 -06:00 |
|
Yihui Xie
|
6af7de51a5
|
another attempt to close #249, using withCallingHandlers() instead of modifying tryCatch()
also closes #217 if everyone agrees with this approach
|
2013-10-16 00:57:54 -05:00 |
|
Yihui Xie
|
86d61e0b44
|
we do not really need do.call() in these cases
|
2013-10-02 01:30:31 -05:00 |
|
Winston Chang
|
44c3024c00
|
Add option for not using Cairo
|
2013-06-12 10:56:21 -05:00 |
|
Winston Chang
|
f10f76d127
|
Fixes for R CMD check
|
2013-05-13 10:54:54 -05:00 |
|
Winston Chang
|
01f4e080df
|
Workaround for Cairo resolution bug
|
2013-04-09 17:13:26 -05:00 |
|
Winston Chang
|
7041424f96
|
Add plotPNG function
|
2013-03-07 17:12:24 -06:00 |
|