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:
Zsolt Udvari 2024-10-25 17:19:11 +02:00
parent 3e3c5c10d1
commit c58f08ddde
4 changed files with 29 additions and 0 deletions

View file

@ -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

View 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>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1729867054
SHA256 (GPArotation_2024.3-1.tar.gz) = 88f657af29789591d581e0c529fd50ef1307abfb33e0403209bd3e591e2654da
SIZE (GPArotation_2024.3-1.tar.gz) = 313398

View 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.