-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathDESCRIPTION
22 lines (22 loc) · 1.37 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Package: EFAshiny
Type: Package
Title: EFAshiny : An User-friendly Application for Exploratory Factor Analysis
Version: 1.0.1
Date: 2018-01-29
Authors@R: c(person("Chi-Lin", "Yu", email = "[email protected]",role = c("aut", "cre")),
person("Ching-Fan","Sheu", email = "[email protected]",role = c("aut")))
Description: EFAshiny is an user-friendly application for exploratory factor analysis (EFA; Bartholomew, Knott, & Moustaki, 2011). The graphical user interface in shiny (Chang, Cheng, Allaire, Xie, & McPherson, 2017) is designed to free users from scripting in R by wrapping together various packages, such as ggplot2 (Wickham, 2016) and psych (Revelle, 2017) R packages, for data management, factor analysis, and graphics. Easy-to-follow analysis flow and reasonable default settings avoiding common errors (Henson & Roberts, 2006) are provided. Results of analysis in tables and graphs are presented on-line and can be exported.
URL: https://github.com/PsyChiLin/EFAshiny
BugReports: https://github.com/PsyChiLin/EFAshiny/issues
Encoding: UTF-8
License: MIT + file LICENSE
LazyData: TRUE
RoxygenNote: 6.0.1
Depends: R (>= 3.3.0),shiny
Imports: shinythemes,ggplot2,psych,EFAutilities,corrplot,reshape2,moments,gridExtra,qgraph,bootnet,igraph,plotly,ggcorrplot,RCurl,lavaan,shinyAce,shinydashboard
Suggests:
knitr,
rmarkdown,
testthat,
covr
VignetteBuilder: knitr