-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
64 lines (64 loc) · 2.4 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
Package: stevemisc
Type: Package
Title: Steve's Miscellaneous Functions
Version: 1.8.9
Depends: R (>= 3.6.0), stats
Authors@R: c(
person("Steve", "Miller", email = "steven.v.miller@gmail.com",
role = c("aut", "cre")),
person("Ben", "Bolker", email = "bolker@mcmaster.ca", role = "ctb"),
person("Dave", "Armstrong", email = "dave.armstrong@uwo.ca", role = "ctb"),
person("John", "Fox", email = "jfox@mcmaster.ca", role = "ctb"),
person("Winston", "Chang", email = "winston@stdout.org", role = "ctb"),
person("Brian", "Ripley", email = "ripley@stats.ox.ac.uk", role = "ctb"),
person("Bill", "Venables", email = "w.venables@uq.edu.au", role = "ctb"),
person("Pascal", "van Kooten", email = "kootenpv@gmail.com", role = "ctb"),
person("Gerko", "Vink", email = "g.vink@uu.nl", role = "ctb"),
person("Paul", "Williamson", email = "william@liv.ac.uk", role = "ctb"),
person("Andreas", "Beger", , "adbeger@gmail.com", role = "ctb", comment = c(ORCID = "0000-0003-1883-3169")),
person("Vincent", "Arel-Bundock",
email = "vincent.arel-bundock@umontreal.ca",
role = "ctb",
comment = c(ORCID = "0000-0003-2042-7063")),
person(given = "Grant",
family = "McDermott",
role = "ctb",
email = "grantmcd@uoregon.edu",
comment = c(ORCID = "0000-0001-7883-8573")),
person("Hadley", "Wickham", , "hadley@rstudio.com", role = "ctb",
comment = c(ORCID = "0000-0003-4757-117X"))
)
Description: These are miscellaneous functions that I find useful for my research and teaching.
The contents include themes for plots, functions for simulating
quantities of interest from regression models, functions for simulating various
forms of fake data for instructional/research purposes, and many more. All told, the functions
provided here are broadly useful for data organization, data presentation, data recoding,
and data simulation.
License: GPL (>=2)
BugReports: https://github.com/svmiller/stevemisc/issues
Encoding: UTF-8
LazyData: true
Imports:
ggplot2 (>= 3.3.0),
magrittr,
labelled,
arm,
parallel,
purrr,
tibble,
dplyr,
methods,
lme4,
rlang,
forcats,
stringr,
httr,
rmarkdown,
tidyr
Suggests:
knitr,
DBI,
RSQLite,
dbplyr
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)