Skip to contents

Overview

SiRAcon 2022 Notebooks: Notebooks for my SiRAcon 2022 presentation, “Making R work for you (with automation!)”.

Feel free to use and/or fork this project!

Notebooks

Notebooks in this package:

  • ACA Travel Analysis (2022-04-24): Analysis of flights between MSP and LIT when I was working as a Security Architect for the implementation of Medicaid modernization for the Affordable Care Act in Arkansas in 2013 and
  • SiRAcon 2022 Setup Log (2022-04-24): Notes on setting up this GitHub repository, including R command history.
  • SiRAcon Presentation Outline (2022-04-24): Outline of my 2022 SiRAcon 2022 presentation, “Making R work for you (with automation!)”.

Installation

You can install the development version of siracon2022 from GitHub with:

# install.packages("remotes")
remotes::install_github("jabenninghoff/siracon2022")

Or using renv:

# install.packages("renv")
renv::install("jabenninghoff/siracon2022")

Development

  • Changelog: See “Changelog” or NEWS.md.
  • Planned: TODO