[R] Managing global/local variables when creating R packages

2007-08-02 Thread Bethany Kok
I'm working on a package for R to create graphs for modeling interactions between latent variables in SEM. At the moment, I have one function which performs the necessary steps to prepare the data for graphing, and then separate graphing functions depending on what graph type (or types) the

Re: [R] Managing global/local variables when creating R packages

2007-08-02 Thread Gabor Grothendieck
1. This probably translates best from what you have. It places the object in the package space itself. The lattice package illustrates that. Download the lattice package code from CRAN and look at .LatticeEnv defined in zzz.R there. Also try this: library(lattice) lattice:::.LatticeEnv

Re: [R] Managing global/local variables when creating R packages

2007-08-02 Thread Prof Brian Ripley
On Thu, 2 Aug 2007, Bethany Kok wrote: I'm working on a package for R to create graphs for modeling interactions between latent variables in SEM. At the moment, I have one function which performs the necessary steps to prepare the data for graphing, and then separate graphing functions

Re: [R] Problem installing R packages in OpenBSD

2007-07-03 Thread Butchar, Jon
for the OpenBSD package creation that didn't get changed after package installation. Hope this helps, Jon -Original Message- From: [EMAIL PROTECTED] on behalf of Bruce Sent: Mon 7/2/2007 5:19 PM To: r-help@stat.math.ethz.ch Subject: [R] Problem installing R packages in OpenBSD OS

Re: [R] Problem installing R packages in OpenBSD

2007-07-03 Thread Bruce
Thank you both for your responses. I am now able to install R packages. The front-end R scripts were changed at /usr/local/bin and /usr/local/lib/R/bin as follows: From: R_HOME_DIR=/usr/obj/i386/R-2.4.1/fake-i386/usr/local/lib/R R_SHARE_DIR=/usr/obj/i386/R-2.4.1/fake-i386/usr/local/lib/R/share

[R] Problem installing R packages in OpenBSD

2007-07-02 Thread Bruce
: not found I get the same error message from the R command prompt using install.packages(mapproj, dep=TRUE) Questions regarding /usr/obj/i386/R-2.4.1/fake-i386: o Where did this path come from? o Is there a conflict between OpenBSD ports and R packages? o Is OpenBSD ports trying to do the package

Re: [R] Problem installing R packages in OpenBSD

2007-07-02 Thread Prof Brian Ripley
/fake-i386: o Where did this path come from? o Is there a conflict between OpenBSD ports and R packages? o Is OpenBSD ports trying to do the package install? If so, how do I stop it? Please note that I have installed R packages successfully on Linux, Windows XP and FreeBSD. Background

[R] installing GRASS-R packages

2007-06-13 Thread Philippe LAGACHERIE
Hi, I tried to install R packages required for the GRASS-R interface by using the following command (copied from http://www.geog.uni-hannover.de/grass/statsgrass/grass6_r_install.html): /install.packages (c(sp, spgrass6,rgdal,maptools), dependencies =TRUE)/ rgdal package was installed

Re: [R] installing GRASS-R packages

2007-06-13 Thread Roger Bivand
On Wed, 13 Jun 2007, Philippe LAGACHERIE wrote: Hi, I tried to install R packages required for the GRASS-R interface by using the following command (copied from http://www.geog.uni-hannover.de/grass/statsgrass/grass6_r_install.html): /install.packages (c(sp, spgrass6,rgdal,maptools

[R] listing R packages in our system

2007-05-04 Thread Hu, Ying \(NIH/NCI\) [E]
Hi, I like to know the simple way to list the R package names in our linux system. Thanks Ying [[alternative HTML version deleted]] __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read

Re: [R] listing R packages in our system

2007-05-04 Thread Marc Schwartz
On Fri, 2007-05-04 at 13:06 -0400, Hu, Ying (NIH/NCI) [E] wrote: Hi, I like to know the simple way to list the R package names in our linux system. Thanks Ying See ?installed.packages HTH, Marc Schwartz __ R-help@stat.math.ethz.ch

Re: [R] listing R packages in our system

2007-05-04 Thread Henrique Dallazuanna
See: packs - .packages(all=T) length(packs) -- Henrique Dallazuanna Curitiba-Paraná-Brasil 25° 25' 40 S 49° 16' 22 Ohttp://maps.google.com/maps?f=qhl=enq=Curitiba,+Brazillayer=ie=UTF8z=18ll=-25.448315,-49.276916spn=0.002054,0.005407t=kom=1 On 04/05/07, Hu, Ying (NIH/NCI) [E] [EMAIL PROTECTED]

Re: [R] listing R packages in our system

2007-05-04 Thread Thomas Adams
One can also use: library() Henrique Dallazuanna wrote: See: packs - .packages(all=T) length(packs) __ R-help@stat.math.ethz.ch mailing list

[R] Keep R packages in the R installation

2007-04-01 Thread Tong Wang
Hi, I just got a quick question here, when I install a new version of R , is there an easy to keep the installed R packages ? Thanks a lot for any help. tong __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help

Re: [R] Keep R packages in the R installation

2007-04-01 Thread Robert Duval
posting guide best robert On 4/1/07, Tong Wang [EMAIL PROTECTED] wrote: Hi, I just got a quick question here, when I install a new version of R , is there an easy to keep the installed R packages ? Thanks a lot for any help. tong __ R

Re: [R] Keep R packages in the R installation

2007-04-01 Thread Tong Wang
Hi, Yes, I am using Windows XP. Thanks a lot for your help. tong - Original Message - From: Robert Duval [EMAIL PROTECTED] Date: Sunday, April 1, 2007 5:29 pm Subject: Re: [R] Keep R packages in the R installation To: Tong Wang [EMAIL PROTECTED] Cc: R help r-help@stat.math.ethz.ch

[R] Packages in R for least median squares regression and computing outliers (thompson tau technique etc.)

2007-02-28 Thread lalitha viswanath
Hi I am looking for suitable packages in R that do regression analyses using least median squares method (or better). Additionally, I am also looking for packages that implement algorithms/methods for detecting outliers that can be discarded before doing the regression analyses. Although some

Re: [R] Packages in R for least median squares regression and computingoutliers (thompson tau technique etc.)

2007-02-28 Thread Bert Gunter
: Wednesday, February 28, 2007 10:04 AM To: r-help@stat.math.ethz.ch Subject: [R] Packages in R for least median squares regression and computingoutliers (thompson tau technique etc.) Hi I am looking for suitable packages in R that do regression analyses using least median squares method (or better

Re: [R] Packages in R for least median squares regression and computing outliers (thompson tau technique etc.)

2007-02-28 Thread Gabor Grothendieck
Try rq in quantreg using the default value for tau. On 2/28/07, lalitha viswanath [EMAIL PROTECTED] wrote: Hi I am looking for suitable packages in R that do regression analyses using least median squares method (or better). Additionally, I am also looking for packages that implement

Re: [R] Packages in R for least median squares regression and computing outliers (thompson tau technique etc.)

2007-02-28 Thread roger koenker
It's not often one gets needs to correct Gabor, but no, least median of squares is not the same as least absolute error regression. Take a look at the package robust if you want the lms. url:www.econ.uiuc.edu/~rogerRoger Koenker email[EMAIL PROTECTED]

Re: [R] Packages in R for least median squares regression a nd computing outliers (thompson tau technique etc. )

2007-02-28 Thread D L McArthur
lalitha viswanath lalithaviswanath at yahoo.com writes: Hi I am looking for suitable packages in R that do regression analyses using least median squares method (or better). Additionally, I am also looking for packages that implement algorithms/methods for detecting outliers that can be

[R] Updating or installing R packages on Windows Vista

2007-02-22 Thread Christopher Albert
Hi, Windows Vista includes additional security mechanisms (User Access Control) whose defaults make it difficult to install or update R packages. To avoid these problems you need to go to Computer- Program Files Right click on the R directory and select properties. Now select the security tab

Re: [R] Updating or installing R packages on Windows Vista

2007-02-22 Thread Charles Annis, P.E.
: 614-455-3265 http://www.StatisticalEngineering.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Christopher Albert Sent: Wednesday, February 21, 2007 10:23 PM To: r-help@stat.math.ethz.ch Subject: [R] Updating or installing R packages on Windows Vista

[R] R packages

2007-01-30 Thread Shubha Vishwanath Karanth
Hi, Do any body know which packages of R I need to go for the below topics? 1. Monte Carlo Markov chain (MCMC) 2. Gibbs Sampling 3. Metropolis Hastings Thanks in advance... Shubha [[alternative HTML version deleted]]

Re: [R] R packages

2007-01-30 Thread Giovanni Petris
Jan 2007 20:55:11 +0530 From: Shubha Vishwanath Karanth [EMAIL PROTECTED] Sender: [EMAIL PROTECTED] Precedence: list Thread-topic: R packages Thread-index: AcdEgtTn1ik2yhc/Qvav5FLBJea68Q== Hi, Do any body know which packages of R I need to go for the below topics? 1.Monte

Re: [R] R packages

2007-01-30 Thread Achim Zeileis
Thread-topic: R packages Thread-index: AcdEgtTn1ik2yhc/Qvav5FLBJea68Q== Hi, Do any body know which packages of R I need to go for the below topics? 1. Monte Carlo Markov chain (MCMC) 2. Gibbs Sampling 3. Metropolis Hastings Thanks in advance... Shubha

Re: [R] using non-ASCII strings in R packages

2007-01-25 Thread Prof Brian Ripley
On Thu, 25 Jan 2007, Bojanowski, M.J. (Michal) wrote: Hello dear useRs and wizaRds, I am currently developing a package that will enable to use administrative map of Poland in R plots. Among other things I wanted to include region names in proper Polish language so that they can be used

[R] using non-ASCII strings in R packages

2007-01-24 Thread Bojanowski, M.J. \(Michal\)
Hello dear useRs and wizaRds, I am currently developing a package that will enable to use administrative map of Poland in R plots. Among other things I wanted to include region names in proper Polish language so that they can be used in creating graphics etc. I am working on Windows and when I

[R] Contents of R-packages

2006-12-14 Thread Ralf Finne
Hi experts, How do I see the contents of a package that looks interesting? Efter I have loded the package, is there an command that gives me the contents or even better a summary or introduction. Ralf Finne SYH University of Applied Sciences, Finland

Re: [R] Contents of R-packages

2006-12-14 Thread Chuck Cleland
Ralf Finne wrote: Hi experts, How do I see the contents of a package that looks interesting? Efter I have loded the package, is there an command that gives me the contents or even better a summary or introduction. library(yags) # Load the package search() # Where is the package? [1]

Re: [R] Contents of R-packages

2006-12-14 Thread Chuck Cleland
Ralf Finne wrote: Hi experts, How do I see the contents of a package that looks interesting? Efter I have loded the package, is there an command that gives me the contents or even better a summary or introduction. The following, which was mentioned to me off the list, also provides

Re: [R] Contents of R-packages

2006-12-14 Thread Milton Cezar Ribeiro
How about library(help=yags) miltinho Chuck Cleland [EMAIL PROTECTED] escreveu: Ralf Finne wrote: Hi experts, How do I see the contents of a package that looks interesting? Efter I have loded the package, is there an command that gives me the contents or even better a summary

[R] packages about discriminant analysis

2006-11-29 Thread Feng Qiu
Hi guys: I'm testing some statistic discriminant analysis methods in R. But I couldn't find the package for these methods: 1. Discriminant analysis implemented with nearest neighbor method, 2. logistic discriminant analysis 3. POLYCLASS algorithm(

Re: [R] packages about discriminant analysis

2006-11-29 Thread Prof Brian Ripley
On Wed, 29 Nov 2006, Feng Qiu wrote: Hi guys: I'm testing some statistic discriminant analysis methods in R. But I couldn't find the package for these methods: Where have you been looking? MASS (the book) has the first two of these, and using search.r-project.org would also give

Re: [R] Problems with updating R-packages

2006-11-25 Thread Reto Bürgin
Guten Tag Ich hab im R-Forum den Thread Re: [R] Problems with updating R-packages gefunden. Da ich das gleiche Problem (benütze ebenfalls die Linux Distribution Ubuntu) hatte und die Antworten darauf nicht hinreichend waren, habe ich selbst nach den Pakten umgesehen: Nach der Installation

[R] Compiling R packages on Ubuntu

2006-10-31 Thread Vikas Rawal
I am unable to compile R packages from source on Ubuntu dapper/edgy. Does anybody have an experience? When I do install.packages(nlme,depend=TRUE), I get following error messages. Can someone help? I get similar messages for any package I try to compile. VR - * Installing

Re: [R] Compiling R packages on Ubuntu

2006-10-31 Thread Dirk Eddelbuettel
On 31 October 2006 at 18:30, Vikas Rawal wrote: | I am unable to compile R packages from source on Ubuntu | dapper/edgy. Does anybody have an experience? Please note that CRAN actually pre-builds binaries of R 2.4.0 thanks to untiring efforts of Christian Steigies. This *is* mentioned in the R

[R] R-packages posting guide (was: Re: [R-pkgs] New version of glmmML)

2006-08-21 Thread Gabor Grothendieck
Maybe an R-packages posting guide with an example and an automatic append of a one or two line summary at the end of each article posted - as already done on r-help. On 8/21/06, Martin Maechler [EMAIL PROTECTED] wrote: Hi Göran, GB == Göran Broström [EMAIL PROTECTED] on Mon, 21 Aug 2006

[R] [R-pkgs] New R-Packages: Triangle and LHS

2006-07-14 Thread Carnell, Rob C
and optimized designs are provided. I look forward hearing your feedback and improving the documentation! Rob Carnell ___ R-packages mailing list [EMAIL PROTECTED] https://stat.ethz.ch/mailman/listinfo/r-packages

[R] Packages reappear for installation each time update.packages() is run

2006-04-04 Thread Bernt Guldbrandtsen
Hi, Whenever I run update.packages() certain packages reappear over and over again as packages to be updated. Specifically, the problems appear with the packages gregmisc and gap: update.packages() gregmisc : Version 2.0.7 installed in /usr/local/lib/R/library Version 2.0.8 available at

Re: [R] Packages reappear for installation each time update.packages() is run

2006-04-04 Thread Prof Brian Ripley
Both gregmisc and gap have been converted to package bundles and back again to single packages. You need to remove them and all their constituent packages, and then reinstall gap (gregmisc is an empty shell now). The problem is caused by the packages which the bundles once contained. You

[R] Laptop freezes when trying to load R packages?

2006-03-30 Thread Scott Miller
Hello I am having an R related problem and can't seem to fix it by looking at any of the online documentation. I have a laptop (using Windows XP home edition) and loaded R 2.2.1. I then designated a mirror (USA-NC). But when I try to load a package, it freezes. I have tried to close R, but it

Re: [R] Laptop freezes when trying to load R packages?

2006-03-30 Thread Hannu Kahra
Scott, I reported a similar problem a week ago concerning my laptop using a wireless connection. I found out that my anti-virus program (Symantec) blocked R-2.2.1 and a few other programs but not R-2.2.0. The same seems to apply to F-Secure's anti-virus program. I had no problems using a PC. I

[R] packages about microarray analysis

2006-01-19 Thread Vincent Deng
Dear R-helpers, Can anybody suggest me some common packages for standard microarray analysis, either from CRAN or Bioconductor? Many thanks... [[alternative HTML version deleted]] __ R-help@stat.math.ethz.ch mailing list

Re: [R] packages about microarray analysis

2006-01-19 Thread Andrej Kastrin
Vincent Deng wrote: Dear R-helpers, Can anybody suggest me some common packages for standard microarray analysis, either from CRAN or Bioconductor? Many thanks... [[alternative HTML version deleted]] __ R-help@stat.math.ethz.ch mailing list

Re: [R] packages about microarray analysis

2006-01-19 Thread Sean Davis
On 1/19/06 5:36 AM, Vincent Deng [EMAIL PROTECTED] wrote: Dear R-helpers, Can anybody suggest me some common packages for standard microarray analysis, either from CRAN or Bioconductor? You did look at the Bioconductor project? The vast majority of those packages are for microarray

Re: [R] packages and tex files

2006-01-08 Thread Uwe Ligges
Erin Hodgess wrote: Dear R People: I am trying to build a package (yet again!) I have both PCTex and WinEdt. I want the *.tex files to use WinEdt. Erin, please check the R Installation and Administration manual on how to set up a working environment to build and install packages. I

[R] packages and tex files

2006-01-07 Thread Erin Hodgess
Dear R People: I am trying to build a package (yet again!) I have both PCTex and WinEdt. I want the *.tex files to use WinEdt. How should I set that, please? Just in the path? Also, where would I get Rd.sty, please? Thanks, R Version 2.2.1 Windows Sincerely, Erin Hodgess Associate Professor

Re: [R] Problems with updating R-packages

2006-01-02 Thread Petar Milin
Thanks to the detailed help with previous error message, I managed to update Design package. However, when I tried to update Matrix and lme4 I received an error message again: ... /usr/bin/ld: cannot find -lblas-3 collect2: ld returned 1 exit status make: *** [Matrix.so] Error 1 ERROR:

Re: [R] Problems with updating R-packages

2006-01-02 Thread Dirk Eddelbuettel
On 2 January 2006 at 21:56, Petar Milin wrote: | Thanks to the detailed help with previous error message, I managed to | update Design package. However, when I tried to update Matrix and lme4 I | received an error message again: | ... | /usr/bin/ld: cannot find -lblas-3 | collect2: ld returned

Re: [R] Problems with updating R-packages

2006-01-02 Thread Jonathan Baron
On 01/02/06 21:56, Petar Milin wrote: Thanks to the detailed help with previous error message, I managed to update Design package. However, when I tried to update Matrix and lme4 I received an error message again: ... /usr/bin/ld: cannot find -lblas-3 collect2: ld returned 1 exit status

[R] Problems with updating R-packages

2005-12-31 Thread Petar Milin
Dear Helpers, I am new in Linux and R, trying to update packages I need in my work, but repeatedly I failed for reasons I do not understand. First, I use: update.packages() Then, I choose nearest mirror and accept update of 'Design' package: Design : Version 2.0-9 installed in

Re: [R] Problems with updating R-packages

2005-12-31 Thread Jonathan Baron
You may need to install glibc-devel or glibc-dev, depending on how Ubuntu works and depending on how you installed it. (For Fedora, these are called devel.) You may be missing a great many devel rpms, such as readline-devel, blas-devel, and so on, which you will need for other packages. I'm not

Re: [R] Problems with updating R-packages

2005-12-31 Thread Dirk Eddelbuettel
following R under Ubuntu - Linux: | platform = i386-pc-linux-gnu | arch = i386 | os = linux-gnu | system = i386, linux-gnu | major = 2 | minor = 2.1 [...] So did you manage to compile R 2.2.1, but you cannot compile R packages? Interesting. | I would be really thankful if anyone could give

Re: [R] Problems with updating R-packages

2005-12-31 Thread Martin Maechler
Jon == Jonathan Baron [EMAIL PROTECTED] on Sat, 31 Dec 2005 08:08:49 -0500 writes: Jon You may need to install glibc-devel or glibc-dev, Jon depending on how Ubuntu works and depending on how you Jon installed it. (For Fedora, these are called devel.) Jon You may be missing

[R] is it possible to use R to edit an EXCEL spreadsheet so I can create a searchable EXCEL database of R packages?

2005-12-05 Thread Bob Green
are in adjacent columns and the space is removed package namepackage description package namepackage description Is this possible in R so I can create a searchable EXCEL database of R packages. I imagine this would be easily carried out using PERL though was interested to know R's capacity

Re: [R] is it possible to use R to edit an EXCEL spreadsheet so I can create a searchable EXCEL database of R packages?

2005-12-05 Thread John Fox
To: r-help@stat.math.ethz.ch Subject: [R] is it possible to use R to edit an EXCEL spreadsheet so I can create a searchable EXCEL database of R packages? I have copied the R FAQ pertaining to available packages into an EXCEL file. They take the following form - Design Regression

Re: [R] update R packages in local repos

2005-11-17 Thread Muhammad Subianto
Thanks you. Now, I can install and update some packages from local repos. I put all R packages (zip files, using W2K) in h:/myFolder/myRepository, library(tools) write_PACKAGES(h:/myFolder/myRepository) options(repos=c(LocalR=file:///h:/myFolder/myRepository)) getOption(repos) install.packages

[R] update R packages in local repos

2005-11-16 Thread Muhammad Subianto
I try to update R packages via my local repository. I put all R packages in g:/myFolder/myRepository, I do like library(tools) write_PACKAGES(g:/myFolder/myRepository) options(repos=c(LocalR=file://g:/myFolder/myRepository)) getOption(repos) LocalR file://g

Re: [R] update R packages in local repos

2005-11-16 Thread P Ehlers
This should work: update.packages(ask = graphics, repos = NULL, contriburl = file:///g:/myFolder/myRepository)) -peter Muhammad Subianto wrote: I try to update R packages via my local repository. I put all R packages in g:/myFolder/myRepository, I do like library(tools

Re: [R] update R packages in local repos

2005-11-16 Thread Prof Brian Ripley
the 'repository' correctly as a repository. See my article in R-news 5/1 and the R-admin manual for the format of a repository. -peter Muhammad Subianto wrote: I try to update R packages via my local repository. I put all R packages in g:/myFolder/myRepository, I do like Are these source

[R] Packages in R and in S-PLUS

2005-10-18 Thread David Smith
Bjørn-Helge Mevik writes: tools to make it easy to convert R packages to S-PLUS. Not the other way around as well? Actually, we'll be discussing tools to make packages in general that can work in both S-PLUS and R, and also how to make some S-PLUS-only libraries available in an open-source

[R] books about MCMC to use MCMC R packages?

2005-09-23 Thread Molins, Jordi
to implement numerically the ideas of the book, and notation and concepts are similar to the corresponding R packages that deal with MCMC methods. I have done a search and 2 books seem to satisfy my requirements: - Markov Chain Monte Carlo In Practice, by W.R. Gilks and others. - Monte Carlo

Re: [R] books about MCMC to use MCMC R packages?

2005-09-23 Thread Christophe Pouzat
to buy a book (or more than one, if necessary) that satisfies the following requirements: - it teaches well MCMC methods; - it is easy to implement numerically the ideas of the book, and notation and concepts are similar to the corresponding R packages that deal with MCMC methods. I have done

Re: [R] books about MCMC to use MCMC R packages?

2005-09-23 Thread Christophe Pouzat
to the corresponding R packages that deal with MCMC methods. I have done a search and 2 books seem to satisfy my requirements: - Markov Chain Monte Carlo In Practice, by W.R. Gilks and others. - Monte Carlo Statistical methods, Robert and Casella. What do people think about these books

Re: [R] books about MCMC to use MCMC R packages?

2005-09-23 Thread Christophe Pouzat
Hi Jordi, As far as implementions are concerned the book of Bernd Berg seems to be the closest to what you're looking for. You can find a link to the Fortran codes implementing the methods he describes from his web site: http://www.csit.fsu.edu/~berg/ There is also a nice reference for the

Re: [R] books about MCMC to use MCMC R packages?

2005-09-23 Thread Tony Plate
and concepts are similar to the corresponding R packages that deal with MCMC methods. I have done a search and 2 books seem to satisfy my requirements: - Markov Chain Monte Carlo In Practice, by W.R. Gilks and others. - Monte Carlo Statistical methods, Robert and Casella. What do

Re: [R] accessing source code in R packages

2005-09-22 Thread Spencer Graves
: or getAnywhere() From: ronggui.wong [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: r-help@stat.math.ethz.ch r-help@stat.math.ethz.ch Subject: Re: [R] accessing source code in R packages Date: Thu, 22 Sep 2005 10:03:45 +0800 R is open source. You can download the source code from CRAN

Re: [R] accessing source code in R packages

2005-09-22 Thread Prof Brian Ripley
The original reply was deliberately (I guess) vague. (I've removed the history, as attributions had already been removed, in violation of copyright law. If you cite someone, you MUST credit the author.) Sometimes a little knowledge is a dangerous thing, and we have had a number of partially

Re: [R] accessing source code in R packages

2005-09-22 Thread Spencer Graves
Dear Prof. Ripley: Thanks. This looks like a very useful summary. spencer graves Prof Brian Ripley wrote: The original reply was deliberately (I guess) vague. (I've removed the history, as attributions had already been removed, in violation of copyright law. If you cite someone, you MUST

[R] accessing source code in R packages

2005-09-21 Thread ritesh
Hi, I am new the R world and would like to know how can I access source codes of standard functions in R? Thanks, Ritesh. __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide!

Re: [R] accessing source code in R packages

2005-09-21 Thread Liaw, Andy
R is open source. You can download the source code from CRAN. If you mean at the R prompt, usually you see the code for a function by typing the name of the function at the R prompt, without parentheses. `Usually' because some methods are delibrately `hidden' from users, and should only be

Re: [R] accessing source code in R packages

2005-09-21 Thread ronggui.wong
R is open source. You can download the source code from CRAN. If you mean at the R prompt, usually you see the code for a function by typing the name of the function at the R prompt, without parentheses. `Usually' because some methods are delibrately `hidden' from users, and should only be

Re: [R] accessing source code in R packages

2005-09-21 Thread Francisco J. Zagmutt
or getAnywhere() From: ronggui.wong [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: r-help@stat.math.ethz.ch r-help@stat.math.ethz.ch Subject: Re: [R] accessing source code in R packages Date: Thu, 22 Sep 2005 10:03:45 +0800 R is open source. You can download the source code from CRAN

Re: [R] Packages

2005-08-25 Thread Uwe Ligges
Roger D. Peng wrote: What version of R are you using? 'modreg' no longer exists---its functions have been moved to the 'stats' package. Let me add that the URL cited below is not an official one. Plaese take a look at some CRAN mirror close to you. Uwe Ligges -roger Amir Safari

[R] Packages

2005-08-24 Thread Amir Safari
Hi Dear All, I want to instal some packages, but I can not find them in both lists of Package Index in internet ( http://www.maths.lth.se/help/R/.R/doc/html/packages.html ) and of Instalation of Packages window in the softwar. For example modreg. Are they included in larger packages ?

Re: [R] Packages

2005-08-24 Thread Roger D. Peng
What version of R are you using? 'modreg' no longer exists---its functions have been moved to the 'stats' package. -roger Amir Safari wrote: Hi Dear All, I want to instal some packages, but I can not find them in both lists of Package Index in internet (

[R] Problem with building R packages under Windows

2005-08-18 Thread Dr L. Y Hin
Dear all, I am coming to the guru for advise here. I am a native user of Windows, and S-plus, and the process of migrating my libraries from S to R has been more than a painstaking task... I am currently using R version 2.1.1 in Windows XP SP2. I have read the Writing R extensions, the FAQ in

Re: [R] Problem with building R packages under Windows

2005-08-18 Thread Uwe Ligges
Dr L. Y Hin wrote: Dear all, I am coming to the guru for advise here. I am a native user of Windows, and S-plus, and the process of migrating my libraries from S to R has been more than a painstaking task... I am currently using R version 2.1.1 in Windows XP SP2. I have read the Writing

Re: [R] problem building R packages in windows xp

2005-07-25 Thread Uwe Ligges
Dirk Eddelbuettel wrote: On 24 July 2005 at 19:38, Prof Brian Ripley wrote: | It is already optional, and documented as such as Uwe points out: Yup, that one I evidently didn't know ... maybe the help on --docs needs to be more explicit. Dunno. Or the section in the 'R Extensions' manual

[R] problem building R packages in windows xp

2005-07-24 Thread Jordi
Dear R users, I am having problems building R packages in Windows xp. I have followed the instructions from Peter E. Rossi in Documentation - Other, except for the TeX version (fpTeX), since when I go to the recommended webpage, it is said that fpTeX has been discontinued. I have MikTeX in my

Re: [R] problem building R packages in windows xp

2005-07-24 Thread Gabor Grothendieck
, I am having problems building R packages in Windows xp. I have followed the instructions from Peter E. Rossi in Documentation - Other, except for the TeX version (fpTeX), since when I go to the recommended webpage, it is said that fpTeX has been discontinued. I have MikTeX in my computer, and I

Re: [R] problem building R packages in windows xp

2005-07-24 Thread Uwe Ligges
Jordi wrote: Dear R users, I am having problems building R packages in Windows xp. I have followed the instructions from Peter E. Rossi in Documentation - Other, except for the TeX version (fpTeX), since when I go to the recommended webpage, it is said that fpTeX has been discontinued

Re: [R] problem building R packages in windows xp

2005-07-24 Thread Dirk Eddelbuettel
On 24 July 2005 at 13:44, Gabor Grothendieck wrote: | hhc.exe is the Microsoft help compiler. You have to download that | and then put hhc.exe somewhere in your path. The Windows | console command | | path | | will give you the pathnames in your current path, any of which | you could put it

Re: [R] problem building R packages in windows xp

2005-07-24 Thread Jordi
[mailto:[EMAIL PROTECTED] Sent: Sunday, July 24, 2005 7:39 PM To: r-help@stat.math.ethz.ch Cc: 'Molins, Jordi'; 'Jordi' Subject: problem building R packages in windows xp Dear R users, I am having problems building R packages in Windows xp. I have followed the instructions from Peter E. Rossi

Re: [R] problem building R packages in windows xp

2005-07-24 Thread Uwe Ligges
Dirk Eddelbuettel wrote: On 24 July 2005 at 13:44, Gabor Grothendieck wrote: | hhc.exe is the Microsoft help compiler. You have to download that | and then put hhc.exe somewhere in your path. The Windows | console command | | path | | will give you the pathnames in your current path,

Re: [R] problem building R packages in windows xp

2005-07-24 Thread Peter Dalgaard
Dirk Eddelbuettel [EMAIL PROTECTED] writes: If there ever was a vote, mine would be for making hhc.exe optional rather than required. You might have a point there. It's a proprietary format, requiring proprietary build tools, and, as I remember it, mostly motivated by deficiencies of a

Re: [R] problem building R packages in windows xp

2005-07-24 Thread Prof Brian Ripley
On Sun, 24 Jul 2005, Uwe Ligges wrote: Dirk Eddelbuettel wrote: On 24 July 2005 at 13:44, Gabor Grothendieck wrote: | hhc.exe is the Microsoft help compiler. You have to download that | and then put hhc.exe somewhere in your path. The Windows | console command | | path | | will give

Re: [R] problem building R packages in windows xp

2005-07-24 Thread Prof Brian Ripley
On Sun, 24 Jul 2005, Jordi wrote: I am having problems building R packages in Windows xp. I have followed the instructions from Peter E. Rossi in Documentation - Other, except for the Better to follow the accurate official documentation. TeX version (fpTeX), since when I go

Re: [R] problem building R packages in windows xp

2005-07-24 Thread Dirk Eddelbuettel
On 24 July 2005 at 19:38, Prof Brian Ripley wrote: | It is already optional, and documented as such as Uwe points out: Yup, that one I evidently didn't know ... maybe the help on --docs needs to be more explicit. Dunno. Or the section in the 'R Extensions' manual could mention it too as it

Re: [R] problem building R packages in windows xp

2005-07-24 Thread Gabor Grothendieck
On 7/24/05, Prof Brian Ripley [EMAIL PROTECTED] wrote: On Sun, 24 Jul 2005, Jordi wrote: I am having problems building R packages in Windows xp. I have followed the instructions from Peter E. Rossi in Documentation - Other, except for the Better to follow the accurate official

Re: [R] problem building R packages in windows xp

2005-07-24 Thread Duncan Murdoch
Dirk Eddelbuettel wrote: On 24 July 2005 at 19:38, Prof Brian Ripley wrote: | It is already optional, and documented as such as Uwe points out: Yup, that one I evidently didn't know ... maybe the help on --docs needs to be more explicit. Dunno. Or the section in the 'R Extensions' manual

[R] topical guide to R packages

2005-07-16 Thread Vivek Rao
I would like to see R packages arranged by topic. CRAN Task Views are at http://lib.stat.cmu.edu/R/CRAN/src/contrib/Views/ , but I'd like something more detailed. For example, the IMSL Fortran library, version 4 is easy to navigate and has procedures arranged according to following topics

Re: [R] topical guide to R packages

2005-07-16 Thread Duncan Murdoch
On 7/16/2005 1:17 PM, Vivek Rao wrote: I would like to see R packages arranged by topic. CRAN Task Views are at http://lib.stat.cmu.edu/R/CRAN/src/contrib/Views/ , but I'd like something more detailed. For example, the IMSL Fortran library, version 4 is easy to navigate and has procedures

[R] Fwd: Re: Problem installing R packages

2005-07-14 Thread J-C. Marioni
Hi, I am trying to install the R libraries rmutil and repeated on a Mac OS X version 10.4.1 (which has the latest version of the Mac Developer tools installed) and I am having trouble compiling the libraries. The error message I receive is as follows (I have only included the error message

Re: [R] Fwd: Re: Problem installing R packages

2005-07-14 Thread Prof Brian Ripley
What Fortran compiler (g77) are you using, obtained from where? See http://www.astro.gla.ac.uk/users/norman/note/2004/restFP/ Your lines are wrapped in ways that make parsing impossible, but my guess at the link line does not include -lcc_dynamic. See also the list archives, e.g.

Re: [R] Fwd: Re: Problem installing R packages

2005-07-14 Thread J-C. Marioni
We used the Fortran compiler that came from the customised option when installing from the mac dmg g77 --version GNU Fortran (GCC) 3.4.2 We will look into the links you provided. Thanks, John On Jul 14 2005, Prof Brian Ripley wrote: What Fortran compiler (g77) are you using, obtained

[R] Packages and their Management

2005-06-24 Thread John Marsland
I was reading with interest Prof. Ripley's article in the May 2005 edition R News entitled Packages and their Management in R2.1.0. Does anybody know if it is possible to install.packages() directly from a Subversion repository; I thought it might be possible to add an option method=svn to

Re: [R] Packages and their Management

2005-06-24 Thread Prof Brian Ripley
On Fri, 24 Jun 2005, John Marsland wrote: I was reading with interest Prof. Ripley's article in the May 2005 edition R News entitled Packages and their Management in R2.1.0. Does anybody know if it is possible to install.packages() directly from a Subversion repository; I thought it might be

[R] [R-pkgs] R Packages and code published in JSS in 2005

2005-05-26 Thread Jan de Leeuw
- No matter where you go, there you are. --- Buckaroo Banzai http://gifi.stat.ucla.edu/sounds/nomatter.au ___ R-packages mailing list [EMAIL

  1   2   3   >