Welcome to CocoPack’s Documentation#
CocoPack is a collection of programmatic toolkits for Python, R, and shell scripting. It provides a unified set of utilities to streamline your development workflow across multiple languages.
Note
Caveat Emptor: All code in this package has been tested by a human (me), but I’ve made ample use of a custom generative AI pipeline for (auto-)documentation.
Features#
Python Utilities: Tools for data processing, visualization, and automation
Shell CLI: Command-line tools for common tasks and workflows
R Package: Tools for statistics, data manipulation, and visualization
(Note, the R package has now been moved to a standalone package, found [here](ColinConwell/CocoPack-R).)
Quick Start#
Python Package#
pip install cocopack
R Package#
if (!require(pacman)) {install.packages("pacman")}
pacman::p_load_gh("colinconwell/Coco-Pack-R")
Shell Commands#
pip install "cocopack[shell]"
Contents#
User Guide
API Reference
Development