-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathDESCRIPTION
More file actions
33 lines (33 loc) · 962 Bytes
/
DESCRIPTION
File metadata and controls
33 lines (33 loc) · 962 Bytes
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
32
33
Package: eeptools
Type: Package
Title: Convenience Functions for Education Data
Version: 1.2.7
Authors@R: c(person(c("Jason", "P."), "Becker", role = c("ctb"),
email = "[email protected]"),
person(c("Jared", "E."), "Knowles", role=c("aut", "cre"),
email="[email protected]"))
Description: Collection of convenience functions to make working with
administrative records easier and more consistent. Includes functions to
clean strings, and identify cut points. Also includes three example data
sets of administrative education records for learning how to process records
with errors.
License: GPL-3
Depends:
R (>= 3.5.3),
ggplot2
Imports:
arm,
data.table,
vcd
Suggests:
testthat,
stringr,
knitr,
rmarkdown,
MASS
LazyData: true
Encoding: UTF-8
VignetteBuilder: knitr
RoxygenNote: 7.3.2
URL: https://github.com/jknowles/eeptools
BugReports: https://github.com/jknowles/eeptools/issues