Displaying 20 results from an estimated 700 matches similar to: "Installing R from source ? (PR#655)"
2000 Oct 02
1
R build on i86pc Solaris 2.7 (PR#677)
Full_Name: Albrecht Gebhardt
Version: 1.1.1
OS: i86pc Solaris 2.7
Submission from: (NULL) (143.205.61.82)
jmp_buf type undeclared, may be related to the installed version of libjpeg
(this is v6b), compiler is gcc/g77 2.95.2:
root@pc05-stat[X11]# make
creating src/unix/X11/Makefile
making rbitmap.d from rbitmap.c
make[1]: Entering directory `/usr/share/src/R-1.1.1/src/unix/X11'
gcc -I.
2000 Oct 24
1
installation problems with rbitmap.c (PR#703)
Full_Name: Markus Loecher
Version: 1.1.1
OS: Solaris
Submission from: (NULL) (129.73.1.1)
When trying to install R on a Sun SPARC, make fails in the very end, here is the
error message:
rbitmap.c:239: parse error before `jmp_buf'
rbitmap.c:239: warning: no semicolon at end of struct or union
rbitmap.c: In function `my_error_exit':
rbitmap.c:257: dereferencing pointer to incomplete type
2000 Jun 19
1
Problem compiling R-1.1.0
I just downloaded R-1.1.0.tgz and attempted installation as usual with
./configure
./make
Everything run fine until I hit the following error:
gcc -I. -I../../../src/include -I../../../src/include -I../../../src/include/R_ext -I/usr/X11R6/include -I/usr/local/include -DHAVE_CONFIG_H -mieee-fp -D__NO_MATH_INLINES -fPIC -g -O2 -c rbitmap.c -o rbitmap.o
rbitmap.c:239: parse error
2000 Jun 23
1
install R-1.1.0 in Suse 6.0
Dear all:
I tried to install R-1.1.0 im my Suse 6.0 linux box.
My first step is:
./configure -with-f2c
after i do > make command and i have the following error message:
############# error message
make[5]: `Makedeps' is up to date.
make[5]: Leaving directory `/root/R-1.1.0/src/unix/X11'
make[5]: Entering directory `/root/R-1.1.0/src/unix/X11'
gcc -I. -I../../../src/include
2001 Sep 24
1
Problem with read.table and scan
I have just installed R on a Windows NT system. Unfortunately I am unable
to open any of the data files I wish to work with. I have tried using
read.table and scan and to the best of my knowledge am using the correct
syntax. The error message I receive is
Error in file(file, "r") : cannot open file [file name]
I have the data in text files in white-space delimited form. I put them
2001 Aug 13
3
subset syntax
Can anyone tell me what's wrong with this command??
xx<-subset(x,LOCAL.NAME==c("Chifumbata","Chikota"),select=c(13,16,19,23,26,2
9,30,33:48))
Warning message:
longer object length
is not a multiple of shorter object length in: LOCAL.NAME ==
c("Chifumbata", "Chikota")
both of the following commands work fine
2000 Aug 17
2
Install Error on SGI Irix 6.5 (PR#637)
Hi,
I'm using R since Version 0.99 on a SGI Indigo 2 with Irix 6.5. I could compile
all Versions of R until 1.1.0.
When I try to compile Version 1.1.0 or 1.1.1 I get an error in the directory
/R-1.1.1/src/unix/X11. Trying to compile the file rbitmap.c in this directory
with the gcc compiler command
gcc -I. -I../../../src/include -I../../../src/include
-I../../../src/include/R_ext
2001 May 28
1
Undeclared identifier in make compilation (PR#951)
Full_Name: Nick Guoth
Version: 1.2.3
OS: SunOS 5.8 Generic_108528-03
Submission from: (NULL) (150.203.33.227)
>From running the make, the following error occurs:
gcc -I. -I../../../src/include -I../../../src/include -I/opt/x11r6.3/include
-I/usr/local/include -DHAVE_CONFIG_H -fPIC -g -O2 -c rbitmap.c -o rbitmap.o
rbitmap.c: In function `R_SaveAsPng':
rbitmap.c:169:
2003 Mar 06
2
compiling R on sparc-solaris
Hello,
I am trying to compile the R package on a sun.
I get the error message
rbitmap.c: In function 'my_png_error':
rbitmap.c:73: structure has no member named 'jmpbuf'
rbitmap.c: In function 'R_SaveAsPng':
rbitmap.c:122: structure has no member named 'jmpbuf'
make[4]:*** [rbitmap.lo] Error 1
Has anyone encountered this problem? Any solutions? Is there are
2001 Oct 18
1
Sgeostat module
Dear Users,
I use Sgeostat to calculate co variogram (function est.variogram with two
variables).
If i inverse the 2 variables in the functions, the co variogram change!
Normaly it is symmetric, isn't it?
Someone could me explain why, or give me an idea to calculate co variogram
in a easy way...
Thanks in advance
Laurent
ps : sorry for my english
Laurent William Dubroca
Centre de
2006 Feb 09
1
make: Target `all' not remade because of errors. (PR#8585)
Full_Name: Je Cade
Version: R-2.2.1
OS: RedHat 9
Submission from: (NULL) (129.49.108.173)
I followed the instructions. tar -xvf, configure, then make.
I get these error messages at the end of make and with make check.
==================================================================
==================================================================
In file included from rbitmap.c:45:
2001 Nov 18
1
plotting overlapping data points
I am just learning to use R. The data from my current project are
integer-valued. I am able to create scatterplots, but I would like to
have some indication on the plots when multiple data points overlap at
the same x-y coordinate. SPSS uses 'petals', and other packages use
jitter. Are there similar options in R? I have not been able to find
any in the documentation.
Thanks very much,
2001 Oct 10
1
Importing many files
Hello Cracks,
we want to import 10 x 365 files containing each 7 variables with 1211
rows. The filenames end with numbers from 1 to 365. We tried a for loop
to import using read.table but we couldn't create the r objects within
the loop. We want each file in an own r-objekt (matrix).
Does anyone know what can be done?
Thanks, Felix
--
Felix Tiefenbacher
Eidg. Institut f?r Schnee- und
2001 Sep 26
2
installing RMySQL
Hi, I have struggled to re-implement the RMySQL package after upgrading
from SuSe 6.3 to 7.2 and from R 1.2.1 to R 1.3.1,
to no avail
It compiles happily but when loading the package I get the following
error
> library(RMySQL)
Error in dyn.load(x, as.logical(local), as.logical(now)) :
unable to load shared library
"/home/jniesch/R_HOME/lib/R/library/RMySQL/libs/RMySQL.so":
2001 Aug 15
1
Re: R: Mailing Lists
Is it true that append=T does not work in assignTable() in RMySQL ?
More specifically: I cannot append a data.frame to an existing table
in a MySQL database, although I can use the same data.frame to
create a new table.
Even more specifically:
> assignTable(con,"employee",dita,append=T)
Error in execStatement.MySQLConnection(con, statement, ...) :
RS-DBI driver: (could not
2001 Dec 07
2
Help for Linear Discriminant Analysis
Dear colleague,
I'd like to compute linear discriminant analysis, using R. In the book Modern applied statistic with Splus (Venables & Ripley, p. 396), lda function is used. Could you tell me where I can find this function? At what site, can I download this library ?
Thank for your help.
Best Regards
Sovan
----------------------------------------------------------------
Prof. Sovan
2002 Feb 19
2
No subject
Hi,
I'm a new R users (although I have a little experience with S+). I am using the latest version (1.4.1) of R on a Windows 2000 system.
I have obtained several of the additional R packages ("modules") and would like to know how to permanently install them. What I am after is something similar to the following in S+
> .First <- function() { module("module_name")
2001 Sep 06
2
overlay plots
Hi all!
I new to R (I don't know anything about S+ either!)
I've a simple question:
How do I generate overlay plots in R?
So far as I can see the plot(x, y) operator will only give me one graph and
the plot(x ~ y + z) will give me 2 separate plots.
Is there an easy way to overlay or am I missing the obvious?
Any help welcome.
Gerard Keogh
The information in this email, and any
2002 Jun 12
4
Opening all files in a directory
Is there any way that R can be programmed so that it will cycle through
all files in a directory without having to define file names? The reason I ask
is because I will have about 50-100 files in a directory which will be randomly
named. ie: MIDEX, OACES-CO2, ODEN91, etc...
If not...are there any languages out there that will do this sort of things? Or is
there another method you could
2010 Nov 08
2
incorrect DLL path for Rbitmap.dll on Windows
Hello,
I think there is a problem in recent devel builds of R on Windows with
various devices from the grDevices package.
For example:
> capabilities()
jpeg png tiff tcltk X11 aqua http/ftp sockets
TRUE TRUE TRUE TRUE FALSE FALSE TRUE TRUE
libxml fifo cledit iconv NLS profmem cairo
TRUE FALSE TRUE TRUE