search for: r_modules

Displaying 10 results from an estimated 10 matches for "r_modules".

2009 Apr 22
0
make fails when using with-x=no on linux CentOS 5.3 (PR#13670)
...dules/vfonts' make[1]: Entering directory `/home/delhomme' make[1]: *** No rule to make target `R'. Stop. make[1]: Leaving directory `/home/delhomme' make: *** [R] Error 1 What happens is the following: In the Makefile located in the src/modules directory, there's a check for R_MODULES (l.17-18) ## R_MODULES is X11 (or not) MODULES = $(R_MODULES) internet lapack vfonts This works fine, R_MODULES being defined and equal to an empty string. Then in the R target (l.26-30) R: Makefile make.internet make.lapack make.vfonts @for d in "$(R_MODULES)"; do \...
2009 Apr 20
1
R build fails during make when configured with "--with-x=no" (PR#13665)
...Scratch/r-build/on-frontend/R-2.9.0/src/modules' make[1]: *** [R] Error 1 make[1]: Leaving directory `/home/jeet/Scratch/r-build/on-frontend/R-2.9.0/src' make: *** [R] Error 1 The problem appears to be with the "src/modules/Makefile". Specfically, lines 26-29: @for d in "$(R_MODULES)"; do \ (cd $${d} && $(MAKE) $@) || exit 1; \ done Here, R_MODULES is blank, resulting in the "cd" command transferring to the user's home directory, where, of course, no Makefile is found resulting in the error above. Work-around appears to be to simply disable loo...
2009 Apr 20
0
R build fails during make when configured with "--with-x=no" (PR#13666)
...,,,, > make[1]: *** [R] Error 1 > make[1]: Leaving directory `/home/jeet/Scratch/r-build/on-frontend/R-2.= 9.0/src' > make: *** [R] Error 1 >=20 > The problem appears to be with the "src/modules/Makefile". Specfically,= lines > 26-29: >=20 > @for d in "$(R_MODULES)"; do \ > (cd $${d} && $(MAKE) $@) || exit 1; \ > done >=20 > Here, R_MODULES is blank, resulting in the "cd" command transferring to= the > user's home directory, where, of course, no Makefile is found resulting= in the > error above. (Even more...
2006 Feb 03
2
Infinite loop running Mod_R/Rapache
I installed mod_r according to the specifications, and have been trying to get the demo script to work correctly. I am running debian, the latest build of R, apache 2 with prefork mpm, and the latest mod_r. Is anyone else using this module successfully? I added: LoadModule R_module mod_R.so <Location /test/hello> SetHandler r-handler Rsource /var/www/html/test.R RreqHandler
2005 Aug 02
0
[ANNOUNCE] mod_R: The R/Apache Integration Project
What is it? ----------- mod_R is a project dedicated to embedding the R interpreter inside the Apache 2.0 (and beyond) web server for the purpose of writing web applications in R. It's composed of three parts: mod_R: the Apache 2.0 module that implements the glue to load the R interpreter. RApache: the R package that provides the API for programming web applications
2005 Aug 02
0
[ANNOUNCE] mod_R: The R/Apache Integration Project
What is it? ----------- mod_R is a project dedicated to embedding the R interpreter inside the Apache 2.0 (and beyond) web server for the purpose of writing web applications in R. It's composed of three parts: mod_R: the Apache 2.0 module that implements the glue to load the R interpreter. RApache: the R package that provides the API for programming web applications
2010 Nov 11
0
Rserve Installing error on AIX5.3..
...------- OS:AIX5.3 R:R2.8.1(--enable-R-shlib) Rserve: I tried .. 0.4.3 - 0.6.3 ------------------------------- ......console logging below....... # R CMD INSTALL Rserve_0.6-3.tar.gz -d * Installing to library '/usr/local/lib/R/library' 'R CMD INSTALL': in startdir= /src/nsm/baldy/R_modules with tmpdir= /tmp/R.INSTALL2199648-31295 lib= '/usr/local/lib/R/library', pkgs= ' "/tmp/R.INSTALL2199648-31295/Rserve"' before checking lockdir= '/usr/local/lib/R/library/00LOCK' after checking lockdir build_help_opts= '--debug --txt --html --l...
2009 Jul 23
1
problem building R 2.9.1 from source on RHEL 4 (x86_64)
I am building from source on RHEL 4 and have run into a problem while running "make check": running code in 'lapack.R' ...make[3]: *** [lapack.Rout] Error 1 make[3]: Leaving directory `/opt/R/R-2.9.1/tests' make[2]: *** [test-Specific] Error 2 make[2]: Leaving directory `/opt/R/R-2.9.1/tests' make[1]: *** [test-all-basics] Error 1 make[1]: Leaving
2012 Jan 19
1
RApache installation problems
Hi all I was trying to isntall RApache last week but ran into strnge problems that no one else seems to be experiencing. At least I couldn't find anything after extensive googling. First off, the machine I'm installing on looks like this: Dell Optiplex 745 32 bit 2GB RAM Fedora 15 httpd -v Server version: Apache/2.2.21 (Unix) Server built: Sep 13 2011 13:46:23 R: R-2.14.0-3.fc15.i686
2009 Feb 21
1
Install failure (PR#13545)
...K_LDFLAGS='' RMATH_HAVE_EXPM1='' RMATH_HAVE_LOG1P='' RMATH_HAVE_WORKING_LOG1P='' R_ARCH='' R_BATCHSAVE='' R_BROWSER='/usr/bin/open' R_DEFS='' R_GZIPCMD='//bin/gzip' R_JAVA_LD_LIBRARY_PATH='' R_LD_LIBRARY_PATH='' R_MODULES='' R_OS='linux-gnu' R_OSTYPE='unix' R_PAPERSIZE='letter' R_PDFVIEWER='/usr/bin/open' R_PLATFORM='x86_64-unknown-linux-gnu' R_PRINTCMD='' R_PROFILING='' R_RD4DVI='ae' R_RD4PDF='times,hyper' R_UNZIPCMD='/usr/bin/unzip...