knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

Helpful Build Instructions

Use devtools to install the \code{shrip} package, which is mad chill.

# Install devtools
install.packages("devtools")

# Load devtools
library(devtools)

# Use devtools to install shrip
devtools::install_github("chebuu/shrip")

# Load the package
library(shrip)

Documentations

# Docs for shrip::rip
help("rip", "shrip")

# Docs for shrip::ripids
help("ripids", "shrip")

Getting helps

Use help open the help menu.

# The shrip help menu
help("help", "shrip")

Shripping with shrip

To use \code{shrip}, it's important to know what shripping is. The simplest way to understand a basic shrip is to compare shripping to shredding. Both shripping and shredding are gnarly, however shripping is also chill, whereas shredding (much like 'scending) may or may not be chill. On the other hand, shripping is typically not lit, while shredding is commonly lit and may also be rad.

Below is a simple example of how to create a ship. A shrip is the functional unit of shripping.

# Start ripping
shrip::rip(10, ripBreh, awShripped)


Chebuu/shrip documentation built on July 19, 2020, 12:33 a.m.