[Rd] Workspace Browser - No Refresh of Deleted Objects (PR#8647)

2006-02-28 Thread bibiko
Full_Name: Hans-Joerg Bibiko Version: 2.2.0 OS: Mac OSX 10.4.5 Submission from: (NULL) (194.94.96.198) Bug Reproduction: - open R - go to Workspace Browser -> it is empty enter: >a<-100 >b<-200 - go to Workspace Browser -> you see a and b enter: >rm(a) >rm(b) - go to Workspace Browser !! BUG

Re: [Rd] R-Project build system: DESTDIR support

2006-02-28 Thread Hin-Tak Leung
Claudio Fontana wrote: > Hello, > > --- Hin-Tak Leung <[EMAIL PROTECTED]> >>Change to DESTDIR should be quite simple. I think it >>is mostly one >>line change in R/Makeconf.in, >>where >>rhome = ${libdir}/R >>to >>rhome = ${DESTDIR}/${libdir}/R >>and maybe one or two other places,

Re: [Rd] R-Project build system: DESTDIR support

2006-02-28 Thread Claudio Fontana
--- Hin-Tak Leung <[EMAIL PROTECTED]> wrote: > Claudio Fontana wrote: > > Hello, > > > > --- Hin-Tak Leung <[EMAIL PROTECTED]> > > >>Change to DESTDIR should be quite simple. I think > it > >>is mostly one > >>line change in R/Makeconf.in, > >>where > >>rhome = ${libdir}/R > >>to > >>

Re: [Rd] Rcpp -> RcppTemplate package with L-GPL

2006-02-28 Thread Andrew Garbutt
Thank you all for your input and ideas. It seems this discussion has clarified the purpose of the Rcpp/RcppTemplate package and further demonstrated both creating and linking with an external library as well as utilizing C++ for creating R packages. Moving the Rcpp code base to a separate library

[Rd] GUI Crashes (PR#8649)

2006-02-28 Thread jcredberry
Full_Name: Julio Rojas Version: 2.2.1 OS: XP Pro Submission from: (NULL) (213.60.4.253) I was debugging a program with browser "()", made a couple of "plot"'s within the debugging console. Switched back from the plot window to the console window using the mouse, without closing the plot window, a

Re: [Rd] GUI Crashes (PR#8649)

2006-02-28 Thread Duncan Murdoch
On 2/28/2006 6:02 PM, [EMAIL PROTECTED] wrote: > Full_Name: Julio Rojas > Version: 2.2.1 > OS: XP Pro > Submission from: (NULL) (213.60.4.253) > > > I was debugging a program with browser "()", made a couple of "plot"'s within > the debugging console. Switched back from the plot window to the con