science/R-cran-ks: adding a R library for Kernel Smoothing
This commit is contained in:
parent
f84396026a
commit
b9186746e7
@ -16,6 +16,7 @@
|
||||
SUBDIR += R-cran-etm
|
||||
SUBDIR += R-cran-fastICA
|
||||
SUBDIR += R-cran-kernlab
|
||||
SUBDIR += R-cran-ks
|
||||
SUBDIR += R-cran-snow
|
||||
SUBDIR += R-cran-som
|
||||
SUBDIR += R-cran-udunits2
|
||||
|
23
science/R-cran-ks/Makefile
Normal file
23
science/R-cran-ks/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# Created by: Thierry Thomas <thierry@pompo.net>
|
||||
|
||||
PORTNAME= ks
|
||||
PORTVERSION= 1.13.5
|
||||
CATEGORIES= science
|
||||
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
||||
|
||||
MAINTAINER= thierry@FreeBSD.org
|
||||
COMMENT= Kernel Smoothing
|
||||
|
||||
LICENSE= GPLv2+
|
||||
|
||||
RUN_DEPENDS= R-cran-FNN>0:math/R-cran-FNN \
|
||||
R-cran-mclust>0:math/R-cran-mclust \
|
||||
R-cran-plot3D>0:math/R-cran-plot3D \
|
||||
R-cran-pracma>0:math/R-cran-pracma \
|
||||
R-cran-mvtnorm>0:math/R-cran-mvtnorm \
|
||||
R-cran-kernlab>0:science/R-cran-kernlab \
|
||||
R-cran-multicool>0:devel/R-cran-multicool
|
||||
|
||||
USES= cran:compiles
|
||||
|
||||
.include <bsd.port.mk>
|
3
science/R-cran-ks/distinfo
Normal file
3
science/R-cran-ks/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1651765971
|
||||
SHA256 (ks_1.13.5.tar.gz) = d1c4d06d704f301628455787ba929add1e774debc343d0952a768abea6cc7815
|
||||
SIZE (ks_1.13.5.tar.gz) = 1032859
|
6
science/R-cran-ks/pkg-descr
Normal file
6
science/R-cran-ks/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
Kernel smoothers for univariate and multivariate data, including densities,
|
||||
density derivatives, cumulative distributions, clustering, classification,
|
||||
density ridges, significant modal regions, and two-sample hypothesis tests.
|
||||
|
||||
WWW: https://cran.r-project.org/package=ks
|
||||
WWW: https://www.mvstat.net/mvksa/
|
37
science/R-cran-ks/pkg-plist
Normal file
37
science/R-cran-ks/pkg-plist
Normal file
@ -0,0 +1,37 @@
|
||||
%%R_MOD_DIR%%/DESCRIPTION
|
||||
%%R_MOD_DIR%%/INDEX
|
||||
%%R_MOD_DIR%%/Meta/Rd.rds
|
||||
%%R_MOD_DIR%%/Meta/data.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%%/Meta/vignette.rds
|
||||
%%R_MOD_DIR%%/NAMESPACE
|
||||
%%R_MOD_DIR%%/R/ks
|
||||
%%R_MOD_DIR%%/R/ks.rdb
|
||||
%%R_MOD_DIR%%/R/ks.rdx
|
||||
%%R_MOD_DIR%%/data/air.RData
|
||||
%%R_MOD_DIR%%/data/cardio.RData
|
||||
%%R_MOD_DIR%%/data/grevillea.RData
|
||||
%%R_MOD_DIR%%/data/hsct.RData
|
||||
%%R_MOD_DIR%%/data/plate.RData
|
||||
%%R_MOD_DIR%%/data/platesf.RData
|
||||
%%R_MOD_DIR%%/data/quake.RData
|
||||
%%R_MOD_DIR%%/data/quakesf.RData
|
||||
%%R_MOD_DIR%%/data/tempb.RData
|
||||
%%R_MOD_DIR%%/data/unicef.RData
|
||||
%%R_MOD_DIR%%/data/worldbank.RData
|
||||
%%R_MOD_DIR%%/doc/index.html
|
||||
%%R_MOD_DIR%%/doc/kde.R
|
||||
%%R_MOD_DIR%%/doc/kde.Rnw
|
||||
%%R_MOD_DIR%%/doc/kde.pdf
|
||||
%%R_MOD_DIR%%/help/AnIndex
|
||||
%%R_MOD_DIR%%/help/aliases.rds
|
||||
%%R_MOD_DIR%%/help/ks.rdb
|
||||
%%R_MOD_DIR%%/help/ks.rdx
|
||||
%%R_MOD_DIR%%/help/paths.rds
|
||||
%%R_MOD_DIR%%/html/00Index.html
|
||||
%%R_MOD_DIR%%/html/R.css
|
||||
%%R_MOD_DIR%%/libs/ks.so
|
Loading…
Reference in New Issue
Block a user