Displaying 10 results from an estimated 10 matches for "r_modul".
Did you mean:
r_module
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 l...
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 mor...
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 handler
</Location>
to my http.conf and
test.R in /var/www/html is:
handler<-function(r){
apache.write(r,"<h1>Hello World!</h1>")
OK
}
When I start...
2005 Aug 02
0
[ANNOUNCE] mod_R: The R/Apache Integration Project
...nfiguration
-------------
In order to use mod_R and RApache, you must configure apache to find
it. Type help("directives",package="RApache") once mod_R is installed
for a little more detail. Add something similar to this to the apache
config file:
LoadModule R_Module /path/to/mod_R.so
<Location /URL>
SetHandler r-handler
Rsource /path/to/R/code.R
RreqHandler function-name
Rlibrary library-name
</Location>
Also, libR.so _MUST_ be found in the shared library path as it is
linked to by mod_R, RApache a...
2005 Aug 02
0
[ANNOUNCE] mod_R: The R/Apache Integration Project
...nfiguration
-------------
In order to use mod_R and RApache, you must configure apache to find
it. Type help("directives",package="RApache") once mod_R is installed
for a little more detail. Add something similar to this to the apache
config file:
LoadModule R_Module /path/to/mod_R.so
<Location /URL>
SetHandler r-handler
Rsource /path/to/R/code.R
RreqHandler function-name
Rlibrary library-name
</Location>
Also, libR.so _MUST_ be found in the shared library path as it is
linked to by mod_R, RApache a...
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 -...
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
...:
R-2.14.0-3.fc15.i686
perl
perl-5.12.4-164.fc15.i686
What I did was the following:
· Downloaded the package, rapache-1.1.15.tar.gz
· Ran configure --with-apache2-apxs=/usr/sbin/apxs, make, make install.
· Added this to my httpd.conf:
o LoadModule R_module /usr/lib/httpd/modules/mod_R.so
o
o # Output R errors and warnings to the browser
o ROutputErrors
o
o # Displays information about rapache and R
o <Location /RApacheInfo>
o SetHandler r-info
o </Location>
Also added the Directory directive...
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/unz...