-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
28 lines (28 loc) · 984 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
Package: teachR
Type: Package
Title: R Package For Distributing Web Applications For Educational Use
Version: 0.2
Authors@R: c(
person("Simon", "Garnier", email = "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-3886-3974"))
)
Maintainer: Simon Garnier <[email protected]>
Description: teachR is a package for R that bundles several Shiny web
applications for educational use. The goal of teachR is to provide teachers
and educators with free, easy-to-use and interactive applications for
complementing their courses with virtual demonstrations and/or experiments.
License: GPL-3
Imports:
shiny (>= 1.2.0),
pacman (>= 0.5.0),
shinythemes (>= 1.1.2),
dplyr (>= 0.7.8),
markdown (>= 0.9),
mime (>= 0.6)
Suggests:
knitr
VignetteBuilder: knitr
URL: https://swarm-lab.github.io/teachR/, https://github.com/swarm-lab/teachR
BugReports: https://github.com/swarm-lab/teachR/issues
RoxygenNote: 6.1.1
Encoding: UTF-8