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

Steps to follow to create a package:

TODO!!!!

Start on GitHub

Then install the epipkg from our drat repo, load the package, and create your R package template as follows:

## TODO!
install.packages("epipkg", repos=...)
library("epipkg")
setwd("PATH TO WHERE YOU WANT YOUR GITHUB PACKAGE TO BE")
create_epipkg("name")

Explanation of what everything is in your new package

R

notebooks

tests

etc



ku-awdc/epipkg documentation built on April 29, 2022, 12:28 a.m.