Three tricks to make IDEs other than Rstudio better for R development

Поделиться
HTML-код
  • Опубликовано: 29 ноя 2024

Комментарии • 20

  • @djangoworldwide7925
    @djangoworldwide7925 2 года назад +1

    I just love your videos!! They're always so unique and creative

  • @humanfactorsio
    @humanfactorsio 2 года назад

    Thankyou once again. This is exactly what I need at the moment!

  • @BasilioMoreno
    @BasilioMoreno 2 года назад

    Great tips! Thank you for sharing.

  • @siriyakcr
    @siriyakcr 2 года назад

    Requesting for more map function. For comparing more data frames

  • @SilkMonster0
    @SilkMonster0 2 года назад

    These are wonderful tips!

  • @davidbudzynski9290
    @davidbudzynski9290 2 года назад +1

    I had problems with updating packages that rely on rcpp because of httpgd being in my .Rprofile, so I moved most of my functions into personal R package.

    • @brodriguesco
      @brodriguesco  2 года назад

      Interesting, how come httpgd interfered with the installation of packages relying on Rcpp?

    • @davidbudzynski9290
      @davidbudzynski9290 2 года назад +1

      @@brodriguesco part of httogd is written in c++ and I think if it starts running before you update packages it kinda breaks everything. Rstudio gets around this problem by asking you if you want to unload all packages before update, but if you change your .Rprofile that won't work either. I'm 100% sure it's httpgd's fault because running sessions without .Rprofile being loaded fixed it. In the end, I decided to remove it from my .Rprofile since it was a hassle and now I don't have any issues. It could be specific to my workstation though! Anyways, thanks for the other 2 tips which I didn't know! Opening dataframes in libreoffice or viewing them in a browser is great! I think I'll ditch Rstudio and use Emacs full time.

  • @alex146
    @alex146 Год назад

    It would be amazing if you create a video about setting up R and emacs for those who want to switch from Rstudio.

    • @Klovex
      @Klovex Месяц назад

      but why would someone wanna switch from Rstudio? is it that bad? Asking becuase I'm about to setup Rstudio

    • @brodriguesco
      @brodriguesco  Месяц назад

      @@Klovex RStudio isn’t bad, but other editors have some features that RStudio doesn’t have that one might prefer. For example, Spacemacs’ vim mode is much better than Rstudio’s.

  • @davidbudzynski9290
    @davidbudzynski9290 2 года назад

    Do you know how to deal with working directory and path scoping in different files? My Emacs and ESS setup doesn't seem to pick up the current working directory like RStudio would do, so for example list.files("./...") in a src folder provides me with completions from the src folder instead of the root folder which is a one folder up. This is quite annoying, and I wonder if you have a solution to this or maybe some tips regarding path autocompletion in Emacs

  • @teslajohn406
    @teslajohn406 2 года назад

    I remember you had a video that showed how to get the C code behind the functions method. I cannot find this, can you kindly refer me to it or the package that you used?

    • @brodriguesco
      @brodriguesco  2 года назад

      hello you likely mean this one ruclips.net/video/_GpzvW7hOTs/видео.html

  • @wackojacko1997
    @wackojacko1997 2 года назад +2

    You don't have to apologize for not liking Excel. It's okay. GUI workflows suck.

  • @dsolito
    @dsolito Год назад

    nice tips

  • @JOHNSMITH-ve3rq
    @JOHNSMITH-ve3rq 2 года назад

    How is all this better than just using R Studio?

    • @brodriguesco
      @brodriguesco  2 года назад +2

      Spacemacs has many great features, making it my IDE of choice over Rstudio

    • @humanfactorsio
      @humanfactorsio 2 года назад

      Rstudio is very restricted as a general editor, and it is difficult to extend.