search for: makeargs

Displaying 2 results from an estimated 2 matches for "makeargs".

Did you mean: makeargv
2010 May 11
1
Xen 4.0 build error
.../xen-4.0.0/linux-2.6-pvops.git=     /scripts/mkmakefile: don''t edit         VERSION=0A =3D 2     PATCHLEVEL =3D 6         lastword =3D $(word $(words $(1)),$(1))=A0=A0 <----------------------------=     - line 7     makedir=0A :=3D $(dir $(call lastword,$(MAKEFILE_LIST)))         MAKEARGS :=3D -C =0A/foo/xen40/xen-4.0.0/linux-2.6-pvops.git     MAKEARGS +=3D O=3D$(if =0A$(patsubst /%,,$(makedir)),$(CURDIR)/)$(patsubst =     %/,%,$(makedir))         MAKEFLAGS=0A +=3D --no-print-directory         .PHONY: all $(MAKECMDGOALS Thanks, CM __________________________________...
2008 Mar 20
2
I need help integrating ggplot2 into Excel
...le~.,geom=""line"",group=Cell)") With no output ... I have tried the following in Worksheet function mode: if Range(H40:I42) contains: " (Embedded image moved to file: pic10654.jpg) " and Range(H48) contains: "qplot" The following call: =Rcalla(H48;makeargs(H40:I42)) Gives me no output Scratchpad mode However, right clicking a cell containing: qplot(x=Hours,y=pH,data=ds,facets=Sample~.,geom=""line"",group=Cell) and then selecting "Run R" works like a dream! I would like to develop an excel based GUI for R-data treatme...