Re: [Rcpp-devel] How to detach a package completely

2014-08-31 Thread Cipollini Fabrizio
Dear Christian On Sat, Aug 30, 2014 at 8:48 PM, Christian Gunning wrote: > Have you tried Hadley's devtools package? It probably has the best tools > for auto-reloading packages. On occasion it will jam on me and I have to > restart R, but most times load_all("Hello", recompile=T) should do what

Re: [Rcpp-devel] How to detach a package completely

2014-08-30 Thread Christian Gunning
Have you tried Hadley's devtools package? It probably has the best tools for auto-reloading packages. On occasion it will jam on me and I have to restart R, but most times load_all("Hello", recompile=T) should do what you want. ---Christian Quote: Dear everybody I apologize whether this question

Re: [Rcpp-devel] How to detach a package completely

2014-08-30 Thread Cipollini Fabrizio
Dear Dirk On Sat, Aug 30, 2014 at 1:46 PM, Dirk Eddelbuettel wrote: > > On 30 August 2014 at 09:14, Cipollini Fabrizio wrote: > | From time to time, I use R to develop my own packages. > | For testing purposes, I need frequently > | ***to detach the previous version and attach a more recent buil

Re: [Rcpp-devel] How to detach a package completely

2014-08-30 Thread Dirk Eddelbuettel
On 30 August 2014 at 09:14, Cipollini Fabrizio wrote: | From time to time, I use R to develop my own packages. | For testing purposes, I need frequently  | ***to detach the previous version and attach a more recent built without | leaving the R session***. This has nothing to do with Rcpp. The

[Rcpp-devel] How to detach a package completely

2014-08-30 Thread Cipollini Fabrizio
Dear everybody I apologize whether this question has been already answered but I read the documentation and I surfed the web without solving my issue. >From time to time, I use R to develop my own packages. For testing purposes, I need frequently ***to detach the previous version and attach a more