mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
math/R-cran-GPArotation: new port
GPA Rotation for Factor Analysis The GPArotation package contains functions for the rotation of factor loadings matrices. The functions implement Gradient Projection (GP) algorithms for orthogonal and oblique rotation. Additionally, a number of rotation criteria are provided. The GP algorithms minimize the rotation criterion function, and provide the corresponding rotation matrix. For oblique rotation, the covariance/correlation matrix of the factors is also provided. The port is required by update of math/R-cran-psych.
This commit is contained in:
parent
3e3c5c10d1
commit
c58f08ddde
4 changed files with 29 additions and 0 deletions
|
@ -17,6 +17,7 @@
|
|||
SUBDIR += R-cran-FNN
|
||||
SUBDIR += R-cran-Formula
|
||||
SUBDIR += R-cran-FrF2
|
||||
SUBDIR += R-cran-GPArotation
|
||||
SUBDIR += R-cran-KFAS
|
||||
SUBDIR += R-cran-LearnBayes
|
||||
SUBDIR += R-cran-MCMCpack
|
||||
|
|
17
math/R-cran-GPArotation/Makefile
Normal file
17
math/R-cran-GPArotation/Makefile
Normal file
|
@ -0,0 +1,17 @@
|
|||
PORTNAME= GPArotation
|
||||
DISTVERSION= 2024.3-1
|
||||
CATEGORIES= math
|
||||
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
||||
|
||||
MAINTAINER= uzsolt@FreeBSD.org
|
||||
COMMENT= Gradient Projection Algorithms for Factor Rotation
|
||||
WWW= https://cran.r-project.org/web/packages/GPArotation/index.html
|
||||
|
||||
LICENSE= GPLv2 GPLv3
|
||||
LICENSE_COMB= dual
|
||||
|
||||
TEST_DEPENDS= R-cran-testthat>0:devel/R-cran-testthat
|
||||
|
||||
USES= cran:auto-plist
|
||||
|
||||
.include <bsd.port.mk>
|
3
math/R-cran-GPArotation/distinfo
Normal file
3
math/R-cran-GPArotation/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1729867054
|
||||
SHA256 (GPArotation_2024.3-1.tar.gz) = 88f657af29789591d581e0c529fd50ef1307abfb33e0403209bd3e591e2654da
|
||||
SIZE (GPArotation_2024.3-1.tar.gz) = 313398
|
8
math/R-cran-GPArotation/pkg-descr
Normal file
8
math/R-cran-GPArotation/pkg-descr
Normal file
|
@ -0,0 +1,8 @@
|
|||
GPA Rotation for Factor Analysis
|
||||
|
||||
The GPArotation package contains functions for the rotation of factor loadings
|
||||
matrices. The functions implement Gradient Projection (GP) algorithms for
|
||||
orthogonal and oblique rotation. Additionally, a number of rotation criteria
|
||||
are provided. The GP algorithms minimize the rotation criterion function, and
|
||||
provide the corresponding rotation matrix. For oblique rotation, the
|
||||
covariance/correlation matrix of the factors is also provided.
|
Loading…
Add table
Reference in a new issue