Skip to content

Latest commit

 

History

History
42 lines (33 loc) · 1.82 KB

checklist.md

File metadata and controls

42 lines (33 loc) · 1.82 KB

Checklist

  1. Fill out our pre-meeting survey. Your input is valuable to us!

  2. Be ready to share with the working group a two-minute introduction to yourself and your project and how you collect and manage data.

  3. To get the most out of the meetings, we encourage you to bring your own laptop. The meeting venue will feature guest Wi-Fi. Before arriving, be sure to install the following software:

    • An up-to-date web browser. We recommend Chrome or Firefox. Please . . . no Internet Explorer.

    • A text editor. We recommend:

  • The statistical programming software R.

    • For beginners, we also recommend installing RStudio, an Integrated Development Environment for R.
    • You may also want to install the following packages (the code to do so is below):
    • lubridate
    • reshape2
    • RMySQL
    • RPostgreSQL
    • RSQLite
    • R4CouchDB
    • jsonlite

    Installing packages in R

    install.packages('lubridate')
    install.packages('reshape2')
    install.packages('RMySQL')
    install.packages('RPostgreSQL')
    install.packages('RSQLite')
    install.packages('R4CouchDB')
    install.packages('jsonlite')
  • The version control software git.