This document provides a quick resource and basic instructions for working on package development.
# Restard R and set working directory to this file location install.packages("devtools") library(devtools) devtools::install_github("klutometis/roxygen") library(roxygen2)
#setwd("./LeftysRpkg") - set working directory to source file location setwd(file.path(dirname(dirname(getwd())))) getwd() devtools::document()
setwd("..") devtools::install("LeftysRpkg")
system.file()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.