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:
I hereby claim:
To claim this, I am signing this object:
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} |