[Rd] Download R

2012-12-16 Thread Charlotte Maia
I use Fedora 10. I need to update my computer's R version. I apologise if this has come up before. The Debian and Ubuntu download links appear reasonably up to date. The Suse download links appear almost up to date. Unfortunately, the Fedora download links are from 2008/2009.

Re: [Rd] Sweave Feature Requests and Questions

2010-05-09 Thread Charlotte Maia
, however Sweave produces them. I find the task of deleting intermediate files (say for R package vignettes) more difficult than it needs to be. kind regards Charlotte On Sun, May 9, 2010 at 12:40 PM, Duncan Murdoch murdoch.dun...@gmail.com wrote: Charlotte Maia wrote: Hi everyone, I would

[Rd] Sweave Feature Requests and Questions

2010-05-08 Thread Charlotte Maia
an option for this in the Sweave documentation), however I'm concerned it may stop others from building the document, if they use postscript. Then again, do enough people use postscript, to warrant such consideration? kind regards -- Charlotte Maia http://sites.google.com/site/maiagx

Re: [Rd] Darwinian software development and the library function

2010-02-12 Thread Charlotte Maia
expect it.     Hope this helps.     Spencer Charlotte Maia wrote: Hi all, Legend has it, that polite R programmers don't overwrite, say, the print function. However, this seems quite un-Darwinian to me (especially given that I don't want to call all my arguments x and y). I might want

[Rd] Darwinian software development and the library function

2010-02-11 Thread Charlotte Maia
problems. Other's opinions appreciated. kind regards -- Charlotte Maia http://sites.google.com/site/maiagx __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

[Rd] UML Class and Object Diagrams in R

2009-12-30 Thread Charlotte Maia
about (mostly) abandoning the class system I mentioned earlier. Thank you to Martin Maechler, Thomas Petzoldt and Barry Rowlingson, for their feedback. kind regards -- Charlotte Maia Open Source Developer and Statistician http://sites.google.com/site/maiagx

Re: [Rd] UML Class and Object Diagrams in R

2009-12-30 Thread Charlotte Maia
for trying anyway. The diagram package may have some potential here (not sure), however even so, it's far from ideal for UML modelling. kind regards -- Charlotte Maia Open Source Developer and Statistician http://sites.google.com/site/maiagx __ R-devel@r

Re: [Rd] simplifying number of R installations on disk

2009-12-26 Thread Charlotte Maia
is released. Perhaps there should be an option somewhere to remove existing installations (maybe there is), however by default, installing a new version of a programming language, should not uninstall existing versions. -- Charlotte Maia Open Source Developer and Statistician http://sites.google.com

Re: [Rd] Task View for Marketing

2009-12-06 Thread Charlotte Maia
. However honestly, I doubt that I have sufficient expertise for such a role. I will investigate the idea of a marketing view further, and if appropriate, get back to you. In the meantime, if others are interested...? kind regards -- Charlotte Maia http://sites.google.com/site/maiagx/home

[Rd] Task View for Marketing

2009-12-04 Thread Charlotte Maia
a lot of people who have graduated in statistics, who are interested in marketing... regards -- Charlotte Maia http://sites.google.com/site/maiagx/home __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] raster support in graphics devices

2009-12-01 Thread Charlotte Maia
), not just the original post. regards -- Charlotte Maia http://sites.google.com/site/maiagx/home __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

[Rd] re: documentation omission in Extract.Rd?

2009-12-01 Thread Charlotte Maia
-- Charlotte Maia http://sites.google.com/site/maiagx/home __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] raster support in graphics devices

2009-11-30 Thread Charlotte Maia
otherwise (and the only example I can think of, is modelling images themselves). On a side issue, I have found that R plots tend to be getting slower over the years. I think cairo was a bad move, however that's just my opinion... regards -- Charlotte Maia http://sites.google.com/site/maiagx/home

[Rd] OOP with Encapsulated Class Definitions

2009-11-23 Thread Charlotte Maia
= function (y) super (y) mclass (super=MySuperClass) } myobj = MySubClass (10) myobj~mymethod () 10 kind regards Charlotte Maia (first time poster) __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel