Skip to content

Instantly share code, notes, and snippets.

View gbingersoll's full-sized avatar

Greg Ingersoll gbingersoll

View GitHub Profile
@gbingersoll
gbingersoll / r_setup.md
Last active May 1, 2020 16:22
Setting up an R environment with VS Code (macOS/Win10)

R Setup in VS Code for macOS/Win10

First, if you want to use RStudio, there doesn't seem to be anything wrong with that. However, if you already use VS Code for C/C++, Javascript, Python, Ruby, Markdown, text files, and everything else, it makes sense to also use it for R.

This should basically work for both Win10 and macOS. Your projects (stored in a version control system, of course) should be portable between the two. The use of renv keeps the package

@gbingersoll
gbingersoll / WindowsDevSetup.md
Last active August 27, 2024 00:32
Steps for Setting up a Windows Development Environment

Dev Environment on Windows (without WSL)

These are some notes for setting up a development system on Windows without using Windows Subsystem Linux (WSL). Setting up WSL is also sometimes valuable, but in some cases it can be slow or otherwise undesirable, so having a setup that only uses Windows is handy. In fact, I rarely use WSL at all anymore.

This currently focuses on setting up a proper shell built on top of Windows Powershell and Windows Terminal (or Cmder) and then setting up Python and

@gbingersoll
gbingersoll / linux_setup.md
Last active August 27, 2024 00:32
Linux Setup