Displaying 3 results from an estimated 3 matches for "cross4".
Did you mean:
cross
2003 Jun 26
2
Change default parameters of panel.smooth
Hello,
can anyome tell me how to access the full script of the panel.smooth function so that I can change the thickness of the smoothing line or its colour ?
All I could access is :
> panel.smooth
function (x, y, col = par("col"), bg = NA, pch = par("pch"),
cex = 1, col.smooth = "red", span = 2/3, iter = 3, ...)
{
points(x, y, pch = pch, col = col, bg =
2005 Feb 07
1
Problems encountered/fixed making CrossCompileBuild
...ed R packages for Windows on a
FreeBSD 4.10 i386 system.
My revisions to Makefile-rcb (http://cran.r-
project.org/doc/contrib/Makefile-rcb ) follow here:
1. created makevar MAKE initialized to gmake. Replaced all
direct references to make with $(MAKE).
2. updated makevar MINGW_CROSS = mingw-cross4 to point to
http://www.stats.ox.ac.uk/pub/Rtools/mingw-cross4.tar.bz2 ,
replacing original reference to mingw-cross2.
3. updated MkRules HEADER=$(CROSSDIR)/i586-mingw32/include ,
replacing original reference to <snip>/mingw32/include.
4. reset LinuxFresh = YES
Yan and Rossini imply tha...
2005 Jan 28
1
error in gmake CrossCompileBuild
Dear all,
I expect that I am on thin ice trying to build this on
freeBSD 4.10, however, after tweaking Makefile-rcb v11Oct04
/* MAKE=gmake; MINGW_CROSS = mingw-cross4 */, I encounter:
mingw32-gcc -isystem ~/RCrossBuild/cross-
tools/mingw32/include -O2 -Wall -pedantic -I../include -I. -
DHAVE_CONFIG_H -DR_DLL_BUILD -c dynload.c -o dynload.o
dynload.c: In function `R_loadLibrary':
dynload.c:94: warning: implicit declaration of function
`_controlfp'
dynl...