search for: rintro

Displaying 15 results from an estimated 15 matches for "rintro".

Did you mean: intro
2010 Sep 06
4
How to run R on Emacs+ESS
Hi folks, Debian 504 64-bit I found following document; http://www.biostat.wisc.edu/~kbroman/Rintro/ Whether it is the right document for installing Emacs+ESS and R so that R can run on Emacs? TIA B.R. Stephen L
2003 Mar 15
2
Help.start, .Renviron , and .Rprofile
...;t respond either. ?command within R gets netscape running and works OK. 2) I haven't been able to get Renviron.site, Rprofile.site, .Renviron, and .Rprofile to work and affect my sessions. To the best of my knowledge I have handled these files according to "Invoking R under Unix" in Rintro. .First within R works OK and this is the way I customize R at the present time. Hopefully someone out there realizes what I'm doing wrong. Thanks in advance Sincerely Fredrik Lundgren
2005 Jan 04
1
Difference between "R CMD build --binary" and "R CMD INSTALL --build"
As the title suggests, when building R packages on Windows, what is the difference between: R CMD build --binary mypack And R CMD INSTALL --build mypack ?? The former is suggested by my previous notes and seems to work, and the latter is suggested by http://www.biostat.jhsph.edu/~kbroman/Rintro/Rwinpack.html, and also seems to work. Thanks in advance Mick
2011 Jun 16
5
Porting "unmaintained" packages to post R 2.10.0 era
Hi all, I am trying to re-compile some "unmaintained" (it seems) packages, namely rSoNIA and dynamicnetwork from: http://csde.washington.edu/~skyebend/rsonia/rsoniaDemo/ These packages predates R 2.10.0 so they need to be recompile. After split the single big file in /man in each packages into a file for each function + some minor fix, I successfully manage to recompile and load
2000 Jun 21
0
R Applied to Biology Problem
Hi R, See Natalie Roberts talk. Very good presentation, but when I asked she said she could not share the data of her talk. http://www.stat.Berkeley.EDU/users/terry/zarray/Html/Rintro.html steve -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-req...
2010 Jan 14
1
How to install old randomForest?
Hi all, I'm using windowsXP and R 2.10.0. I downloaded "randomForest 4.5-33.tar.gz" from its archive, but how do I make it into a installation ZIP file? Thanks, Ted
2009 Oct 23
3
How to make R packages?
I found the following document on making R packages. But it is old. I'm wondering if there is more current ones and hopefully more complete ones. http://biosun1.harvard.edu/courses/individual/bio271/lectures/L6/Rpkg.pdf
2008 May 23
3
IDE
People, I'm a ubunto user and I used to write my scipts in "Java Gui for R", but it is a very slow tool to run my scripts... Do you know some efficient IDE for R? Thankssss!!! Alexandra Almeida -- Alexandra R M de Almeida [[alternative HTML version deleted]]
2007 Sep 24
2
making R packages and compacting an entire R set up
Hi R Gurus! I have 2 questions, please: a. I'm putting together a little baby package on SUSE Linux 10.1. I want to create a zip of the package for windows. How should I create that please? b. I don't know if the following is possible but here it is: I have R and a bunch of libraries set up very nicely. I would like to hand off this setup to someone else. Should I just copy
2008 Feb 08
3
Loading Data to R
This is the most basic question ever...I haven't used R in a couple years since college so I forget and haven't been able to find what I'm looking for in any of the manuals. I just need to figure out how to load a dataset into the program from excel! Thanks! CL [[alternative HTML version deleted]]
2003 Oct 15
5
Problems Building RMySQL in Windows
Hi all, Unfortunately I must use winXP at my job, so I'm trying install from source RMySQL. Here are some details about this problem: - R 1.7.1 - RMySQL 0.5-2 - mysql 4.1.0-alpha-max-nt I followed the instructions posted in http://www.biostat.jhsph.edu/~kbroman/Rintro/Rwinpack.html and the following messages appeared. BTW, thanks in advance for your help and comments. C:\Program Files\R\rw1071\src\gnuwin32>make pkg-RMySQL ---------- Making package RMySQL ------------ ********************************************** WARNING: this package has a configu...
2009 Mar 29
3
Eclipse and StatET Howto (also added Subversion, Rtools)
...enu and and select Run Configurations... 6a. Enter a name for your run configuration (eg R 2.9.0 alpha ) 6b. Under the R Config tab, you should see your entry in 4. under Workbench default 6c. Enter a Working Directory, if you like 7. Reference for more details: http://www.splusbook.com/Rintro/R_Eclipse_StatET.pdf Installing Subversion (SVN Client): WARNING: Trust Tigris and their 0.7 & post 1.4-releases at your own risk. I spent several hours trying to get later versions to work, but they all failed to recognize SVNKit on my setups. Several other users have posted this issue....
2010 Jun 05
5
Matrix to Vector
Given a matrix of m*n, I want to reorder it as a vector, using a row major transpose. so: > m<-matrix(seq(1,48),nrow=6,byrow=T) > m [,1] [,2] [,3] [,4] [,5] [,6] [,7] [,8] [1,] 1 2 3 4 5 6 7 8 [2,] 9 10 11 12 13 14 15 16 [3,] 17 18 19 20 21 22 23 24 [4,] 25 26 27 28 29 30 31 32 [5,] 33 34 35 36 37
2005 Feb 15
2
Making a Package
Hello. I have what I know to be a simple question, but never having done anything like this it is pretty tough. I'm trying to write an R package. I have a collection of functions that I loaded into R and then used package.skeleton(). After editing everything in the resulting folder, call it NewPackage, I tried to follow along with some instructions I found for Windows users. I installed
2006 Jun 01
4
FW: How to create a new package?
Hi, I'm a group of functions and I would like to create a package for load in R. I have created a directory named INE and a directory below that named R, for the files of R functions. A have created the files DESCRIPTION and INDEX in the INE directory. The installation from local zip files, in the R 2.3.0, results but to load the package I get an error like: 'INE' is not a