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 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.
@@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.
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
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?
I just love your videos!! They're always so unique and creative
Thankyou once again. This is exactly what I need at the moment!
Great tips! Thank you for sharing.
Requesting for more map function. For comparing more data frames
These are wonderful tips!
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.
Interesting, how come httpgd interfered with the installation of packages relying on Rcpp?
@@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.
It would be amazing if you create a video about setting up R and emacs for those who want to switch from Rstudio.
but why would someone wanna switch from Rstudio? is it that bad? Asking becuase I'm about to setup Rstudio
@@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.
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
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?
hello you likely mean this one ruclips.net/video/_GpzvW7hOTs/видео.html
You don't have to apologize for not liking Excel. It's okay. GUI workflows suck.
nice tips
How is all this better than just using R Studio?
Spacemacs has many great features, making it my IDE of choice over Rstudio
Rstudio is very restricted as a general editor, and it is difficult to extend.