dr-consulting / ibi_VizEdit

Programming Components for Modeling & Editing Heart Rate Data
0 stars 3 forks source link

Unable to quit RStudio "when browser is active" #31

Closed dontgoratingmyheart closed 6 years ago

dontgoratingmyheart commented 6 years ago

Trying just to close out of R, but keep getting this error message when prompted to save after X'ing out: 0301181108

matgbar commented 6 years ago

I went through and checked the code that is currently up on the repository. There does not appear to be any lines of code with an active browser() feature (all have been commented out using #). This must be an old version of the program that was uploaded to the repository before I had finished debugging some sections.

To continue using the program even when these debugging functions have been added to the program you can simply hit the continue button displayed at the top of the console. Still let me know because the versions I put on the repository should have all of the browser() commands turned off.

dontgoratingmyheart commented 6 years ago

It was using the latest version uploaded Thursday. Just went back in and found 2 browser() commands w/o the # in front, program appears to be working now.

--

Benjamin Weinberg B.A. Psychology and B.A. Criminology and Criminal Justice Candidate University of Maryland, Class of 2018

On Thu, Mar 1, 2018 at 3:07 PM, matgbar notifications@github.com wrote:

Closed #31 https://github.com/matgbar/IBI_VizEdit/issues/31.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/matgbar/IBI_VizEdit/issues/31#event-1499837301, or mute the thread https://github.com/notifications/unsubscribe-auth/Ai-OMya07IK8P2hjoifC7RELfv8ADy4hks5taFUagaJpZM4SYkF9 .

matgbar commented 6 years ago

What were the lines of code where the browser() function was still active?