-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
24 lines (24 loc) · 1.02 KB
/
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
Package: tidyEdSurvey
Version: 0.1.2
Date: 2023-06-16
Title: Integration of 'dplyr' and 'ggplot2' with 'EdSurvey'
Authors@R: c(person("Blue","Webb",,"[email protected]",role=c("aut", "cre"),
comment = c(ORCID = "0009-0004-4080-9864")),
person("Tom", "Fink",role = "ctb",
comment = c(ORCID = "0009-0003-9308-2833")))
Maintainer: Blue Webb <[email protected]>
Depends: R (>= 3.5.0),
EdSurvey (>= 4.0.1),
Imports: dplyr,
ggplot2,
tidyselect,
lifecycle,
cli,
stats,
rlang,
methods
Suggests: testthat
Description: Takes objects of class edsurvey.data.frame and converts them to a data.frame within the calling environment of 'dplyr' and 'ggplot2' functions. Additionally, for plotting with 'ggplot2', users can map aesthetics to subject scales and all plausible values will be used. This package supports student level data; to work with school or teacher level data, see '?EdSurvey::getData'.
License: GPL-2
Encoding: UTF-8
RoxygenNote: 7.2.3