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