search for: rw1080

Displaying 18 results from an estimated 18 matches for "rw1080".

Did you mean: rw1081
2005 Apr 13
2
easy question: obtaining rw1080.exe
Dear All, Can anyone please tell me where I can obtain uncompiled binary instalation files for R version 1.8. (i.e. rw1080.exe)? I can only find the uncompiled source code on CRAN today. Thank you, Mary Wisz msw@dmu.dk [[alternative HTML version deleted]]
2003 Dec 10
0
dyn.load for c code
...da.jp.org/RWiki/?R%A4%AB%A4%E9%C2%BE%B8%C0%B8%EC%CD%F8%CD%D1 If the c program is called mysum.c, I type, after cd'ing into R_home\bin on the MS-DOS shell: > rcmd shlib [-o mysum.dll] mysum.c and the output reads: >MkRules:93: warning: overriding commands for target `.c.d' >C:/R/RW1080/src/gnuwin32/MkRules:93: warning: ignoring old commands for target ` >.c.d' >MkRules:97: warning: overriding commands for target `.cc.d' >C:/R/RW1080/src/gnuwin32/MkRules:97: warning: ignoring old commands for target ` >.cc.d' >MkRules:101: warning: overriding commands fo...
2004 May 03
1
Help making a simple R code only package
...ello, I am new to R and I am trying to figure out how to build and install a package with nothing but R code inside. I have run 'package.skeleton' to get the basic structure. When I run 'Rcmd INSTALL testPackage' I get this error message: make: *** No rule to make target `Files/R/rw1080'. Stop. *** Installation of testPackage failed *** When I run 'Rcmd build testPackage' I get this error message: C:\Program Files\R\rw1080>Rcmd build testPackage * checking for file ' testPackage /DESCRIPTION' ... OK * preparing ' testPackage ': * cleaning src * c...
2003 Oct 20
0
Update Packages / help.start() (PR#4681)
..., The console repeats the message twice (example below) > update.packages() trying URL `http://cran.r-project.org/bin/windows/contrib/1.8/PACKAGES' Content type `text/plain; charset=iso-8859-1' length 12608 bytes opened URL downloaded 12Kb lattice : Version 0.8-3 in C:/Program Files/R/rw1080/library Version 0.8-7 on CRAN Update (y/N)? y mgcv : Version 0.9-3.1 in C:/Program Files/R/rw1080/library Version 0.9-5 on CRAN Update (y/N)? y lattice : Version 0.8-3 in C:/PROGRA~1/R/rw1080/library Version 0.8-7 on CRAN Update (y/N)? y mgcv : Version 0.9-3.1 in C:/PROGRA~1/R/rw1080/li...
2003 Oct 12
6
Rd problems
Hola! I have the following in a .Rd file: \eqn{\mbox{coef} = c(\mbox{coef}[1],\ldots, \mbox{coef}[n]) } {coef = c(coef[1], coef[2], \dots, coef[n])} However, both arguments come out in the latex file! Whats happening? Kjetil Halvorsen
2003 Nov 17
2
$RHOME/bin/check in windows (PR#5135)
...from the Perl script in $RHOME/bin/check. In the following example, 'Program Files' is splited into 'Program', and this has made the R checking prosess halt. What could I've done wrong? ---------------BELOW: ScreenShot from the windows console--------------- C:\Program Files\R\rw1080\src\library>Rcmd check qtl * checking for working latex ...latex: not found NO C:/Program Files/R/rw1080/src/library * using log directory 'C:/Program Files/R/rw1080/src/library/qtl.Rcheck' * checking for file 'ChromoViz/DESCRIPTION' ... OK * checking if this is a source package...
2003 Nov 20
3
file not found?
Hi R maintainers: when I use update.packages() And I try to update the package "maps" maps : Version 2.0-9 in D:/rw1080/library Version 2.0-10 on CRAN Update (y/N)? y The following message appears: trying URL `http://cran.r-project.org/bin/windows/contrib/1.8/maps_2.0-10.zip' Error in download.file(url, destfile, method, mode = "wb") : cannot open URL `http://cran.r-project.org/bin/window...
2003 Oct 09
3
Source package installation for WinXPpro
Hi I d like to compile the source code from last Affy package for WinXPpro under R18beta however the doc is pretty poor regarding this process... I went to FAQ R Win then to http://www.stats.ox.ac.uk/pub/Rtools/ and downloaded in The essentials, tools and Perl 5.8.0, then MingW from www.mingw.org and I wonder if I need any other stuff from this page ? I m not sure but I dont think I need the
2003 Oct 20
1
bug in fisher test---p-value cannot be Inf (PR#4688)
I just found a bug in fisher.test(). This is rw1080, on windows XP. A p-value can certainly not be Inf, but: > religion Costumbres rel orig Religion Si Algunas veces Nunca católica 2121 4700 6234 prot/evan 100 216 2461 otra C 27 67 502 otra 0 0 14 > fishe...
2003 Nov 12
2
problem with pipes (PR#5053)
...ce they come with Windows. If you start up R and run a pipe which executes \a.bat one gets the following werid behavior on Windows 2000: > readLines(pipe("\\a.bat")) [1] "" [2] "C:\\Program Files\\R\\rw1080>net /? " [3] "The syntax of this command is:" [4] "" [5] ""...
2003 Oct 23
1
texi2dvi and buildVignettes() on Windows
...2dvi is not provided in the Windows distribution of R. I already asked Duncan privately about this who kindly tried to run buildVignettes() on the vignette in my lmtest package. He got the results: <quote> I get the following: > buildVignettes('lmtest') Warning message: F:\R\rw1080/bin/texi2dvi not found The help for buildVignettes says it's an internal command; perhaps the thing that calls it has some workaround for Windows. I only see it being called from src/scripts/build.in, which runs under Windows, but I can't see any attempt to work around this limitation, s...
2003 Dec 25
1
problem with pipes (PR#5053)
...ce they come with Windows. If you start up R and run a pipe which executes \a.bat one gets the following werid behavior on Windows 2000: > readLines(pipe("\\a.bat")) [1] "" [2] "C:\\Program Files\\R\\rw1080>net /? " [3] "The syntax of this command is:" [4] "" [5] ""...
2003 Nov 03
10
USA map
R users, In S, there was a function called usa() that would draw the map of the United States, plus it had other options for graphics. I have looked but I can't find the equivalent in R. Is there one? Thanks, Jason
2003 Nov 19
11
Windows R 1.8.0 hangs when Mem Usage >1.8GB
I have a loop that increases the size of an object after each iteration. When the Windows Task Manager shows "Mem Usage" about 1.8GB, the Rgui.exe process no longer responds. I use: "C:\Program Files\R\rw1080\bin\Rgui.exe" --max-mem-size=4000M --min-vsize=10M --max-vsize=3000M --min-nsize=500k --max-nsize=1000M I have a dual Xeon 2.8GHz processor box with 4GB of memory and "R version 1.8.0, 2003-10-08". Any suggestions or ideas would be greatly appreciated. Thanks, Dick ***************...
2004 Feb 29
1
graphics device problems
I'm using R 1.8.0 under windows XP. I can't get certain of the graphics devices set up. For example, when I copy this line directly from the "postscript" help screen, I get the error messages that follow it: > postscript("foo.ps") Error in PS(file, old$paper, old$family, old$encoding, old$bg, old$fg, : unable to start device PostScript In addition:
2003 Dec 19
1
R-package install
...ecking DESCRIPTION meta-information ... OK * checking package dependencies ... OK * checking index information ... OK * checking R files for syntax errors ... OK * checking R files for library.dynam ...Error: cannot open file 'C:/rpacks/test. Rcheck/test/R/test' for reading at C:\PROGRA~1\R\rw1080/bin/check line 864. I am not sure what the make error wants me to do. Have also looked up line 864 in bin\check - it is " open(FILE, "< $file")". any help would be much appreciated. thanks Arnab
2003 Dec 09
3
Interfacing R and Python in MS Windows
Hi all, I need the power of R from within some of my Python programs... I use debian linux (woody) at home and windows XP at work (the latter is where I need to get things done!) This are my packages: R 1.8.0 Python 2.3 RSPython 0.5-3 This is what I've done: (1) Since the Windows Binary of RSPython is compiled against Python 2.2 I downloaded the tarball (2) Followed the instructions in
2004 Jan 20
4
Loading packages at startup
Hi, I use the Windows R GUI. I frequently use (or have my students use) foreign and survival packages. I would like to make them part of the basic start-up package set (like base, ctest, etc.) using something short of recompiling a special Windows version of R. Is this possible? I examined the autoload() command but this seems to target a single command of package, and only apply during a