Re: [R] setBreakpoint No source refs found

2014-12-18 Thread Duncan Murdoch
On 17/12/2014, 9:35 PM, Andre Mikulec wrote: > > > Hi, > > when I am trying to deug a package, I am getting the error. > >> library(quantstrat) >> setBreakpoint("strategy.R#3",envir=environment(strategy)) > No source refs found. > > In R studio, I get a strange message, "Breakpoints will be ac

[R] setBreakpoint No source refs found

2014-12-17 Thread Andre Mikulec
Hi, when I am trying to deug a package, I am getting the error. > library(quantstrat) > setBreakpoint("strategy.R#3",envir=environment(strategy)) No source refs found. In R studio, I get a strange message, "Breakpoints will be activated when an updated version of the quantstrat package is loa