Skip to content

Instantly share code, notes, and snippets.

View moosilauke18's full-sized avatar

Evan Farrell moosilauke18

  • Reify Health
  • North Bennington, VT
View GitHub Profile

Keybase proof

I hereby claim:

  • I am moosilauke18 on github.
  • I am moosilauke18 (https://keybase.io/moosilauke18) on keybase.
  • I have a public key whose fingerprint is 9D46 4E57 AB6D 1C2E 5823 F508 D09D A42B 716A E6F4

To claim this, I am signing this object:

#!/bin/bash
# Copyright 2014 The Kubernetes Authors All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
.First <- function() {
options(
repos = c(CRAN = "http://cran.rstudio.com/"),
browserNLdisabled = TRUE,
deparse.max.lines = 2
)
}
if (interactive()) {
supressMessages(require(devtools))