build.R

library(roxygen2)

# Internalize the json data
test_cases <- readRDS('test_cases.Rds')
usethis::use_data(test_cases, internal = TRUE, overwrite = TRUE)

# Create the documentation for the package
devtools::document()

# Install the package
# setwd('..')
# devtools::install('p4aGrader')

# Load the package and view the summary
library(p4aGrader)
help(package='p4aGrader')

# Install from github
# devtools::install_github('emse-p4a-gwu/p4aGrader')
emse-p4a-gwu/p4aGrader documentation built on May 16, 2020, 1:43 a.m.