similar to: Compiling R 1.1.0 under OpenBSD 2.7

Displaying 20 results from an estimated 6000 matches similar to: "Compiling R 1.1.0 under OpenBSD 2.7"

2000 Jun 16
2
R and OpenBSD
Howdy! Has anybody successfully installed R under OpenBSD? I just tried to install the latest R-release under OpenBSD 2.7 and got the following errors in the make step: pnorm.c:62 'ML_ERR_return_NAN' undeclared pnorm.c:62 'ML_NAN' undeclared pnorm.c:62 'ML_NEGINF' undeclared --Ragnar -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help
2000 Jun 16
2
R and OpenBSD
Howdy! Has anybody successfully installed R under OpenBSD? I just tried to install the latest R-release under OpenBSD 2.7 and got the following errors in the make step: pnorm.c:62 'ML_ERR_return_NAN' undeclared pnorm.c:62 'ML_NAN' undeclared pnorm.c:62 'ML_NEGINF' undeclared --Ragnar -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help
2000 Apr 04
2
Hierarchical Regression
Howdy! I'm a clinical psychologist desperately trying to get rid of SPSS. I just discovered R and like it quite a lot. The main reason why we're still using SPSS is the hierarchical regression where you enter bundles of variables into a linear model and get an R-sqare increase tested with an F-test. I already found add1 and drop1 but would rather need addn and dropn. Is there
2001 May 02
2
rounding
Howdy! I'm trying to print a correlation matrix where every r is rounded to two digits after the colon. How can I get that? I tried options(digits=2) but that rather yields two digits minimum precision so that I get 0.0068 instead of 0.01. Ragnar -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read
2000 May 03
2
GLM available book recommendation
Howdy, I looked at the references in the R and S-Plus literature to find a good introduction/reference to GLM. When I then went to Amazon it seemed to me that all the recommended books are out of print. Can anyone give me a recommendation which _available_ book to get? --Ragnar -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read
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
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
2001 Feb 07
2
Literature needed
Howdy! Could somebody point me to some good introductory readings about data mining and descriptive data analysis? I'm a psychologist and a couple of times I realized that some things just don't appear in psychological literature, e.g. I've never seen a box plot anywhere in psych journals so I'm not familiar with them. The R help function is great when it comes to explaining
2001 Mar 28
5
R and xterm
Howdy! I have a problem that's similar to one discussed earlier on the list: When not in xterm all the backspace and cursor-movements and stuff are working well. Only when I start R in an xterm window backspace appears as ^H and so on. What can I do? Ragnar -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read
2002 Apr 17
1
Installation of R-1.4.1 on Solaris 2.7
I am trying to install R-1.4.1 on the Solaris 2.7 OS by compiling the source code. Unfortunately, I obtain a fatal error during make (apparently while using gcc to compile arithmetic.c). The configure command seemed to work acceptably (end of output follows). --(snip)-- R is now configured for sparc-sun-solaris2.7 Source directory: . Installation directory: /usr/local C
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.
2002 Jan 31
1
Installation problem : SunOS (PR#1291)
Full_Name: Brendan McMahon Version: 1.3 OS: SunOS Submission from: (NULL) (12.42.50.51) Probably just a configuration problem but ... fails to compile. configure completed without a problem. Any help appreciated!! SunOS flexdev1 5.7 Generic_106541-11 sun4u sparc SUNW,Ultra-5_10 `Makedeps' is up to date. gcc -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H
1998 Nov 01
0
new platform (?) -- problems compiling
Hello, all. I'm trying to get R working on linux-PPC (linux on a Macintosh, or, in my case, a Power Computing clone). I'm using version 0.62.4, and I'm getting the following errors during compile in arithmetic.c: 44: warning: struct exception declared inside parameter list 45: conflicting types for matherr 46: dereferencing pointer to incomplete type 55: dereferencing pointer
2003 Jul 29
1
OpenBSD-alpha and R-1.7.1 problem
I'm trying to get R running on OpenBSD/alpha. I've applied some configure patches which I've previously sent to the R-devel list to allow R to compile on an OpenBSD ELF platform (which OpenBSD/alpha is, as the i386 port soon will be). The patched source compiles without problems, and appears to run and perform properly apart from two (possibly unrelated) problems. 1) On startup
2002 Mar 24
2
readline?
We've recently "upgraded" a server to solaris 8, and in reinstalling R I've encountered a problem in getting it to recognize the readline library. I have installed readline in what I believe to be the "usual" place: /usr/local/lib with include files in /usr/local/include/readline. But ./configure produces: ragnar.econ.uiuc.edu# grep readline hout checking for
2007 Oct 06
1
problem installing fields package 3.5 on R 1.8.1 on linux
I am returning to using R after a little time away. Saw some great new functions in the fields package and decided to upgrade. Everything seems to go fine until I tried to actually load the package, when I get an error: >library(fields) Error in parse(file, n, text, prompt) : syntax error on line 227 And (of course) I am unable to access any of the functions in the fields package. Below is
2003 Nov 25
1
Something broken with update?
Updating my 1.8.0 R installation (>update.packages() ) I obtain the following (SORRY FOR THE LENGTH OF THE LOG BUT IT HELPS!!!): ................ downloaded 135Kb KernSmooth : Version 2.22-11 in /usr/lib/R/library Version 2.22-12 on CRAN Update (y/N)? y mgcv : Version 0.9-3.1 in /usr/lib/R/library Version 0.9-6 on CRAN Update (y/N)? y trying URL
2004 Sep 10
1
[Flac-users] Trouble Building flac-1.1.0
I am trying to build Flac 1.1.0. Version 1.0.3 built without any problems on this system, but 1.0.4 and 1.1.0 fail during the `make' step. I ran `./configure' without any extra flags, then ran `make'. The following is the errors that make outputs: file_decoder.c:60: parse error before "FLAC__FileDecoderWriteCallback" file_decoder.c:60: warning: no semicolon at end of
2003 Sep 30
2
cluster & mgcv update
Hello, After reinstalling the whole OS and R as well, I tried to update.packages() and get the follwing error message: concerning the mgcv update: atlas2-base is installed and blas as well (on debian). I haven't found lf77blas, I assume it's a library or something similar associated with blas. any suggestion how to solve that, thanks Martin * Installing *source* package
2002 Jun 04
0
build fails dumping R code in 'methods' on i686-pc-linux-gnu (PR#1632)
aa056@chebucto.ca wrote: > > Using the same settings in config.site as were used for R-1.4.1, > R-1.5.0 fails to build. > > ./configure --enable-R-shlib > > Using defaults and using PPro optimizations, the build failed in > package methods: > > dumping R code in package 'methods' > gmake[4]: *** [../../../library/methods/R/all.rda] Error 139 >