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')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.