Skip to content

Software setup

kelloggrk edited this page Jul 25, 2020 · 11 revisions

Below are links to installing and setting up the software we will commonly use (whether you are on a PC or a Mac), along with links to useful software manuals:

Software installs

GitHub and Git

We use GitHub for task management and software version control. Send your GitHub username to the group member in charge of setting up the GitHub repository, so that you can be added. If you have not used GitHub before, join GitHub and install Git

  • You must also install git-lfs, which we will use to sync output files (typically pdfs) through GitHub.
    • If you do not have lfs, but other GH users do, there will likely be merge conflicts. We want to avoid those, so be sure to install lfs before cloning the project repo to your local machine. See the bottom of Rich Sweeney's git tips page for more on lfs.
  • The git install above will let you interact locally with git via the command line or bash. If you prefer a gui, you can also install GitHub desktop, which is handy for selecting which files to include in commits and for viewing diffs on your local machine.

Resources for learning git and GitHub workflow:

Important: when you clone a project repo from GitHub to your local machine, you must clone into a local drive, not to dropbox

  • The auto-syncing in dropbox (or other services like Box Sync) are likely to corrupt the repo
  • On a Windows machine, I recommend saving repos on a path like C:\Projects[repo name]

Slack

We use Slack for: (1) brief communications and questions that can be easily resolved without creating a formal GitHub issue; and (2) recording meeting notes. Download desktop and mobile apps for Slack.

Latex

We write papers in latex. You will need a latex compiler from MikTex (use a complete installation, not the basic one) as well as a text editor that integrates with MikTex. TeXstudio, Texmaker, and WinEdt are options, among others, you might consider.

Stata

We frequently conduct analyses in Stata. A university license may be available, or you can order Stata directly.

R

We also frequently use R, especially to work with spatial data. Download R.
You may wish to use R Studio to edit R code.

Matlab

Simulation and estimation routines will often be done in Matlab. A university license may be available, or you can order Matlab directly.

Python

Python is a flexible object-oriented programming language that we occasionally use.