Skip to content

Instantly share code, notes, and snippets.

View jonyoder's full-sized avatar

Jonathan Yoder jonyoder

View GitHub Profile

Keybase proof

I hereby claim:

  • I am jonyoder on github.
  • I am yodercoder (https://keybase.io/yodercoder) on keybase.
  • I have a public key ASDK4nwquRMPq_1EoDX4FSgOy0wtmLeDPS0y_vtktZAaqQo

To claim this, I am signing this object:

@jonyoder
jonyoder / cran.R
Last active August 2, 2019 21:21
cran.R
library(cranlogs)
library(dplyr)
library(tibble)
library(plyr)
options(repos = "https://cloud.r-project.org")
ap <- available.packages(filters = list())
pkgs <- unique(ap[, "Package"])
# If we already have the RDS file, then load it from disk
#!/bin/bash
# Call with:
# bash -c "$(curl -L https://rstd.io/rspm-quickinstall)"
SCRIPT_ACTION=$1
SCRIPT_ACTION=${SCRIPT_ACTION:-install}
# Ports to use for RStudio Package Manager
PORT=${PORT:-4242}