Displaying 20 results from an estimated 301 matches for "graphviz".
2012 Sep 19
0
CEBA-2012:1291 CentOS 6 graphviz FASTTRACK Update
...Errata and Bugfix Advisory 2012:1291
Upstream details at : https://rhn.redhat.com/errata/RHBA-2012-1291.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
i386:
9812d525ecf3118212738fef6c4d38695ea1fe156850a21742ded07e27f85c5d graphviz-2.26.0-10.el6.i686.rpm
f90968fca755311cb8a7ba7765d09de63173e18697def129f073ce6b3cebc334 graphviz-devel-2.26.0-10.el6.i686.rpm
f537028d80619a565f60465f52db062df0e7e1e3b05c78a991a988ea5c7d1747 graphviz-doc-2.26.0-10.el6.i686.rpm
5ea8784a710270805dd104de9108f8625c229d06f5a3c68033814d435d915d99 grap...
2011 May 03
1
Compiling Rgraphiz on Windows 7 64bit with R-2.13.0
Hi all,
I am trying to compile Rgraphiz on Windows 7 64bit with R-2.13.0. I have
installed
Rtools213.exe from [1]. The 64bit packages in [2] provided me with the 64 bit
version
of graphviz. After intalling the binary version Rgraphviz 1.30 (in 32bit) it
complains (as
expected) that:
> library(Rgraphviz)
Error: package 'Rgraphviz' is not installed for 'arch=x64'
I don't understand why the 64 bit version of graphiz is provided but not one for
Rgraphviz.
Have...
2012 Sep 19
0
CentOS-announce Digest, Vol 91, Issue 13
...the list at
centos-announce-owner at centos.org
When replying, please edit your Subject line so it is more specific
than "Re: Contents of CentOS-announce digest..."
Today's Topics:
1. CESA-2012:1288 Moderate CentOS 5 libxml2 Update (Johnny Hughes)
2. CEBA-2012:1291 CentOS 6 graphviz FASTTRACK Update (Johnny Hughes)
3. CEBA-2012:1290 CentOS 6 squid Update (Johnny Hughes)
4. CEBA-2012:1294 CentOS 6 krb5 Update (Johnny Hughes)
----------------------------------------------------------------------
Message: 1
Date: Tue, 18 Sep 2012 18:22:15 +0000
From: Johnny Hughes <...
2006 Jan 03
5
RDOC and dot on mac
All,
This is probably a bit more of a mac question, but here goes. (Admission: I
posted this to ruby-talk as well....)
I am trying to use rdoc -d to generate class diagrams on a mac running Tiger
(OS X 10.4) for a rails app. I managed to get dot installed, but now am
running into problems with dot looking for libraries that either do not
exist or are apparently in the wrong place. I probably made
2012 Jun 09
2
[LLVMdev] Extracting an AST to Graphviz using Clang
Dears,
I am new to this list, and hope this question is pertinent to this mailing
list.
I have been trying to use Clang to extract an AST from my source code, but
without success when attempting to do so with Graphviz.
I created a thread on Stackoverflow recently in hope any could help me [1],
but the question is actually pretty simple. I keep getting
Stmt::viewAST is only available in debug builds on systems with Graphviz or
gv!
alongside the code that is output despite having graphviz added to the path
and...
2011 Jul 25
1
Rgraphviz installation problem
Dear experts
I installed Rgraphviz with the following command:
source("http://www.bioconductor.org/biocLite.R")
biocLite("Rgraphviz")
But had a problem when I tried to load it.
This says that libcdt-4.dll is missing in your computer and the following
message in R window:
> library("Rgraphviz&qu...
2012 Jun 09
0
[LLVMdev] Extracting an AST to Graphviz using Clang
Hi Carlos,
> I am new to this list, and hope this question is pertinent to this mailing
> list.
Welcome!
> Stmt::viewAST is only available in debug builds on systems with Graphviz or
> gv!
You need to actually build Clang in debug mode for this particular
method to be available, which is very likely why you're seeing this
error. I don't think that Clang builds shipped with Xcode (for
example) are built in debug mode.
Regards,
Alex
On Sat, Jun 9, 2012 at 8:54 PM...
2008 Dec 02
2
Can't load Rgraphviz on windows-based R
Hi,
I have problem loading Rgraphviz. Following the instructions specified by the README in Rgraphviz_1.20.3.tar.gz didn't help either.
o. set the following Windows environment variables accordingly
(control panel -> systems -> Advanced -> Environment Variables ):
(a) create new user variables:
GRAPHVIZ_INST...
2012 Jun 09
2
[LLVMdev] Extracting an AST to Graphviz using Clang
...andrade.co
2012/6/9 Alex Rønne Petersen <xtzgzorex at gmail.com>
> Hi Carlos,
>
> > I am new to this list, and hope this question is pertinent to this
> mailing
> > list.
>
> Welcome!
>
> > Stmt::viewAST is only available in debug builds on systems with Graphviz
> or
> > gv!
>
> You need to actually build Clang in debug mode for this particular
> method to be available, which is very likely why you're seeing this
> error. I don't think that Clang builds shipped with Xcode (for
> example) are built in debug mode.
>
> Re...
2009 Jun 24
1
Rgraphviz and R 2.9 in ubuntu jaunty
Dear people,
I'm new here, so this is my first try. I have ubuntu 9.04 installed with R 2.8 (which surprises me because I realized that the last version R 2.9 is available but in the Synaptic Package Manager 2.8 appears as the last one). I have also graphviz 2.20.2. I have been trying to install Rgraphviz either from R running "biocLite("Rgraphviz")" and from the shell running "R CMD INSTALL Rgraphviz --configure-args="--with-graphviz=/usr/share" "
This is the error in both cases:
configure: Using Graphviz dir...
2012 Jun 09
2
[LLVMdev] Extracting an AST to Graphviz using Clang
...ed on debug mode.
I also put clang 2.9 inside /tools/clang (renamed the clang-2-9) so that
the configure could notice it and ran $make test inside the clang folder
after it.
Still I executed $ ./clang -cc1 -ast-view smd.c only to get
Stmt::viewAST is only available in debug builds on systems with Graphviz or
gv!
Mixed up with the output and nothing being show on graphviz. What am I
missing? Again, I have graphviz but I don't think I have gv and I am
running an OS X Lion 10.7.4 (latest version).
Thanks,
Carlos Andrade
http://carlosandrade.co
2012/6/9 Joey Gouly <joel.gouly at gmail.com&g...
2009 Apr 24
1
Managing DLLs with the same names in an R session
I am having a problem using two DLLs with the same name, but obviously
located in different directories, in an R session. The troublesome
package is the (Bioconductor) Rgraphviz package. It relies on (3rd party
software) graphviz and imports functions from (Bioconductor) package
graph. Unfortunately, the current stable release of graphviz for Windows
http://www.graphviz.org/pub/graphviz/stable/windows/graphviz-2.22.2.msi
contains a graph.dll in its bin directory. The s...
2012 Jun 09
2
[LLVMdev] Extracting an AST to Graphviz using Clang
...t; Hi Carlos,
>>>
>>> > I am new to this list, and hope this question is pertinent to this
>>> mailing
>>> > list.
>>>
>>> Welcome!
>>>
>>> > Stmt::viewAST is only available in debug builds on systems with
>>> Graphviz or
>>> > gv!
>>>
>>> You need to actually build Clang in debug mode for this particular
>>> method to be available, which is very likely why you're seeing this
>>> error. I don't think that Clang builds shipped with Xcode (for
>>> exa...
2010 Mar 30
8
about the possible errors in Rgraphviz Package
Hi All,
I tried to install the package of Rgraphviz in the following two
ways successfully:
source("http://bioconductor.org/biocLite.R")
biocLite("Rgraphviz")
install.packages(pkgs="C:/Progra~1/R/lib_download/Rgraphviz_1.24.0.zip",
lib="C:/Progra~1/R/R-2.10.1/library", repos=NULL)
but when I loaded the pa...
2012 Jun 09
1
[LLVMdev] Extracting an AST to Graphviz using Clang
...d on llvm manual, from my previous email I believe I
>> compiled on debug mode and my bash does recognize 'clang' bash now but
>> still I get:
>>
>> clang -cc1 -ast-view smd.c
>>
>> *Stmt::viewAST is only available in debug builds on systems with
>> Graphviz or gv!*
>>
>> What am I missing? :(
>>
>> Thanks,
>>
>> Carlos Andrade
>> http://carlosandrade.co
>>
>>
>>
>> 2012/6/9 Carlos Andrade <carlosviansi at gmail.com>
>>
>>> Just to add one more thing. I have been try...
2009 Jun 24
2
loadNamespace and useDynLib
I am considering a package with a namespace (Rgraphviz from Bioc). I
essentially want to have some error handling for loading the dll,
something like wrapping it into tryCatch or similar (reason: see
below). Right now I am loading the dynamic libraries by useDynLib in
my NAMESPACE file. When I look at the code from loadNamespace, I have
the i...
2004 Sep 22
1
Rgraphviz compilation error
Hi,
I am installing Rgraphviz at Linux Fedora Core 2 with
32 bit AMD athlon with 512 RAM.
I have installed graphviz version:
graphviz-1.16-1.src.rpm installed already on system.
I am doing:
$ R CMD INSTALL -l /usr/local/lib/R/library
Rgraphviz_1.4.0.tar.gz
---------------------------------
* Installing *source* packa...
2012 Jun 09
2
[LLVMdev] Extracting an AST to Graphviz using Clang
...can recognize the 'gv' and
'dot' as specified on llvm manual, from my previous email I believe I
compiled on debug mode and my bash does recognize 'clang' bash now but
still I get:
clang -cc1 -ast-view smd.c
*Stmt::viewAST is only available in debug builds on systems with Graphviz
or gv!*
What am I missing? :(
Thanks,
Carlos Andrade
http://carlosandrade.co
2012/6/9 Carlos Andrade <carlosviansi at gmail.com>
> Just to add one more thing. I have been trying to install the gv on my mac
> os but I have not been successful either. The gv build requires xaw3d (...
2012 Jun 09
0
[LLVMdev] Extracting an AST to Graphviz using Clang
...zgzorex at gmail.com>
>
>> Hi Carlos,
>>
>> > I am new to this list, and hope this question is pertinent to this
>> mailing
>> > list.
>>
>> Welcome!
>>
>> > Stmt::viewAST is only available in debug builds on systems with
>> Graphviz or
>> > gv!
>>
>> You need to actually build Clang in debug mode for this particular
>> method to be available, which is very likely why you're seeing this
>> error. I don't think that Clang builds shipped with Xcode (for
>> example) are built in debug...
2012 Jun 09
0
[LLVMdev] Extracting an AST to Graphviz using Clang
...clang 2.9 inside /tools/clang (renamed the clang-2-9) so
> that the configure could notice it and ran $make test inside the clang
> folder after it.
>
> Still I executed $ ./clang -cc1 -ast-view smd.c only to get
>
> Stmt::viewAST is only available in debug builds on systems with Graphviz
> or gv!
>
> Mixed up with the output and nothing being show on graphviz. What am I
> missing? Again, I have graphviz but I don't think I have gv and I am
> running an OS X Lion 10.7.4 (latest version).
>
> Thanks,
>
> Carlos Andrade
> http://carlosandrade.co
>...