Package: stevemisc Type: Package Title: Steve's Miscellaneous Functions Version: 1.9.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")), person("Teucher", "Andy", role = "ctb"), person("Miller", "Jason", role = "ctb") ) 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.3 Roxygen: list(markdown = TRUE) Config/pak/sysreqs: cmake make libicu-dev libuv1-dev libssl-dev libx11-dev zlib1g-dev Repository: https://svmiller.r-universe.dev Date/Publication: 2026-05-26 14:45:43 UTC RemoteUrl: https://github.com/svmiller/stevemisc RemoteRef: HEAD RemoteSha: 910d54d6ce9f25189c8bbafdd5b7deea9202e042 NeedsCompilation: no Packaged: 2026-07-05 03:04:55 UTC; root Author: Steve Miller [aut, cre], Ben Bolker [ctb], Dave Armstrong [ctb], John Fox [ctb], Winston Chang [ctb], Brian Ripley [ctb], Bill Venables [ctb], Pascal van Kooten [ctb], Gerko Vink [ctb], Paul Williamson [ctb], Andreas Beger [ctb] (ORCID: ), Vincent Arel-Bundock [ctb] (ORCID: ), Grant McDermott [ctb] (ORCID: ), Hadley Wickham [ctb] (ORCID: ), Teucher Andy [ctb], Miller Jason [ctb] Maintainer: Steve Miller