a concern about blotter (and RStudio)
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.