[R-SIG-Finance] a concern about blotter (and RStudio)
dae
dougedmunds at gmail.com
Mon Jun 4 03:13:34 CEST 2012
braverock wrote
>
> You can recreate an (empty) .blotter environment with this code:
>
> .blotter <- new.env()
>
>
How does new.env() relate to the namespace?
library(blotter) won't create .blotter
unless the old namespace is unloaded when
it's detached.
detach("package:blotter", unload=TRUE)
[and if .blotter does not exist]
--
View this message in context: http://r.789695.n4.nabble.com/a-concern-about-blotter-and-RStudio-tp4632267p4632270.html
Sent from the Rmetrics mailing list archive at Nabble.com.
More information about the R-SIG-Finance
mailing list