-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
23 lines (23 loc) · 864 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Package: homework
Type: Package
Title: Automatically Check R Programming Homework Assignments
Version: 0.2.0
Date: 2018-11-17
Authors@R: c(person("Tal", "Galili", role = c("aut", "cre", "cph"),
email = "[email protected]", comment =
"https://www.r-statistics.com"))
Description: This package aims to help teachers of R courses (especially
when teaching how to program with R) to automatically check and
grade homework assignments of students.
Depends: R (>= 3.0.0)
Imports: tools,R.utils
Suggests: knitr, covr, testthat
VignetteBuilder: knitr
License: GPL-3 + file LICENSE
URL: https://cran.r-project.org/package=homework,
https://github.com/talgalili/homework/,
https://www.r-statistics.com/tag/homework/
BugReports: https://github.com/talgalili/homework/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1