Skip to content

Instantly share code, notes, and snippets.

@grosscol
Created September 19, 2019 14:16

Revisions

  1. grosscol created this gist Sep 19, 2019.
    11 changes: 11 additions & 0 deletions .Rprofile
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,11 @@
    options(
    repos = c(CRAN = "https://cran.rstudio.com/"),
    browserNLdisabled = TRUE,
    deparse.max.lines = 2)

    # Set lib path
    .libPaths( "~/R/x86_64-pc-linux-gnu-library/dev/" )

    if (interactive()) {
    suppressMessages(require(devtools))
    }