forked from MelanieIStefan/lanalytics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
31 lines (31 loc) · 908 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
24
25
26
27
28
29
30
31
Package: lanalytics
Type: Package
Title: It contains useful functions for learning analytics...
Version: 0.1.0
Authors@R: c(person("Melanie", "Stefan", email = "melanie_test@gmail.com", role = c("aut")),
person("Dragan", "Gasevic", email = "dragan_test@gmail.com", role = c("aut")),
person("Salvador", "Garcia", email = "savrgg@gmail.com", role = c("aut", "cre")))
Maintainer: Salvador Garcia <savrgg@gmail.com>
Description: The lanalytics package provides tools to ease the analysis and visualization of online quizzes at three different levels: per quiz, per person and per course.
License: This package is under the license GPL-2
Encoding: UTF-8
LazyData: true
Imports:
DT,
fields,
Hmisc,
lubridate,
knitr,
random,
RColorBrewer,
roxygen2,
rstudioapi,
stringr,
tidyverse,
eRm,
ggrepel
Suggests:
testthat,
shiny,
shinydashboard
RoxygenNote: 6.0.1