Skip to content

Instantly share code, notes, and snippets.

View RobLBaker's full-sized avatar

RobLBaker-nps RobLBaker

  • National Park Service
View GitHub Profile
@RobLBaker
RobLBaker / .R
Last active February 15, 2023 16:19
Installing and Updating Problematic R packages
# A gist describing common problems (and solutions) when R packages won't update.
# This gist is divided into sections with each section representing a common or known problem.
# At the beginning of each section is a short description of the problem and the R output that likely prompted you to look for this gist.
# Following the problem is code for one or more potential solutions to try.
# These problems and solutions are aimed at National Park Service users and may be specific to government systems
# (i.e. user likely does not have admin rights so those solutions are not included).
##############################################
#### cannot download packages from github ####
##############################################
@RobLBaker
RobLBaker / github.R
Last active December 7, 2023 19:50 — forked from z3tt/github.R
Configure GitHub for Rstudio
#### 1. Sign up at GitHub.com ################################################
## If you do not have a GitHub account, sign up here:
## https://github.com/join
# ----------------------------------------------------------------------------
#### 2. Install git ##########################################################
## If you do not have git installed, please do so: