README.md

project3package

R-CMD-check

The goal of project3package is to demonstrate knowledge of concepts I learned throughout the Stat 302 course.

Installation

You can install the released version of project3package from CRAN with:

install.packages("project3package")

Use

To view the vignette:

devtools::install_github("oliverlinehan41/project3package", build_vignette= TRUE, build_opts = c())
library(project3package)
# Use this to view vignette in the HTML help
help(package = "project3package", help_type = "html")
# Use this to view vignette as an isolated HTML file
utils::browseVignettes(package = "project3package")

Example

This is a basic example which shows you how to solve a common problem: Raising a number to a power

library(project3package)
my_pow(2)


oliverlinehan41/project3package documentation built on Dec. 22, 2021, 4:21 a.m.