Re: [Rd] Bug#424696: R CMD INSTALL -l does not create path (PR#9691)

2007-05-16 Thread edd
Soeren, On 16 May 2007 at 23:00, Soeren Sonnenburg wrote: | Package: r-base-core | Version: 2.5.1~20070513-1[ aka R-patched as of 20070513 ] | Severity: important | | R CMD INSTALL -l /path/to/lib | | no longer creates /path/to/lib but assumes it does already exist. This | is a change in b

Re: [Rd] citation question

2007-05-16 Thread Martin Maechler
> "Ben" == Ben Bolker <[EMAIL PROTECTED]> > on Wed, 16 May 2007 15:01:31 -0400 writes: Ben> I want to put the correct information into the Ben> "author" field of the DESCRIPTION file for my bbmle Ben> package, which is a modified and extended version of Ben> the mle c

Re: [Rd] 'attach workspace' on R console File menu

2007-05-16 Thread Christos Hatzis
Yes, I found that out as well. Rebuilding the File menu is probably too much of a hassle and will introduce dependencies that would be difficult to maintain. I hope that the core team would consider this request. Thanks. -Christos > -Original Message- > From: Gabor Grothendieck [mail

Re: [Rd] citation question

2007-05-16 Thread Gabor Grothendieck
This is how one package handled it: > packageDescription("RSVGTipsDevice")$Author [1] "Tony Plate <[EMAIL PROTECTED]>, based on RSVGDevice by T Jake\nLuciani <[EMAIL PROTECTED]>" On 5/16/07, Ben Bolker <[EMAIL PROTECTED]> wrote: > > I want to put the correct information into the "author" field

[Rd] citation question

2007-05-16 Thread Ben Bolker
I want to put the correct information into the "author" field of the DESCRIPTION file for my bbmle package, which is a modified and extended version of the mle code in the stats4 package. If I put only myself as author I feel like I'm ignoring the contribution of R-Core (and I think Peter Dal

Re: [Rd] 'attach workspace' on R console File menu

2007-05-16 Thread Gabor Grothendieck
I think it would be possible but its a bit of work. Note that this deletes the original File menu and adds a new File menu at the end. winMenuAdd("File") winMenuDel("File") By deleting all the original menus and replacing them in this way and then tediously replacing the items on each menu

[Rd] attach/detach asymmetry

2007-05-16 Thread Barry Rowlingson
Is there a good reason why arguments to 'attach' and 'detach' differ so much? Yes, I know this is the documented behaviour, it just seems to violate the principle of least surprise. Examples: file = "foo.RData" df = data.frame(x=1:10,y=1:10) attach(file) # attaches the RData file 'foo.RD

Re: [Rd] 'attach workspace' on R console File menu

2007-05-16 Thread Christos Hatzis
Thanks, Gabor. This does not add a new item to the existing File menu, instead it creates a new user menu where the new item can be added. Although not ideal, it is an acceptable workaround. Thanks. -Christos > -Original Message- > From: Gabor Grothendieck [mailto:[EMAIL PROTECTED] > S

Re: [Rd] 'attach workspace' on R console File menu

2007-05-16 Thread Gabor Grothendieck
On 5/16/07, Christos Hatzis <[EMAIL PROTECTED]> wrote: > Quite often I save misc functions and data objects as .RData files that I > can use in other sessions. Although I could 'Load Workspace" these files, > most of the times I prefer attaching them. It would be really convenient to > have a men

Re: [Rd] 'attach workspace' on R console File menu

2007-05-16 Thread Henrique Dallazuanna
Hi, You can make and load the source in the Rprofile: look ?winMenuAdd -- Henrique Dallazuanna Curitiba-Paraná-Brasil 25° 25' 40" S 49° 16' 22" O On 16/05/07,

Re: [Rd] RFC: allow packages to advertise vignettes on Windows

2007-05-16 Thread Martin Maechler
> "Duncan" == Duncan Murdoch <[EMAIL PROTECTED]> > on Wed, 16 May 2007 12:51:35 -0400 writes: Duncan> On 5/16/2007 11:58 AM, Simon Urbanek wrote: >> Um .. I'm not quite sure I understand - all you have to do is >> v=vignette(); v$results[v$results[,1] %in% search(),] >>

[Rd] 'attach workspace' on R console File menu

2007-05-16 Thread Christos Hatzis
Quite often I save misc functions and data objects as .RData files that I can use in other sessions. Although I could 'Load Workspace" these files, most of the times I prefer attaching them. It would be really convenient to have a menu item under the File menu on the Windows R Console to allow at

Re: [Rd] RFC: allow packages to advertise vignettes on Windows

2007-05-16 Thread Duncan Murdoch
On 5/16/2007 11:58 AM, Simon Urbanek wrote: > Um .. I'm not quite sure I understand - all you have to do is > v=vignette(); v$results[v$results[,1] %in% search(),] > or am I missing something? In the interest of avoiding duplication and speeding up the calculation, I'd put this into the vignette

Re: [Rd] RFC: allow packages to advertise vignettes on Windows

2007-05-16 Thread Simon Urbanek
On May 16, 2007, at 11:36 AM, Seth Falcon wrote: > Simon Urbanek <[EMAIL PROTECTED]> writes: > >> Seth, >> >> we already *have* vignette registration in place [vignette()] and we >> already *have* support in the GUIs (I'm talking e.g. about the Mac >> GUI here which uses vignette() to build a vig

Re: [Rd] RFC: allow packages to advertise vignettes on Windows

2007-05-16 Thread Seth Falcon
Simon Urbanek <[EMAIL PROTECTED]> writes: > Seth, > > we already *have* vignette registration in place [vignette()] and we > already *have* support in the GUIs (I'm talking e.g. about the Mac > GUI here which uses vignette() to build a vignettes browser). Yes, fine. I agree that vignette() provi

Re: [Rd] RFC: allow packages to advertise vignettes on Windows

2007-05-16 Thread Simon Urbanek
On May 16, 2007, at 7:38 AM, Duncan Murdoch wrote: > On 15/05/2007 6:59 PM, Seth Falcon wrote: >> Simon Urbanek <[EMAIL PROTECTED]> writes: >>> On May 15, 2007, at 1:57 PM, Prof Brian Ripley wrote: >>> On Mon, 14 May 2007, Seth Falcon wrote: > Duncan Murdoch <[EMAIL PROTECTED]> writ

Re: [Rd] RFC: allow packages to advertise vignettes on Windows

2007-05-16 Thread Simon Urbanek
Seth, we already *have* vignette registration in place [vignette()] and we already *have* support in the GUIs (I'm talking e.g. about the Mac GUI here which uses vignette() to build a vignettes browser). What you propose circumvents all the mechanisms already in place and adds replicates th

Re: [Rd] optim non-bug

2007-05-16 Thread Prof Brian Ripley
On Tue, 15 May 2007, Prof Brian Ripley wrote: There quite a lot of these: optimize, uniroot, nlm for example. I don't think the problem is large enough to merit another argument. It is tempting to move '...' up the argument list so that partial matching will not occur. I am not sure how far y

Re: [Rd] RFC: allow packages to advertise vignettes on Windows

2007-05-16 Thread Duncan Murdoch
On 15/05/2007 6:59 PM, Seth Falcon wrote: > Simon Urbanek <[EMAIL PROTECTED]> writes: > >> On May 15, 2007, at 1:57 PM, Prof Brian Ripley wrote: >> >>> On Mon, 14 May 2007, Seth Falcon wrote: >>> Duncan Murdoch <[EMAIL PROTECTED]> writes: > I'm interested in making vignettes more visible.