Displaying 10 results from an estimated 10 matches for "libcdt".
Did you mean:
libcdb
2009 Jan 30
1
Rgraphviz install
Hi
I've tried several times and followed what others suggest in installing Rgraphviz (https://stat.ethz.ch/pipermail/bioconductor/2008-June/022838.html)
But I could not load library(Rgraphviz).
There's a message that 'This application has failed to start because libcdt-4.dll was not found'
Could anyone suggest me how to make it work?
june
_________________________________________________________________
ore_012009
[[alternative HTML version deleted]]
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")
Loading required package: graph
Loading required package: grid
Error : .onLoad failed in loadNamespace() for 'Rgraphviz', details:
call: value[[3L]](cond)
error: unable to load...
2010 Feb 05
1
Reg: Rgraphviz installation
Hi,
Could you guide me to upload Rgraphviz library. I have installed Graphviz 2..20.3.1 , even followed the instructions in Read me, but I cannot load the package.
There is a error message "This application has failed to start becaues libcdt-4.dll was not found. Re-installing the application may fix this problem", whenever we plan to load the package.
Thanks in Advance
Deepak Manohar
________________________________
This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely for the use of the addressee(s)...
2009 Mar 26
1
Problemas con psych y Rgraphviz
...a!!
Aprovecho este mensaje para comentaros un problema en la utilización del
paquete psych y Rgraphviz que nunca había utilizado antes. Despues de
cambiar a la versión R.2.8.2 y haberla reinstalado varias veces con vista.
Cuando ejecuto
test.psych()
aparece un mensaje deciendome que no encuentra libcdt-4.dll (indicandome que
debo reinstalar) a pesar de eso el comando se ejecuta informandome de la
necesidad de cargar Rgraphviz como archivo zip local. Cuando desde la
consola realizo la instalación:
> utils:::menuInstallLocal()
package ''Rgraphviz'' successfully unpacked and MD5...
2009 Dec 16
1
Rgraphviz installation
Hi,
I wanted to install Rgraphviz. From the R GUI, I downloaded the package but when I tried to load it I got the following error message:
"This application has failed to start because libcdt-4.dll was not
found. Re-installing the application may fix this problem."
The R commands and errors are:
> utils:::menuInstallPkgs()
trying URL 'http://www.bioconductor.org/packages/2.5/bioc/bin/windows/contrib/2.10/Rgraphviz_1.24.0.zip'
Content type 'application/zip' lengt...
2010 Mar 31
1
You are right and the problem is solved. Re: about the possible errors in Rgraphviz Package
...gt;>> list.files(strsplit(Sys.getenv("PATH"), ";")[[1]][[14]], "dll")
>>> [1] "iconv.dll" "intl.dll"
>>> [3] "jpeg62.dll" "libcairo-2.dll"
>>> [5] "libcdt-4.dll" "libcgraph-4.dll"
>>> [7] "libexpat.dll" "libfontconfig-1.dll"
>>> [9] "libfreetype-6.dll" "libgdk_pixbuf-2.0-0.dll"
>>> [11] "libglib-2.0-0.dll"...
2010 Mar 31
0
You are right and the problem is solved. Re: about the possible errors in Rgraphviz Package
...gt;>>> ?????? ?????? ?????? ?????? ?????? ??????"intl.dll"
>>>>>> ??????[3] "jpeg62.dll" ?????? ?????? ?????? ?????? ??????
>>>>>> ?????? ?????? ?????? ?????? ?????? "libcairo-2.dll"
>>>>>> ??????[5] "libcdt-4.dll" ?????? ?????? ?????? ?????? ??????
>>>>>> ?????? ?????? ?????? ?????? "libcgraph-4.dll"
>>>>>> ??????[7] "libexpat.dll" ?????? ?????? ?????? ?????? ??????
>>>>>> ?????? ?????? ?????? ?????? "libfontconfig-1...
2020 May 14
0
Ailing MATE desktop
...dencies:
libfftw3.so.3()(64bit) is needed by (installed) ImageMagick-libs-0:6.9.10.86-1.el8.x86_64
libfftw3.so.3()(64bit) is needed by (installed) ImageMagick-0:6.9.10.86-1.el8.x86_64
error: Failed dependencies:
gamin is needed by (installed) caja-1.22.3-2.el8.x86_64
error: Failed dependencies:
libcdt.so.5()(64bit) is needed by (installed) ImageMagick-libs-0:6.9.10.86-1.el8.x86_64
libcgraph.so.6()(64bit) is needed by (installed) ImageMagick-libs-0:6.9.10.86-1.el8.x86_64
libgvc.so.6()(64bit) is needed by (installed) ImageMagick-libs-0:6.9.10.86-1.el8.x86_64
error: Failed dependencies:
libgroup...
2020 May 14
2
Ailing MATE desktop
> On Wed, 2020-05-06 at 10:26 -0500, Robert G (Doc) Savage via CentOS
> wrote:
>> On Tue, 2020-05-05 at 19:25 -0500, Robert G (Doc) Savage via CentOS
>> wrote:
>> > I'm about ready to run "dnf erase *mate*" and try re-installing
>> > MATE
>> > from scratch from the GNOME3 desktop. Is that possible without
>> > ripping
>>
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 package though library(Rgraphviz) or