R/autoharp.R

#' autoharp: Semi-Automatic Grading of R and Rmd Scripts
#'
#' The autoharp package provides functions for running and analysing 
#' R script/Rmd submissions from students.
#' 
#' @section Main functions are:
#' \enumerate{
#'   \item \code{\link{populate_soln_env}}
#'   \item \code{\link{render_one}}
#'   \item \code{\link{run_tuner}}
#'   \item \code{\link{TreeHarp}}
#' }
#' 
#' The user manuals can be found at \url{https://singator.github.io/autoharp-docs/}
#'
#' @docType package
#' @name autoharp
NULL

Try the autoharp package in your browser

Any scripts or data that you put into this service are public.

autoharp documentation built on Nov. 13, 2021, 1:06 a.m.