[Tikzdevice-bugs] tikz: remove "white frame" around plot?

Cameron Bracken cameron.bracken at gmail.com
Thu Sep 15 19:34:33 CEST 2011


It looks like the makefile is not able to get the working directory correctly. The makefile is supposed to create a build directory one directory up called `<basename>.build` and produce all the documentation there. But from the line 

    Writing namespace directives to .build/NAMESPACE 

that is obviously not working. This must be a difference in the make on your system or something like that. You may need to modify line 3 in the Makefile:

    PKGSRC  := $(shell basename $(PWD))

I'm not very good at this stuff, but im pretty sure that is what is going on. Charlie may know better how to fix this. 

In the short term I have made a source package build (attached). You can run R CMD INSTALL on it directly.

-Cameron

On Sep 15, 2011, at 2:20 AM, Matthieu Stigler wrote:

> git clone git://github.com/Sharpie/RTikZDevice.git


More information about the Tikzdevice-bugs mailing list