knitr::opts_chunk$set(
  eval      = FALSE,
  collapse  = TRUE,
  comment   = "#>",
  fig.path  = "man/figures/README-",
  out.width = "100%"
)

lifecycle Travis build status Coverage status

rexams

The goal of rexams is to provide functionalities to automatically check and evaluate exams at UBESP.

Install

To install the development version (the only one for the moment) from GitHub:

# install.packages("devtools")
devtools::install_github("UBESP-DCTV/rexams")

Once the package is installed, simply load it

library(rexams)

Usage

The package is inteded to provide coding exam templates. Those template are fancy-commented standard .R code-files to provide instruction to the students about how to complete them. The comment are written in compiant way with knitr parsing capability to produce a final printable version of the exam.

The package provide two main function:

Feature request

If you need some more features, please open an issue on github.

Bug reports

If you encounter a bug, please file a reprex (minimal reproducible example) on github.

Code of conduct

Please note that this project is released with a Contributor Code of Conduct.

By participating in this project you agree to abide by its terms.



UBESP-DCTV/rexams documentation built on May 16, 2019, 11:04 a.m.