Skip to content

Instantly share code, notes, and snippets.

View daniel-k-feinberg's full-sized avatar
🤓

Danny daniel-k-feinberg

🤓
View GitHub Profile
@daniel-k-feinberg
daniel-k-feinberg / Dockerfile
Last active February 8, 2024 20:58
Dev Container for Reproducible Data Analysis
# Pre-built Dev Container Image for R. More info: https://github.com/rocker-org/devcontainer-images/pkgs/container/devcontainer%2Fgeospatial
# Available R version: 4, 4.1, 4.2
ARG VARIANT="4.2"
FROM ghcr.io/rocker-org/devcontainer/geospatial:${VARIANT}
RUN install2.r --error --skipinstalled -n -1 \
trackdown \
gptstudio \
&& rm -rf /tmp/downloaded_packages \
&& R -q -e 'remotes::install_github("https://github.com/dcomtois/summarytools/tree/0-8-9")'
@daniel-k-feinberg
daniel-k-feinberg / github.R
Created September 1, 2023 10:12 — 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: