Re: [Rd] configure-args for R CMD build

2012-01-15 Thread Kasper Daniel Hansen
On Sun, Jan 15, 2012 at 10:48 AM, Finak, Greg wrote: > I think you need to enclose the arguments to configure-args in quotes. > i.e. > > --configure-args='--with-graphviz=/Users/khansen/Source/usr' I did, I was quoting the error message, not the command where I use R CMD build --configure-args='

Re: [Rd] configure-args for R CMD build

2012-01-15 Thread Finak, Greg
I think you need to enclose the arguments to configure-args in quotes. i.e. > --configure-args='--with-graphviz=/Users/khansen/Source/usr' Greg Finak, Ph.D Post-doctoral Fellow Vaccine and Infectious Disease Division Fred Hutchinson Cancer Research Center Seattle, WA On 2012-01-15, at 7:43 AM, "

[Rd] configure-args for R CMD build

2012-01-15 Thread Kasper Daniel Hansen
When I build a package containing a vignette, the package gets installed to build the vignette. However, it appears that R CMD build does not allow for --configure-args. In my case, I have a C library installed in a non-standard position, and I need to tell the package where it is. It works fine