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

Charlie Sharpsteen chuck at sharpsteen.net
Thu Sep 15 20:28:27 CEST 2011


On Thursday, September 15, 2011 10:34:33 AM UTC-7, Cameron B. wrote:
>
> 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.
>
Yeah, the Makefile requires GNU Make. Perhaps I should make this explicit by 
renaming it to GNUmakefile as BSD make will ignore that name.  I will also 
try to make a push to RForge this afternoon so that a version of tikzDevice 
with these fixes can be obtained via `install.packages`.

-Charlie 


More information about the Tikzdevice-bugs mailing list