similar to: problems with R-2.01 build with Mandrake 10.1

Displaying 20 results from an estimated 800 matches similar to: "problems with R-2.01 build with Mandrake 10.1"

2005 Jan 21
2
Windows plots & fontsize
I recently wrote a package that runs on both Linux and Windows. The functions fetch data to an SQL database and make diverse plots, usually with many labels and annotations. I recently noticed that on SOME windows computers the fonts in the plots were too large, which caused labels to overlap. On other windows computers this does not happen. However on both computers the command
2004 Dec 14
2
plot with dates
Hi, I am trying to understand the behaviour of the plot function. If I have novdate <- as.Date("2001/11/1") + (0:29) y <- 1:30 b <- data.frame(novdate,y) then plot(b$novdate,b$y) will produce a plot where the x-ticmarks are given as dates (Nov 04, Nov 09 etc), but plot(b) will produce a plot where the x-tickmars are integer values (#day since Jan 1st 1970) In the first
2004 Oct 25
2
printing ISO/8859-1 characters
Hi, I ran into an odd problem with the print command for R-2.0 on a windows machine. The icelandic character thorn (??,??) which is included in in the Latin-1 character set [iso/8859-1 char# 222 (upper case) and #254 (lower case)] prints out incorrectly. Instead of getting the correct character I get the octal codes for upper and lower case thorn (\336 or \376). This only happens on a windows
2005 Jan 05
4
make R package for windows on Linux
Hi, I made a package on a linux box. All worked fine. The package contains only R code (no C). I then wanted to make a zip file so that I could test the package on a windows machine. I have tried all the obvious ways to do this (and even some that are not!), but to no avail. The only instructions I find about building packages for windows (e.g. mypkg.zip) seem to imply that the build be done
2005 Jun 15
1
Getting the character set
Hi R-gurus, In python one can do >>> import string >>> print string.letters and get the characters in the local character set. This feature is often useful in Python, and if I could find it in R I could make good use of it. In R both Sys.getlocale() and localeToCharset() can tell me which charset I am using, but I haven't found a way to print out the actual characters.
2005 Jun 22
2
A polar.plot BUG in plotrix 1.3.3 ?
Hi, I just updated to R-2.1.1 and updated packages acordingly However, after the update, routines that use polar.plot did not function as correctly. In plotrix 1.3.3 the polar.plot function does scale label.pos to radians prior to calling radial.plot Hence, the command polar.plot(c(5,10,5,0),c(-10,0,10,20),rp.type='P',
2006 Aug 08
1
locating intervals
Hi , I have two sorted vectors X and Xi, where the range of Xi lies within the range of X. For an element in Xi, I want to find the neigbouring data in X, e.g. find an index ix so that for element number k, then X[ix[k]] < X[k] < X[ix[k] +1] # also OK with "<=" on either one, but not both This is easy to code by looping over the data in X,Xi, but I suspect there may be a
2006 Aug 08
1
locating intervals (corrected version)
I have corrected a typo in my previous posting. In what follows the line with the inequality is correct Hi , I have two sorted vectors X and Xi, where the range of Xi lies within the range of X. For an element in Xi, I want to find the neigbouring data in X, e.g. find an index ix so that for element number k, then X[ix[k]] < Xi[k] < X[ix[k] +1] # also OK with "<=" on either
2011 May 04
1
bivariate linear interpolation
Hi, I have three matrices (X,Y,P) with the same dimension. The X,Y grid is regular and I want to perform linear interpolation to pick out certain points. In matlab appropriate call is something like Pout=interp2(X,Y,P,Xout,Yout, method="linear") where Xout and Yout are the locations where I want the Pout data (typically a different grid). (Scipy has this routine in
2010 Apr 29
1
image function with date-time on X axis
I am trying to plot a image where the x axis has the units of time. When I issue the image(x,y,z) command with x as a POSIXct object, it fails to put a time stamp on the x axis. Instead I get a warning "Incompatible methods" warning and no dates on my x axis. This example shows my problem: Rmat=t(matrix(data=rnorm(1:500),ncol=10,nrow=50)) tax=seq(ISOdate(2010,4,14,12,0,0),
2012 Jun 14
1
read.table and variable length of tables
Hi, I am trying to read in weather balloon data, where each file has a header of fixed length and a trailing section of a fixed length. The data section (the table) is of variable length. An example of the data is on: http://weather.uwyo.edu/cgi-bin/sounding?region=naconf&TYPE=TEXT%3ALIST&YEAR=2011&MONTH=06&FROM=1400&TO=1400&STNM=04018 This data has 97 rows and can be
2016 Mar 09
2
How to install Avaya 4610SW in Asterisk?
Hi ! I want to install a Telephone IP Avaya 4610SW in my Asterisk 11, but I cant install. It asks a TFTP/HTTP Server, but is necessary I install it in mu Asterisk Server for works my Telephone? The manual is here https://downloads.avaya.com/css/P8/documents/003880182 Thanks in advanced.
2006 Dec 10
1
FW: Samba problem with APS .NET web farm (IIS) - change notify
Forgot to send to list also Regards, ?sgeir Halld?rsson -----Original Message----- From: ?sgeir Halld?rsson Sent: 9. desember 2006 04:01 To: 'Damien 'zaide' Desmarets' Subject: RE: [Samba] Samba problem with APS .NET web farm (IIS) - change notify Hi, This might help in samba config [global] max open files = 65536 max mux = 2147483547 smb ports = 445 Regards,
2009 Apr 30
1
How to know what device I am using
Some years ago I wrote a plotting routine that was run on both Linux & Windows computers. There were some differences in the way the plot looked from the windows device and the X11 device. To ensure consistency I used getOption("device")) and made some changes to the plotting if the windows device was being used. Using this routine again, years later, I now notice that
2004 Nov 28
0
Shorewall and Mandrake 10.1
When I installed Mandrake 10.1, I have no probelms with it''s configuration and usage. However, I wanted to build a custom kernel with support for my built-in sound chip - as I was unable to get the audio to work. After I rebooted the new custom kernel, shorewall broke - no iptables in the kernel, even though iptables were configured in: CONFIG_IP_MULTIPLE_TABLES=y
2005 Mar 09
0
RPC works ADS doesn't on Mandrake 10.1?
I'm trying to setup a Linux box to authenticate on Windows Active Directory. I have winbind and samba installed and running on Mandrake 10.1. When I boot the PC it prompts me with all the usernames from my Windows 2000 Active Directory. After I login I can run: net RPC TESTJOIN (works fine) net ADS TESTJOIN (failed: Malformed representation of principal) Why won't ADS work? Carlton.
2006 May 08
0
Merging Mandrake 10.1 auto_install floppy with first CD of the same distro.
Hello, I have been struggling for long with the above. The purpose behind attempting the same is to have a handsfree install from the first CD (bootable) including a customised kernel and application. There will be no user intervention required whatsoever during installation. In this regard this is what I am trying to do. At the end of a manual install of the above distro I can create a auto
2006 Jun 12
0
Merging Mandrake 10.1 auto_install......
Well folks I seem to have asked a purty dumb question with the above. But I still think I have to fill ya' ll in on how I solved it. You put the auto_inst.cfg file generated by the Mandriva/Mandrake installer in the root of the CD and in the isolinux.cfg file within the /isolinux directory point to the same by changing the append kickstart= line as follows append
2004 Oct 30
0
Wine RPMs for Mandrake 10.1
As I've been getting lots of email asking this, I'm telling the list. The Wine RPMs for Mandrake available at http://www.winehq.com/download already support Mandrake 10.1 there is no need to email me asking for new RPMs. Ivan. ____________________________________________________________ Libero ADSL: navighi gratis a 1.2 Mega, senza canone e costi di attivazione. Abbonati subito su
2005 May 16
1
help for dual ineternet access on Mandrake 10.1, MASQUERADE: Route sent us somewhere else
Hi all, I have read and done the LARTC HOW-to and almost everything work''s execpt from the inside network. When load balancing over the two access it only work on the linux router/nat machine 1) I am running stock mandrake kernel 2.6.8.1-12mdk and using stock shorewall config 2.0.8 2) I have two internet link and two internals link. Load balance setup work for the linux router/nat