mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 11:56:28 -04:00
math/R-cran-polycor: adding a Polychoric and Polyserial Correlations library
This commit is contained in:
parent
afde1e2282
commit
f35eca94f5
5 changed files with 49 additions and 0 deletions
|
@ -100,6 +100,7 @@
|
|||
SUBDIR += R-cran-partitions
|
||||
SUBDIR += R-cran-pbkrtest
|
||||
SUBDIR += R-cran-pls
|
||||
SUBDIR += R-cran-polycor
|
||||
SUBDIR += R-cran-polynom
|
||||
SUBDIR += R-cran-prodlim
|
||||
SUBDIR += R-cran-proxy
|
||||
|
|
18
math/R-cran-polycor/Makefile
Normal file
18
math/R-cran-polycor/Makefile
Normal file
|
@ -0,0 +1,18 @@
|
|||
# Created by: Thierry Thomas <thierry@pompo.net>
|
||||
|
||||
PORTNAME= polycor
|
||||
DISTVERSION= 0.8-1
|
||||
CATEGORIES= math
|
||||
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
||||
|
||||
MAINTAINER= thierry@FreeBSD.org
|
||||
COMMENT= Polychoric and Polyserial Correlations
|
||||
|
||||
LICENSE= GPLv2+
|
||||
|
||||
RUN_DEPENDS= R-cran-admisc>0:math/R-cran-admisc \
|
||||
R-cran-mvtnorm>0:math/R-cran-mvtnorm
|
||||
|
||||
USES= cran
|
||||
|
||||
.include <bsd.port.mk>
|
3
math/R-cran-polycor/distinfo
Normal file
3
math/R-cran-polycor/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1651523290
|
||||
SHA256 (polycor_0.8-1.tar.gz) = f05f53e0b5c992de0e5b4c6b2e998148cf83310358821e1bba180d81face0509
|
||||
SIZE (polycor_0.8-1.tar.gz) = 13931
|
6
math/R-cran-polycor/pkg-descr
Normal file
6
math/R-cran-polycor/pkg-descr
Normal file
|
@ -0,0 +1,6 @@
|
|||
Computes polychoric and polyserial correlations by quick "two-step" methods or
|
||||
ML, optionally with standard errors; tetrachoric and biserial correlations are
|
||||
special cases.
|
||||
|
||||
WWW: https://cran.r-project.org/package=polycor
|
||||
WWW: https://polycor.r-forge.r-project.org/
|
21
math/R-cran-polycor/pkg-plist
Normal file
21
math/R-cran-polycor/pkg-plist
Normal file
|
@ -0,0 +1,21 @@
|
|||
%%R_MOD_DIR%%/CHANGES
|
||||
%%R_MOD_DIR%%/DESCRIPTION
|
||||
%%R_MOD_DIR%%/INDEX
|
||||
%%R_MOD_DIR%%/Meta/Rd.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/polycor
|
||||
%%R_MOD_DIR%%/R/polycor.rdb
|
||||
%%R_MOD_DIR%%/R/polycor.rdx
|
||||
%%R_MOD_DIR%%/help/AnIndex
|
||||
%%R_MOD_DIR%%/help/aliases.rds
|
||||
%%R_MOD_DIR%%/help/paths.rds
|
||||
%%R_MOD_DIR%%/help/polycor.rdb
|
||||
%%R_MOD_DIR%%/help/polycor.rdx
|
||||
%%R_MOD_DIR%%/html/00Index.html
|
||||
%%R_MOD_DIR%%/html/R.css
|
Loading…
Add table
Reference in a new issue