similar to: installing XML in linux

Displaying 20 results from an estimated 300 matches similar to: "installing XML in linux"

2003 Aug 12
1
install 'XML' package
Greetings- I tried to install 'XML' packages in R and get following error message: ******************************************************************************** > install.packages("XML") trying URL `http://cran.r-project.org/src/contrib/PACKAGES' Content type `text/plain; charset=iso-8859-1' length 123768 bytes opened URL .......... .......... ..........
2003 Sep 09
1
lattice plot - portrait / landscape
Hi, How can I use portrait/landscape option in lattice bwplot? Is there any option in trellis.device where I can define this? Thanks in advance, Mahbub.
2009 Mar 11
1
configure fail for XML package on freebsd
Hi, I am having problems installing the XML package with R-devel on freebsd. If I simply do install.packages("XML"), it says that the parser.h file is not found. After reading the INSTALL file, I have set setenv XML_CONFIG /usr/local/bin/xml2-config setenv LIBXML_LIBDIR -L/usr/local/lib setenv LIBXML_INCDIR -I/usr/local/include/libxml2/libxml and install.packages("XML")
2003 Aug 21
4
anova(lme object)
Hi, I use lme to fit models like R> res1 <- lme(y~A+B, data=mydata, random=~1|subject) R> res2 <- lme(y~B+A, data=mydata, random=~1|subject) (only difference between these two models are the sequence in which the indep variables are written in formula) where y is continuous and A, B, and subject are factors. To get ANOVA table I used R> anova(res1) R> anova(res2) and found
2003 Jul 22
4
greek in main title
Hello, I have written a function that demonstrates the CLT by generating samples following the exponential distribution, calculating the means, plotting the histogram, and drawing the limiting normal curve as an overlay. I have the title of each histogram state the sample size and rate (1/theta) for the exponential (the output is actually 4 histograms), but I can't get the greek letter theta
2003 Sep 09
1
Building XML package for MacOS X
I am working to build the XML package for R on MacOS X. I have installed libxml2-2.5.9 into /usr/local. I set the LIBXML_INCDIR=/usr/local/include/libxml2. I use R INSTALL, I get the following: R INSTALL -c -l /usr/local/R/library XML_0.94-1.tar.gz : : : gcc -bundle -flat_namespace -undefined suppress -L/sw/lib -L/usr/local/lib -o XML.so DocParse.o EventParse.o ExpatParse.o HTMLParse.o
2005 Jul 04
1
Fax DETECTION with CAPI
hi, I have dabian sarge with asterisk 1.0.7 and chan_capi 0.3.5 with AVM fritz card. I would like use detecion of fax, but it don't work. So, i would like know if it's possible to work fax detection with this card? And if it's possible how?? Thanks you for your help
2010 Mar 17
1
Microsoft Office File Converter Problem
Hi, I have a samba server 3.4.0 running on a ubuntu karmic and there is a problem with the File Converter of Microsoft Office. When someone opens a .docx or .xlsx file with Office 2003 + File Converter, does some changes and tries to save the changes an error occurs: (something like) The file is locked for editing by another user. Afterwards the file is deleted. Here is a part of the
2016 Sep 10
1
cifs mount of share fails
Hello, i have two Samba 4.2.10+dfsg-0+deb8u3 Dabian 8.2 servers, connected to a 2008 R2 AD over krb5/sssd. Both servers have an identical configuration and are joined to the domain. The shares on these two servers are perfectly accessible form any of my windows clients. But i cannot mount the shares from one of the servers over mount -t cifs. domain_client_validate: unable to validate password
2009 Jun 24
1
gnls : Rho
Hello list: How to extract the value of "Rho" from a gnls() object. I am using gnls() function similar to res <- gnls(y~SSmicmen(),correlation=corCompSymm(form~1|b),data=dat) Thanks in advance, Mahbub. -- Mahbub Latif School of Mathematical Sciences Queen Mary, University of London United Kingdom [[alternative HTML version deleted]]
2003 Nov 05
1
Beginners help
Hi, I recently purchased two X100Ps and a TMD40B. I have set everything up according to the instructions however I can't get asterisk to pick up an incoming call (It just keeps ringing). Also, when I pick up an internal extension I get dead air. I searched the mailing list for 3+ hours -- What am I missing? Thanks in advance for your help. Here are the installion steps that I used:
2004 Apr 22
4
RODBC installation in debian
Hello List, I am trying to install RODBC package in a debian linux box but getting the following message. Can anyone help me to find what I am doing wrong here: $ R CMD INSTALL RODBC_1.0-4.tar.gz ### * Installing *source* package 'RODBC' ... checking for gcc... gcc checking for C compiler default output... a.out checking whether the C compiler works... yes checking whether we are cross
2003 Sep 04
1
lattice question--- different ylim
Hi there, I have four panels in a lattice bwplot. I want to have two different ylim for the panels, for example panels [1,1] and [1,2] with ylim=c(0,200) and panels [2,1] and [2,2] with ylim=c(0,100). Thanks for help in advance. Mahbub.
2003 May 17
2
max/summary
Hi, What is the reason for getting two different max of a vector from two functions max() and summary()? Here is an example, > set.seed(2222) > x <- sample(x=1:100000, size=10000, replace=T) > max(x) [1] 99992 > summary(x) Min. 1st Qu. Median Mean 3rd Qu. Max. 6 24510 49950 50020 75040 99990 Which value is the correct one? I had this problem while I
2003 Aug 25
2
lattice question
Hi, I want to use (similar to) las options in lattice (bwplot) plot. Actually I want to have x-axis labels as vertical instead of default horizontal. Thanks in advance for your help. Mahbub
2014 Jul 01
10
Libvirt installion error: You must install the libyajl library & headers to compile libvirt
Dear all, I am installing the libvirt 1.2.5 on my newly installed Fedora19. When I run ./configure, an error is reported: "You must install the libyajl library & headers to compile libvirt" In fact, the package yajl-2.0.4-2fc19.x86_64.rpm has been installed on the fedora19. I found several links talking about this error and I downloaded 3 files (configure.ac, m4/virt-yajl.m4,
2004 Jun 16
1
off topic: C/C++ codes for pseudo inverse
Hi, I am looking for C/C++ codes for computing generalized inverse of a matrix. Can anyone help me in this regard? Thanks, Mahbub.
2010 Aug 11
2
help to polish plot in ggplot2
Hi, I wanted to generate a plot which is almost like the plot generated by the following codes. category <- paste("Geographical Category", 1:10) grp1 <- rnorm(10, mean=10, sd=10) grp2 <- rnorm(10, mean=20, sd=10) grp3 <- rnorm(10, mean=15, sd=10) grp4 <- rnorm(10, mean=12, sd=10) mydat <- data.frame(category,grp1,grp2,grp3,grp4) dat.m <- melt(mydat) p <-
2012 May 03
2
testing samba 4 alongside samba 3
** hello folks, all started with searching for an MS exchange server connector to fetch my office my by Thunderbord on my private machine. So far I used Davmaill (OWA) but I'm not that satisfied, so I found OpenChange but that needs Samba4 installed on my NAS. So I was checking the Samba wiki and mailing archive but I'm bit confused. There are several version available, plus franky, what
1999 Nov 11
6
Compilation of R under Mandrake Linux 6.1 (helios)
I've just installed Mandrake Linux, then compiled R-0.65.1 . Whether because I omitted some necessary items when I selected software for installion, or because they anyway needed to be loaded afterwards, I found it necessary to load the following packages in order to compile R-0.65.1 pgcc-g77-1.1.3-3mdk.i586.rpm (Fortran g77 compiler) XFree66-devel-3.3.5-3mdk.i586.rpm (X.h etc