Debugging methods for [[ in RStudio freezes R
Summary The issue at hand is related to debugging methods for the [[ subsetting operator in RStudio. When implementing an S3 method for the [[ operator and using browser() or adding a breakpoint, RStudio freezes due to an infinite loop caused by the environment pane refreshing and calling the [[ method again. Root Cause The … Read more