Displaying 3 results from an estimated 3 matches for "agread".
Did you mean:
lgread
2011 May 03
1
Compiling Rgraphiz on Windows 7 64bit with R-2.13.0
...-DGRAPHVIZ_MAJOR=2 -DGRAPHVIZ_MINOR=20 -DWin32
-O2 -Wall -std=gnu99 -c agopen.c -o agopen.o
x86_64-w64-mingw32-gcc -I"C:/PROGRA~1/R/R-213~1.0/include" -IC:/BenSave/GoodiesW
in64/graphviz/include/graphviz -DGRAPHVIZ_MAJOR=2 -DGRAPHVIZ_MINOR=20 -DWin32
-O2 -Wall -std=gnu99 -c agread.c -o agread.o
x86_64-w64-mingw32-gcc -I"C:/PROGRA~1/R/R-213~1.0/include" -IC:/BenSave/GoodiesW
in64/graphviz/include/graphviz -DGRAPHVIZ_MAJOR=2 -DGRAPHVIZ_MINOR=20 -DWin32
-O2 -Wall -std=gnu99 -c agwrite.c -o agwrite.o
x86_64-w64-mingw32-gcc -I"C:/PROGRA~1/R/R-213~1.0/include...
2009 Jul 08
1
Trivial exclude help
...till get files retrieved.
Full option list is:
rsync -aHi --no-o --delay-updates --delete --delete-excluded --delete-
after --exclude 'drpms/***' --exclude 'debug/***' host1::foo/bar/ /
local/bar
... and files like these are still retrieved:
.d..t.... debug/
>f+++++++ debug/AGReader-debuginfo-1.2-5.fc10.x86_64.rpm
I've tried many many alternative exclude patterns, tried increasing
the debugging level to try and work out how they're still matched and
I haven't had any success. Any help very much appreciated.
Please include me on any replies as I'm not s...
2009 Apr 24
1
Managing DLLs with the same names in an R session
...tion is that
Rgraphviz needs to link to the graph.dll from graphviz,
E:\paboyoun>..\biocbld\bbs-2.4-bioc\R\bin\R CMD build Rgraphviz
[...omitting output...]
** libs
making DLL ...
[...omitting output...]
gcc -shared -s -o Rgraphviz.dll tmp.def LL_funcs.o Rgraphviz.o
RgraphvizInit.o agopen.o agread.o agwr
ite.o bezier.o buildEdgeList.o buildNodeList.o doLayout.o
graphvizVersion.o init.o -LC:/Graphviz2.22/
bin -lgvc -lgraph -lcdt -Le:/biocbld/bbs-2.4-bioc/R/bin -lR
[...omitting output...]
but at run time R dispatches to the graph.dll from the graph package to
resolve the symbols.
R-2.9>...