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
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,
--- 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
> >>
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
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
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