Skip to content
View stevenworthington's full-sized avatar

Organizations

@researchdatamaniacs

Block or report stevenworthington

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Install and load multiple R packages... Install and load multiple R packages at once
    1
    # ipak function: install and load multiple R packages.
    2
    # check to see if packages are installed. Install them if they are not, then load them into the R session.
    3
    
                  
    4
    ipak <- function(pkg){
    5
        new.pkg <- pkg[!(pkg %in% installed.packages()[, "Package"])]
  2. smisc smisc Public

    R package for storing functions I find useful

    R

  3. IQSS/datafest IQSS/datafest Public

    Materials and code for Harvard DataFest workshop

    HTML 37 45

  4. IQSS/dss-rbuild IQSS/dss-rbuild Public

    R package development tutorial

    R 1 1