Package: bruceR
Title: Broadly Useful Convenient and Efficient R Functions
Version: 0.8.5
Date: 2022-03-02
Authors@R: 
    c(person(given = "Han-Wu-Shuang",
             family = "Bao",
             role = c("aut", "cre"),
             email = "baohws@foxmail.com"))
Author: Han-Wu-Shuang Bao [aut, cre]
Maintainer: Han-Wu-Shuang Bao <baohws@foxmail.com>
Description: 
  Broadly useful convenient and efficient R functions
  that bring users concise and elegant R data analyses.
  This package includes easy-to-use functions for
  (1) basic R programming
  (e.g., set working directory to the path of currently opened file,
  import/export data from/to files with any format,
  print strings with rich formats and colors);
  (2) multivariate computation
  (e.g., compute scale sums/means/... with reverse scoring);
  (3) reliability analyses and factor analyses;
  (4) descriptive statistics and correlation analyses;
  (5) t-test, multi-factor analysis of variance (ANOVA),
  simple-effect analysis, and post-hoc multiple comparison;
  (6) tidy report of statistical models
  (to R Console and Microsoft Word);
  (7) mediation and moderation analyses (PROCESS);
  and (8) additional toolbox for statistics and graphics.
License: GPL-3
Encoding: UTF-8
LazyData: true
URL: https://github.com/psychbruce/bruceR
BugReports: https://github.com/psychbruce/bruceR/issues
Depends: R (>= 4.0.0)
Imports: dplyr, tidyr, stringr, forcats, data.table, psych, afex,
        emmeans, effectsize, performance, lmerTest, mediation,
        interactions, lavaan, glue, crayon, ggplot2, ggtext, cowplot,
        see
Suggests: rstudioapi, pacman, rio, haven, foreign, readxl, openxlsx,
        clipr, tibble, plyr, car, phia, lmtest, lme4, vars,
        GPArotation, jtools, texreg, MuMIn, BayesFactor, GGally
RoxygenNote: 7.1.2
NeedsCompilation: no
Packaged: 2022-03-02 11:51:49 UTC; Bruce
Repository: CRAN
Date/Publication: 2022-03-02 12:30:02 UTC
Built: R 4.0.5; ; 2022-03-03 12:27:07 UTC; unix
