Displaying 1 result from an estimated 1 matches for "editdlfromgpath".
2009 Feb 04
0
Two issues with ggplot2 - grid.gedit doesn't work from source file & grid.gedit effects are not preserved
...grid.gedit doesn't work from source file
Reproduce - copy the code shown below into an R source file, and of course save off in the appropriate location. Then copy the the first line "source("C:/TestCode.R")" into R and run. Notice that you get the following error:Error in editDLfromGPath(gPath, specs, strict, grep, global, redraw) :
'gPath' (text) not found
Now however, copy the below into R and runn it all. Notice that the code runs to completion. Is this expected? Is there a fix?
(2) grid.gedit effects are not preserved
After completing (1). Navigate to the loca...