Closed yixuan closed 9 years ago
91.96%
Merging #37 into master will increase coverage by +0.56% as of
4ffca9a
@@ master #37 diff @@
======================================
Files 6 6
Stmts 291 311 +20
Branches 0 0
Methods 0 0
======================================
+ Hit 266 286 +20
Partial 0 0
Missed 25 25
Review entire Coverage Diff as of
4ffca9a
Powered by Codecov. Updated on successful CI builds.
This looks great! Would you mind adding a unit test?
No problem. I can create a new patch including the unit test.
It seems that the check stops at installing the covr
package. Is there any possible reason for this?
Sometimes travis is just flakey :(
Looks great. One last thing: can you please add a bullet point to NEWS?
Sure. An entry has been added.
Thanks!
This is great. I just tried the new path
on the previously not-working-with-RSvgDevice tmap
package, and it works perfectly. Thanks so much!
You are welcome. :-)
This PR adds the
path()
device function todevSVG()
, so that it can support the R functionpolypath()
, and theshowtext
package can render fonts properly on this device.