search for: r_source

Displaying 5 results from an estimated 5 matches for "r_source".

Did you mean: p_source
2012 Nov 26
3
R strange behaviour when building huge concatenation
...ew RCode(); code.clear(); String helper = "/dati/helper.R"; String modelNbd = "/dati/model-nbd.R"; String modelParetoNbd = "/dati/model-pareto-nbd.R"; String modelBgNbd = "/dati/model-bg-nbd.R"; String modelCbgCnbd = "/dati/model-cbg-cnbd-k.R"; code.R_source(helper); code.R_source(modelNbd); code.R_source(modelParetoNbd); code.R_source(modelBgNbd); code.R_source(modelCbgCnbd); code.addRCode("cdData <- read.table(\"/dati/cdnow.csv\", head=T)"); code.addRCode("names(cdData)[2] <- \"x\";"); code.addRCode(&quot...
2015 Feb 20
1
Can R for Windows be built outside of the top-level source directory?
...y on a *NIX machine (http://cran.r-project.org/doc/manuals/r-release/R-admin.html#Simple-compilation), but it makes no analagous mention of a way to do so under Windows. Since the build process in Windows is so different (not using configure, for instance, and typically being performed from within $R_SOURCES/src/gnuwin32/), *and* since the "R-admin" guide makes no mention of it, my guess is that it's not easily possible. But I'd love to learn otherwise, or even just get a definitive "no". Thanks, Josh
2010 Sep 23
0
R CMD Rprof --help suggestion
...as --min%total minimum % to print for 'by total' --min%self minimum % to print for 'by self' So I tried R CMD Rprof --min%total 5 and got an error. After looking at the source, I find that I need to do R CMD Rprof --min%total=5 Can I suggest a change in (R_SOURCE/src/library/tools/R/Rprof.R) the --help option display for --min%total and --min%self to something like --min%total=NUM set NUM as minimum % to print for 'by total' --min%self=NUM set NUM as minimum % to print for 'by self' which I think is more in line with e.g....
2004 Jul 12
0
text editor for R - summary on R-WinEdt
...%B\Bitmaps\Buttons\R-history.bmp 247 %B\Bitmaps\Buttons\R-paste.bmp 248 %B\Bitmaps\Buttons\R-source.bmp 249 %B\Bitmaps\Buttons\R-script.bmp 6) Open WinEdt.img and add this to the end of the list of bitmaps 246 %B\Bitmaps\Images\R_history.bmp 247 %B\Bitmaps\Images\R_paste.bmp 248 %B\Bitmaps\Images\R_source.bmp 249 %B\Bitmaps\Images\R_script.bmp 7) Add the R menu items to the Default WinEdt Toolbar by right clicking on the toolbar. Then select Enter Toolbar Setup. Finally, click the R buttons (there are four) and add them one at a time to the toolbar. -----Original Message----- From: Uwe Li...
2010 Jul 13
1
Building a custom Windows installer
Dear r-devel list members, It's been several years since I last built a custom Windows installer for R, and despite my notes and the instructions in Sections 3.1.7 and D.4 of the R Installation and Administration Manual, I've run into a problem, receiving the following error message: ----------- snip ----------- C:\R\src\R-2.11.1\src\gnuwin32\installer>make myR