search for: graphvizversion

Displaying 3 results from an estimated 3 matches for "graphvizversion".

2009 Apr 24
1
Managing DLLs with the same names in an R session
...\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> Sys.which("graph.dll") graph.dll "C:\\GRAP...
2010 Mar 31
0
You are right and the problem is solved. Re: about the possible errors in Rgraphviz Package
...t;>> R.version.string >> [1] "R version 2.10.1 Patched (2010-03-10 r51276)" >>> win.version() >> [1] "Windows Vista (build 6002) Service Pack 2" >>> packageDescription("Rgraphviz")$Version >> [1] "1.24.0" >>> graphvizVersion() >> $installed_version >> [1] ?????????2.20.3????????? >> >> $build_version >> [1] ?????????2.20.3????????? >> >> >> >> >> On Wed, Mar 31, 2010 at 9:56 AM, HU,ZHENGJUN <hhu at ufl.edu> wrote: >>> Hi Martin, >>&gt...
2010 Mar 31
1
You are right and the problem is solved. Re: about the possible errors in Rgraphviz Package
Hi Martin, It is really a 'PATH' problem. After adding C:\Program Files\Graphviz2.20\bin to the 'PATH' environment variable, the Rgraphviz package can be loaded without any error messages. Sorry that I ONLY set my 'PATH' environment variable correctly for R but not for Graphviz. Thank you and Duncan so much for your great help. Howard On Tue Mar 30 18:12:54