.package_dev.R

# Load useful libraries for development
library(devtools)
library(roxygen2) # devtools::install_github("klutometis/roxygen")

# Set the working directory to where I am
setwd("E:/GitHub/LauraeParallel")

# Generate documentation
document()

# Check for errors
devtools::check(document = TRUE)

# Install package
install(".")
Laurae2/LauraeParallel documentation built on May 28, 2019, 1:31 p.m.