git: 3695c3c3351f - main - math/R-cran-ltm: adding a library for Latent Trait Models under IRT
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 04 May 2022 20:32:25 UTC
The branch main has been updated by thierry: URL: https://cgit.FreeBSD.org/ports/commit/?id=3695c3c3351f88011ba145aa5d7aad75e3c9400b commit 3695c3c3351f88011ba145aa5d7aad75e3c9400b Author: Thierry Thomas <thierry@FreeBSD.org> AuthorDate: 2022-05-04 20:22:11 +0000 Commit: Thierry Thomas <thierry@FreeBSD.org> CommitDate: 2022-05-04 20:32:15 +0000 math/R-cran-ltm: adding a library for Latent Trait Models under IRT --- math/Makefile | 1 + math/R-cran-ltm/Makefile | 18 ++++++++++++++++++ math/R-cran-ltm/distinfo | 3 +++ math/R-cran-ltm/pkg-descr | 7 +++++++ math/R-cran-ltm/pkg-plist | 30 ++++++++++++++++++++++++++++++ 5 files changed, 59 insertions(+) diff --git a/math/Makefile b/math/Makefile index 0430b305f1bc..294586fbb2b7 100644 --- a/math/Makefile +++ b/math/Makefile @@ -81,6 +81,7 @@ SUBDIR += R-cran-linprog SUBDIR += R-cran-lme4 SUBDIR += R-cran-lpSolve + SUBDIR += R-cran-ltm SUBDIR += R-cran-magic SUBDIR += R-cran-maps SUBDIR += R-cran-matrixStats diff --git a/math/R-cran-ltm/Makefile b/math/R-cran-ltm/Makefile new file mode 100644 index 000000000000..cf8c9f2c34fe --- /dev/null +++ b/math/R-cran-ltm/Makefile @@ -0,0 +1,18 @@ +# Created by: Thierry Thomas <thierry@pompo.net> + +PORTNAME= ltm +DISTVERSION= 1.2-0 +CATEGORIES= math +DISTNAME= ${PORTNAME}_${DISTVERSION} + +MAINTAINER= thierry@FreeBSD.org +COMMENT= Latent Trait Models under IRT + +LICENSE= GPLv2+ + +RUN_DEPENDS= R-cran-msm>0:devel/R-cran-msm \ + R-cran-polycor>0:math/R-cran-polycor + +USES= cran + +.include <bsd.port.mk> diff --git a/math/R-cran-ltm/distinfo b/math/R-cran-ltm/distinfo new file mode 100644 index 000000000000..165303d420d9 --- /dev/null +++ b/math/R-cran-ltm/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1651522913 +SHA256 (ltm_1.2-0.tar.gz) = e12aea694b5a5663de0b4e12596454117261dd9d72ca95758d747c20cd5c0f6e +SIZE (ltm_1.2-0.tar.gz) = 287001 diff --git a/math/R-cran-ltm/pkg-descr b/math/R-cran-ltm/pkg-descr new file mode 100644 index 000000000000..9bf2f75d99ff --- /dev/null +++ b/math/R-cran-ltm/pkg-descr @@ -0,0 +1,7 @@ +Analysis of multivariate dichotomous and polytomous data using latent trait +models under the Item Response Theory approach. It includes the Rasch, the +Two-Parameter Logistic, the Birnbaum's Three-Parameter, the Graded Response, +and the Generalized Partial Credit Models. + +WWW: https://cran.r-project.org/package=ltm +WWW: https://github.com/drizopoulos/ltm diff --git a/math/R-cran-ltm/pkg-plist b/math/R-cran-ltm/pkg-plist new file mode 100644 index 000000000000..3991f885d8ba --- /dev/null +++ b/math/R-cran-ltm/pkg-plist @@ -0,0 +1,30 @@ +%%R_MOD_DIR%%/CITATION +%%R_MOD_DIR%%/DESCRIPTION +%%R_MOD_DIR%%/INDEX +%%R_MOD_DIR%%/Meta/Rd.rds +%%R_MOD_DIR%%/Meta/data.rds +%%R_MOD_DIR%%/Meta/demo.rds +%%R_MOD_DIR%%/Meta/features.rds +%%R_MOD_DIR%%/Meta/hsearch.rds +%%R_MOD_DIR%%/Meta/links.rds +%%R_MOD_DIR%%/Meta/nsInfo.rds +%%R_MOD_DIR%%/Meta/package.rds +%%R_MOD_DIR%%/NAMESPACE +%%R_MOD_DIR%%/NEWS +%%R_MOD_DIR%%/R/ltm +%%R_MOD_DIR%%/R/ltm.rdb +%%R_MOD_DIR%%/R/ltm.rdx +%%R_MOD_DIR%%/R/sysdata.rdb +%%R_MOD_DIR%%/R/sysdata.rdx +%%R_MOD_DIR%%/data/Rdata.rdb +%%R_MOD_DIR%%/data/Rdata.rds +%%R_MOD_DIR%%/data/Rdata.rdx +%%R_MOD_DIR%%/demo/ltm.R +%%R_MOD_DIR%%/demo/rasch.R +%%R_MOD_DIR%%/help/AnIndex +%%R_MOD_DIR%%/help/aliases.rds +%%R_MOD_DIR%%/help/ltm.rdb +%%R_MOD_DIR%%/help/ltm.rdx +%%R_MOD_DIR%%/help/paths.rds +%%R_MOD_DIR%%/html/00Index.html +%%R_MOD_DIR%%/html/R.css