Positron IDE Debugger for R Demo with Nested Functions (Public Beta)

Sdílet
Vložit
  • čas přidán 23. 08. 2024

Komentáře • 6

  • @carvalhoribeiro
    @carvalhoribeiro Před měsícem +1

    Very helpful. Thanks for sharing this.

  • @laresbernardo
    @laresbernardo Před 8 dny

    Is there a similar way to debug from a specific row onwards like we do with RStudio's red-dot breakpoints to the side of the scripts? Thanks.

    • @thecoatlessprofessor7674
      @thecoatlessprofessor7674  Před 5 dny +1

      Breakpoints are not available yet. You can create a similar experience by placing above the line of code you wanted to explore by typing: browser()
      So, if we had:
      f

  • @khatmanworld
    @khatmanworld Před 26 dny

    I can't run a simple "Hello World" It just says source("c:\path_to_rscript"). I thought by default it comes with all tools for R?