Displaying 8 results from an estimated 8 matches for "settcpnodelay".
2008 Oct 15
1
error installing gtools (PR#13168)
...alling to library '/usr/lib64/R/library'
* Installing *source* package 'gtools' ...
** libs
gcc -m64 -std=gnu99 -I/usr/include/R -I/usr/local/include -fpic -O2 -g
-pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector
--param=ssp-buffer-size=4 -m64 -mtune=generic -c setTCPNoDelay.c -o
setTCPNoDelay.o
setTCPNoDelay.c:1:15: error: R.h: No such file or directory
setTCPNoDelay.c:2:24: error: Rinternals.h: No such file or directory
setTCPNoDelay.c: In function ?checkStatus?:
setTCPNoDelay.c:66: warning: implicit declaration of function ?strncpy?
setTCPNoDelay.c:66: warning: inco...
2008 Mar 31
1
R-packages installation problems
...ling *source* package 'gtools' ...
** libs
gcc -m32 -std=gnu99 -I/usr/include/R -I/usr/include/R
-I/usr/local/include -fpic -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2
-fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32
-march=i386 -mtune=generic -fasynchronous-unwind-tables -c
setTCPNoDelay.c -o setTCPNoDelay.o
setTCPNoDelay.c:1:15: error: R.h: No such file or directory
setTCPNoDelay.c:2:24: error: Rinternals.h: No such file or directory
setTCPNoDelay.c: In function ?checkStatus?:
setTCPNoDelay.c:66: warning: implicit declaration of function ?strncpy?
setTCPNoDelay.c:66: warning: inco...
2009 Sep 03
1
trouble installing gtools package in local directory
...RNING: ignoring environment value of R_HOME
* Installing to library '/home/ssaeed/R/library/'
* Installing *source* package 'gtools' ...
** libs
gcc -std=gnu99 -I/tp64/r-project/2.9.0/lib64/R/include -I/usr/local/include
-fpic -O2 -m64 -march=nocona -mmmx -msse -msse2 -msse3 -c
setTCPNoDelay.c -o setTCPNoDelay.o
gcc -std=gnu99 -shared -L/usr/local/lib64 -o gtools.so setTCPNoDelay.o
-L/tp64/r-project/2.9.0/lib64/R/lib -lR
** R
** data
** inst
** preparing package for lazy loading
** help
*** installing help indices
>>> Building/Updating help pages for package 'gtools'...
2009 Sep 03
1
trouble installing gtools package in local directory
...RNING: ignoring environment value of R_HOME
* Installing to library '/home/ssaeed/R/library/'
* Installing *source* package 'gtools' ...
** libs
gcc -std=gnu99 -I/tp64/r-project/2.9.0/lib64/R/include -I/usr/local/include
-fpic -O2 -m64 -march=nocona -mmmx -msse -msse2 -msse3 -c
setTCPNoDelay.c -o setTCPNoDelay.o
gcc -std=gnu99 -shared -L/usr/local/lib64 -o gtools.so setTCPNoDelay.o
-L/tp64/r-project/2.9.0/lib64/R/lib -lR
** R
** data
** inst
** preparing package for lazy loading
** help
*** installing help indices
>>> Building/Updating help pages for package 'gtools'...
2005 Dec 13
0
Updated version of gdata, gtools, gplots and gmodels
...r display.
Added -.tex, .pdf files and figuers, and RNEWS article
in inst/doc
- colorpanel.R: colorpanel now allows only 2 colors to be specified
if no 'middle' color is desired.
CHANGES IN gtools 2.2.2
-----------------------
- src/setTCPNoDelay.c: Add C source code for setTCPNoDelay.
- NAMESPACE: Add UseDynLib to NAMESPACE so the shared library gets
properly loaded.
- Updated Greg's email address.
- New function 'addLast' that adds functions to R's .Last() so
that they will be executed when R is...
2005 Dec 13
0
Updated version of gdata, gtools, gplots and gmodels
...r display.
Added -.tex, .pdf files and figuers, and RNEWS article
in inst/doc
- colorpanel.R: colorpanel now allows only 2 colors to be specified
if no 'middle' color is desired.
CHANGES IN gtools 2.2.2
-----------------------
- src/setTCPNoDelay.c: Add C source code for setTCPNoDelay.
- NAMESPACE: Add UseDynLib to NAMESPACE so the shared library gets
properly loaded.
- Updated Greg's email address.
- New function 'addLast' that adds functions to R's .Last() so
that they will be executed when R is...
2012 Feb 28
2
Error: could not find function "hier.part"
...gtools::logratio2foldchange gtools::mixedorder
gtools::mixedsort gtools::odd gtools::permutations
gtools::permute gtools::quantcut gtools::rdirichlet
gtools::running gtools::scat
gtools::setTCPNoDelay
gtools::smartbind gtools::sprint gtools::strmacro
I am new to R, and I googled everything about the error message. I don't
really understand what is "requires the gtools package in the gregmisc
bundle". tried to install package"gregmisc", did...
2007 May 30
5
Possible changes to connections
When I originally implemented connections in R 1.2.0, I followed the model
in the 'Green Book' closely. There were a number of features that forced
a particular implementation, and one was getConnection() that allows one
to recreate a connection object from a number.
I am wondering if anyone makes use of this, and if so for what?
It would seem closer to the R philosophy to have