Skip to content

lasisilab/PODFRIDGE

Repository files navigation

PODFRIDGE

A workflowr project.

Quick Start: Install All Required R Packages

Before running any analysis or building the site, you must install all required R packages. This project provides an automated script to do this for you.

To install and update all required packages:

Option 1: In the R Console

source("install_project_packages.R")

Option 2: In the Terminal

Rscript install_project_packages.R

This script will:

  • Scan all .R and .Rmd files for library() calls
  • Install any missing packages
  • Update all detected packages to the latest version
  • Ensure the workflowr package is installed and up-to-date

You should run this script before using workflowr or running any analysis.

About

Population Differences in Forensic Relative Identification via Genetic Genealogy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors