Re: [Rd] Failure to load the recommended package Matrix (Was: [R] Can one get a list of recommended packages?)

2010-06-15 Thread Ei-ji Nakama
I'm suffering from hay fever now... from http://sage.math.washington.edu/home/mpatel/trac/8306/r-2.10.1.p2.log | gcc -v | Using built-in specs. | Target: sparc-sun-solaris2.10 | Configured with: ../gcc-4.4.1/configure --prefix=/usr/local/gcc-4.4.1-sun-linker/ --with-as=/usr/ccs/bin/as | --without-

Re: [Rd] [R] Prime Numbers Pkgs - Schoolmath is broken

2010-06-15 Thread Peter Dalgaard
Gavin Simpson wrote: > On Mon, 2010-06-14 at 07:16 -0700, Red Roo wrote: >> primes() and primlist are broken in Schoolmath pkg on CRAN. >> My analysis can be found here http://j.mp/9BNI9q >> Not sure what the procedure is for getting things fixed, so I've >> cross-posted to r-dev as well. > >

Re: [Rd] [R] Prime Numbers Pkgs - Schoolmath is broken

2010-06-15 Thread Gavin Simpson
On Tue, 2010-06-15 at 13:54 +0200, Peter Dalgaard wrote: > Gavin Simpson wrote: > > On Mon, 2010-06-14 at 07:16 -0700, Red Roo wrote: > > >> primes() and primlist are broken in Schoolmath pkg on CRAN. > >> My analysis can be found here http://j.mp/9BNI9q > >> Not sure what the procedure is for

[Rd] GUI's and R background processes

2010-06-15 Thread Anne George
Hello, I am new to R and have created an application using R 2.10, with a graphical UI using TclTk 8.5, running on windows 7, quad core machine. The intention of the application is to launch calculations and display results on a graphical dashboard. I've reached a roadblock, and I need to confi

Re: [Rd] GUI's and R background processes

2010-06-15 Thread Duncan Murdoch
Anne George wrote: Hello, I am new to R and have created an application using R 2.10, with a graphical UI using TclTk 8.5, running on windows 7, quad core machine. The intention of the application is to launch calculations and display results on a graphical dashboard. I've reached a roadblock

[Rd] location of Sweave.sty in R devel (2010-06-15 r52280)

2010-06-15 Thread Charles Geyer
Sorry if I was supposed to file a bug report, but I don't know whether we're supposed to do that on R devel. I just built R devel from source (2010-06-15 r52280) and tried to check a package with it and Sweave failed on the vignette. It puts the line \usepackage{/HOME/faculty/charlie/local/devel

Re: [Rd] location of Sweave.sty in R devel (2010-06-15 r52280)

2010-06-15 Thread Prof Brian Ripley
That is not the default behaviour of Sweave, which is to use \usepackage{Sweave}. Do you have SWEAVE_STYLEPATH_DEFAULT set, or some other non-standard setting that would cause this? (That is even less needed than before, and it may be removed before 2.12.0 is released.) All of CRAN and BioC

Re: [Rd] location of Sweave.sty in R devel (2010-06-15 r52280)

2010-06-15 Thread Paul Gilbert
Charles For some time I have had to add R to the tex paths: export TEXINPUTS="~/texmf/tex/latex:$RHOME/share/texmf:" export BSTINPUTS="~/texmf/bibtex/bst:$RHOME/share/texmf:" to get vignettes to build. Not sure if I am still suppose to need to do that, but the symptom looks the same. Paul

[Rd] Package development process?

2010-06-15 Thread Spencer Graves
Hello, All: What thoughts might you have on "The R Software Package Development Process"? I'm looking for ideas, materials, references, and / or collaborators for an article on this topic to be submitted to the Communications of the ACM. My limited experience with other langua

Re: [Rd] Package development process?

2010-06-15 Thread Gabor Grothendieck
On Tue, Jun 15, 2010 at 9:45 PM, Spencer Graves wrote: > Hello, All: > > >      What thoughts might you have on "The R Software Package Development > Process"? > > >      I'm looking for ideas, materials, references, and / or collaborators > for an article on this topic to be submitted to the Comm

Re: [Rd] location of Sweave.sty in R devel (2010-06-15 r52280)

2010-06-15 Thread Charles Geyer
On Tue, Jun 15, 2010 at 11:23:09PM +0100, Prof Brian Ripley wrote: > That is not the default behaviour of Sweave, which is to use > \usepackage{Sweave}. Do you have SWEAVE_STYLEPATH_DEFAULT set, or > some other non-standard setting that would cause this? (That is even > less needed than before

Re: [Rd] Package development process?

2010-06-15 Thread Spencer Graves
Hi, Gabor: Thanks. I added a row for Ruby and columns for "Package manager" and "Collaborative development platform" to the table of "Selected Repositories" in the Wikipedia entry for "Software repository". Please correct me if I'm wrong, but the Wiki page for Ruby suggested to me tha

Re: [Rd] Package development process?

2010-06-15 Thread Rainer Stuetz
On Wed, Jun 16, 2010 at 6:20 AM, Spencer Graves wrote: > Thanks. I added a row for Ruby and columns for "Package manager" and > "Collaborative development platform" to the table of "Selected Repositories" > in the Wikipedia entry for "Software repository". Please correct me if I'm > wrong,