-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
26 lines (26 loc) · 865 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
Package: rsTeachMode
Title: Switch Between Personal and Teaching Display Preferences
Version: 0.0.1
Authors@R:
person(given = "Murray",
family = "Cadzow",
role = c("aut", "cre"),
email = "murray.cadzow@otago.ac.nz",
comment = c(ORCID = "0000-0002-2299-4136"))
Author: Murray Cadzow
Maintainer: Murray Cadzow <murray.cadzow@otago.ac.nz>
Description: This package enables the easy switching between your personal theme preferences and theme preferences suited for teaching in RStudio.
License: MIT + file LICENSE
Suggests:
testthat,
covr
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
URL: https://github.com/murraycadzow/rsTeachMode
BugReports: https://github.com/murraycadzow/rsTeachMode/issues
Imports:
rstudioapi (>= 0.5),
shiny (>= 0.13),
miniUI (>= 0.0.1)