similar to: Arc/INFO format with R? (fwd)

Displaying 20 results from an estimated 3000 matches similar to: "Arc/INFO format with R? (fwd)"

2000 Mar 06
2
f2c question
Hello, I decided to try to compile R version 1.0.0 on my home-hacked linux system. This is not a conventional distribution, but has been upgraded countless numbers of times (I think it started as a 1.2.13). It's up to 2.2.13 (kernel version) and I still use gcc 2.7.2.3. I have managed to deal with the fortran part of R with f2c. As it turns out I can compile the program OK, but when it
1999 Dec 20
0
f2c and OSF
Hello, I take it all back. I just tried to comple 0.90.1 on my alpha (with f2c) and it didn't work. I'll look into it when I find time (I STILL usually run on my libretto and linux, even through my RS6000 workstation). Jonathan Jonathan Yuen, Professor in Plant Pathology phone: 46 18 672369 Dept. of Ecology and Crop Production Sciences fax: 46 18 672890 Swedish University of
2000 Mar 07
0
getwd/setwd function
Hello All, It appears that something is still not right with my linux systems. I can compile R (ie make and make install) but make check fails. It appears that the getwd and setwd functions don't work -- getwd returns gibberish. Thus I can run the graphics demo until it tries to read in the iris data. I'll admit I've done maybe too much to these systems to be able to get R to
1998 Dec 03
1
which compiler
Hello, This is perhaps a little off-topic, but I am curious as to what compilers people use to compile R (under unix/linux). I am primarily interested in the use of egcs or gcc, g77 or f2c, etc. It seems most of the gcc interest and development is towards egcs, and while a gcc 2.8.1/g77 combination did work and compile R on my primary linux machine, it also managed to produce kernels that did
1998 Nov 05
1
compilation of 0.62.4
Hello, I have compiled 0.62.4 under Linux and it runs fine (a gcc/g77 combination). When I try the same thing under AIX (4.1.5) or under dec's OSF (both also gcc/g77) I get problems. Under AIX, system.c complains: system.c: In function `waitForActivity': system.c:150: `fd_set' undeclared (first use in this function) system.c:150: (Each undeclared identifier is reported only once
1999 Mar 08
0
documentation?
Hello, Does anyone know where I might BEGIN to look for the reason why the documentation for R doesn't 'produced' properly on my linux machines? The binary is made and seems to run (the demos work), but I don't get any help pages (ie I get nothing when I type ?contributors). If I repeatedly run the 'build-help' command in the bin directory, it will take up where it broke
1999 Mar 09
0
R docs
Hello, I managed to solve the problem myself. After fooling around with the machine(s) last night I discovered that either my groff (1.09) is either 'broken' or too old. This is on a 'homemade' linux machine and the groff was from 1994. After updating to groff 1.11 the docs came out just fine!! Jonathan Yuen phone: 46 18 672369 Swedish
1999 Mar 12
0
Subject: R 68.3 on OSF V4.0 problems
Hello, With regards to Peter's comment, I got R to compile on OSF 4.0C, though I'm a little behind on versions. I only have 0.63.3 and haven't found anything newer... All kidding regarding typos aside, I went through that floating point exception business on the Alpha and I just didn't have time to make it work. Someone tipped me on to f2c, which I had used with my (old gcc
1999 Feb 12
0
Installing on DEC 4.0b
> To: Jonathan.Yuen at tvs.slu.se > Cc: "G.Janacek" <G.Janacek at uea.ac.uk>, r-help at stat.math.ethz.ch > Subject: Re: [R] Installing on DEC 4.0b > From: Peter Dalgaard BSA <p.dalgaard at biostat.ku.dk> > Date: 12 Feb 1999 13:25:18 +0100 > > Jonathan.Yuen at tvs.slu.se writes: > > > I don't know how well it is documented, but you need gnu
2006 Nov 09
4
Plotting symbols with two positions?
Thanks a lot to Demitris for a prompt answer some minutes ago on another tread (see below). To avoid excess mails on the list, I move onto next question: I have another small plotting problem that confuses me. I want to plot results from a field trial series, using the numbers of the trials as symbols in the plot. pch = as.character(trial_no) works fine, but truncates the trial number to the
2005 Nov 03
1
Problems with abline adding regression line to a graph
Hello all, R2.1.1, W2k I try to make a plot of a simple regression model in this way: > with(njfA_bcd, { + plot(TC_OS.G31,Prot,cex = 2, col = "red", xlab= "TC/OS at GS32", + ylab="Grain crude protein (CP)") + }) This part works well and produces the datapoints as red circles. When I try to add a line, using a fitted linear model in a way that works perfect
2005 Nov 09
1
using abline and a fitted 2nd degree formula
Hello all, R2.1.1, Wk2 I am doing some two-step plotting, first using plot() to illustrate the datapoints and then using abline() to place a trend line from a fitted model into the plot. Everything works well as long as the formula of the fitted model i of the type: m1 <- lm(Dependent ~ Independent) then abline(m1) puts the proper straight line into the plot. But if I use: m2 <-
2005 May 25
1
No ~ in JGR
R2.1.0 JGR 1.2 W2k Hello all! I??ve just installed JGR on my both R-equipped computers and am very pleased with the look and functionality. Except in one, very important, way. I can??t figure out how to get the ~ sign from the keyboard to the console. Copying it from old code works fine. Using the traditional GUI works as usual. I have a Swedish keyboard layout, where ~ shares key with ??
1999 Mar 15
0
R 68.3 on OSF V4.0 problems SOLVED
I wrote about my problems building R-0.63.3 on a Digital Alpha running OSF V4.0D. Thanks to the suggestion Jonathan.Yuen at tvs.slu.se, I tried using the DEC CC compiler instead of gcc, and it worked just fine. (Seeing that I needed gmake to build, it never occured to me to try DEC CC. It seems that you cannot combine DEC F77 with gcc; I do not have g77 to try.) Below is a set of instructions
2005 Oct 07
1
The mathematics inside lme()
Hello all! Consider a dataset with a grouping structure, Group (factor) Several treatments, Treat (factor) Some sort of yield, Yield (numeric) Something, possibly important, measured for each group; GroupCov (numeric) To look for fixed effects from Treat on Yield, a first attempt could be: m1 <- lm(Yield ~ Treat) which gives, in a symmetric situation, the same estimated fixed effects as:
1999 Dec 20
2
digital unix linking problem
Greetings. I'm trying to install R-0.90.1 on our digital 4.0F servers (alphaev6 arch). Using either the digital cc and f77, or gcc 2.95.2 and g77, R compiles, but on trying to execute it I get: 11819:./bin/R.X11: /sbin/loader: Fatal Error: cannot map xxxxxxx I'm used to 'cannot map', but always with a shared library name, not 'xxxxxxx'. Has anyone else run into this
2000 Jan 20
1
installing R on slackware linux, another route
I have been reading the archives of this list and noticed a post from Murray Jorgensen asking about how to install R under slackware. The replies were all to the effect that he should compile from the source. There is another path that is better for some purposes. Download the red hat binary package, the .rpm file, then run rpm2targz on it, a slackware program designed to convert rpm packages
2009 Nov 11
1
update.packages()
Dear all, W.XP I recently upgraded to R2.10.0 and did what I usually do: copied all "special" libraries from the old installation and then used "update.packages()" on the command line. Nothing happened. Then I clicked on the same command on the droplist which generated "update.packages(ask='graphics')", but still with no effect. When I tried to load the
2007 Nov 30
1
Boxplots illustrating the fixed effects in a lme object
Hello all, I posted a similar question recently but I suspect that it was not well enough formulated to trigger any answers. So I try again: Is there a way to produce boxplots (or something similar) that uses the estimated fixed effects of an lme{nlme} object? When I want to know the mean, I use estimable{gmodels} together with an appropriate matrix. I did look for a similar tool to estimable in
2004 Dec 15
1
MIME decoding in Mozilla Thunderbird
Hello all! I recently switched mail program to Mozilla Thunderbird, running on W2k. Everything works fine, except the MIME-digests from this list. The decoding doesn??t work properly. I had contact with Martin Maechler some time ago, and he suggested a try on this list for ideas on how to do the decoding in Windows, even if it??s not a proper R-question. Outlook do the proper job on the MIME,