_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/

Enter the query into the form above. You can look for specific version of a package by using @ symbol like this: gcc@10.

API method:

GET /api/packages?search=hello&page=1&limit=20

where search is your query, page is a page number and limit is a number of items on a single page. Pagination information (such as a number of pages and etc) is returned in response headers.

If you'd like to join our channel webring send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.


r-knnmi 1.0
Channel: guix-cran
Location: guix-cran/packages/k.scm (guix-cran packages k)
Home page: https://cran.r-project.org/package=knnmi
Licenses: GPL 3+
Build system: r
Synopsis: k-Nearest Neighbor Mutual Information Estimator
Description:

This is a C++ mutual information (MI) library based on the k-nearest neighbor (KNN) algorithm. There are three functions provided for computing MI for continuous values, mixed continuous and discrete values, and conditional MI for continuous values. They are based on algorithms by A. Kraskov, et. al. (2004) <doi:10.1103/PhysRevE.69.066138>, BC Ross (2014)<doi:10.1371/journal.pone.0087357>, and A. Tsimpiris (2012) <doi:10.1016/j.eswa.2012.05.014>, respectively.

r-keep 1.0
Channel: guix-cran
Location: guix-cran/packages/k.scm (guix-cran packages k)
Home page: https://cran.r-project.org/package=keep
Licenses: GPL 2+ GPL 3+
Build system: r
Synopsis: Arrays with Better Control over Dimension Dropping
Description:

This package provides arrays with flexible control over dimension dropping when subscripting.

r-kdevine 0.4.6
Propagated dependencies: r-vinecopula@2.6.1 r-rcpp@1.1.0 r-qrng@0.0-11 r-mass@7.3-65 r-kernsmooth@2.23-26 r-kdecopula@0.9.3 r-foreach@1.5.2 r-doparallel@1.0.17 r-cctools@0.1.3
Channel: guix-cran
Location: guix-cran/packages/k.scm (guix-cran packages k)
Home page: https://github.com/tnagler/kdevine
Licenses: GPL 3
Build system: r
Synopsis: Multivariate Kernel Density Estimation with Vine Copulas
Description:

This package implements the vine copula based kernel density estimator of Nagler and Czado (2016) <doi:10.1016/j.jmva.2016.07.003>. The estimator does not suffer from the curse of dimensionality and is therefore well suited for high-dimensional applications.

r-klexp 1.0.0
Propagated dependencies: r-glmnet@4.1-10
Channel: guix-cran
Location: guix-cran/packages/k.scm (guix-cran packages k)
Home page: https://github.com/Zongrui-Dai/Kernel-lasso-feature-expansion
Licenses: GPL 2
Build system: r
Synopsis: Kernel_lasso Expansion
Description:

This package provides the function to calculate the kernel-lasso expansion, Z-score, and max-min-scale standardization.It can increase the dimension of existed dataset and remove abundant features by lasso. Z Dai, L Jiayi, T Gong, C Wang (2021) <doi:10.1088/1742-6596/1955/1/012047>.

r-kpc 0.1.2
Channel: guix-cran
Location: guix-cran/packages/k.scm (guix-cran packages k)
Home page: https://www.jmlr.org/papers/v23/21-493.html
Licenses: GPL 3
Build system: r
Synopsis: Kernel Partial Correlation Coefficient
Description:

Implementations of two empirical versions the kernel partial correlation (KPC) coefficient and the associated variable selection algorithms. KPC is a measure of the strength of conditional association between Y and Z given X, with X, Y, Z being random variables taking values in general topological spaces. As the name suggests, KPC is defined in terms of kernels on reproducing kernel Hilbert spaces (RKHSs). The population KPC is a deterministic number between 0 and 1; it is 0 if and only if Y is conditionally independent of Z given X, and it is 1 if and only if Y is a measurable function of Z and X. One empirical KPC estimator is based on geometric graphs, such as K-nearest neighbor graphs and minimum spanning trees, and is consistent under very weak conditions. The other empirical estimator, defined using conditional mean embeddings (CMEs) as used in the RKHS literature, is also consistent under suitable conditions. Using KPC, a stepwise forward variable selection algorithm KFOCI (using the graph based estimator of KPC) is provided, as well as a similar stepwise forward selection algorithm based on the RKHS based estimator. For more details on KPC, its empirical estimators and its application on variable selection, see Huang, Z., N. Deb, and B. Sen (2022). â Kernel partial correlation coefficient â a measure of conditional dependenceâ (URL listed below). When X is empty, KPC measures the unconditional dependence between Y and Z, which has been described in Deb, N., P. Ghosal, and B. Sen (2020), â Measuring association on topological spaces using kernels and geometric graphsâ <arXiv:2010.01768>, and it is implemented in the functions KMAc() and Klin() in this package. The latter can be computed in near linear time.

r-kgraph 1.2.0
Propagated dependencies: r-shiny@1.11.1 r-sgraph@1.1.0 r-reshape2@1.4.5 r-rcolorbrewer@1.1-3 r-proc@1.19.0.1 r-plyr@1.8.9 r-opticskxi@1.2.1 r-magrittr@2.0.4 r-igraph@2.2.1 r-htmltools@0.5.8.1 r-dplyr@1.1.4
Channel: guix-cran
Location: guix-cran/packages/k.scm (guix-cran packages k)
Home page: https://gitlab.com/thomaschln/kgraph
Licenses: GPL 3
Build system: r
Synopsis: Knowledge Graphs Constructions and Visualizations
Description:

Knowledge graphs enable to efficiently visualize and gain insights into large-scale data analysis results, as p-values from multiple studies or embedding data matrices. The usual workflow is a user providing a data frame of association studies results and specifying target nodes, e.g. phenotypes, to visualize. The knowledge graph then shows all the features which are significantly associated with the phenotype, with the edges being proportional to the association scores. As the user adds several target nodes and grouping information about the nodes such as biological pathways, the construction of such graphs soon becomes complex. The kgraph package aims to enable users to easily build such knowledge graphs, and provides two main features: first, to enable building a knowledge graph based on a data frame of concepts relationships, be it p-values or cosine similarities; second, to enable determining an appropriate cut-off on cosine similarities from a complete embedding matrix, to enable the building of a knowledge graph directly from an embedding matrix. The kgraph package provides several display, layout and cut-off options, and has already proven useful to researchers to enable them to visualize large sets of p-value associations with various phenotypes, and to quickly be able to visualize embedding results. Two example datasets are provided to demonstrate these behaviors, and several live shiny applications are hosted by the CELEHS laboratory and Parse Health, as the KESER Mental Health application <https://keser-mental-health.parse-health.org/> based on Hong C. (2021) <doi:10.1038/s41746-021-00519-z>.

r-kairos 2.3.0
Propagated dependencies: r-extradistr@1.10.0 r-dimensio@0.14.1 r-arkhe@1.11.0 r-aion@1.7.0
Channel: guix-cran
Location: guix-cran/packages/k.scm (guix-cran packages k)
Home page: https://codeberg.org/tesselle/kairos
Licenses: GPL 3+
Build system: r
Synopsis: Analysis of Chronological Patterns from Archaeological Count Data
Description:

This package provides a toolkit for absolute and relative dating and analysis of chronological patterns. This package includes functions for chronological modeling and dating of archaeological assemblages from count data. It provides methods for matrix seriation. It also allows to compute time point estimates and density estimates of the occupation and duration of an archaeological site.

r-ktsolve 1.4
Propagated dependencies: r-rootsolve@1.8.2.4 r-nleqslv@3.3.5 r-bb@2019.10-1
Channel: guix-cran
Location: guix-cran/packages/k.scm (guix-cran packages k)
Home page: https://cran.r-project.org/package=ktsolve
Licenses: LGPL 3
Build system: r
Synopsis: Configurable Function for Solving Families of Nonlinear Equations
Description:

This is designed for use with an arbitrary set of equations with an arbitrary set of unknowns. The user selects "fixed" values for enough unknowns to leave as many variables as there are equations, which in most cases means the system is properly defined and a unique solution exists. The function, the fixed values and initial values for the remaining unknowns are fed to a nonlinear backsolver. The original version of "TK!Solver" , now a product of Universal Technical Systems (<https://www.uts.com>) was the inspiration for this function.

r-kinsimu 0.1.3
Channel: guix-cran
Location: guix-cran/packages/k.scm (guix-cran packages k)
Home page: https://cran.r-project.org/package=KINSIMU
Licenses: Expat
Build system: r
Synopsis: Panel Evaluation in Forensic Kinship Analysis
Description:

Evaluate specific panels in different aspects: i) Simulation tools related to pedigree researches; ii) calculation for systemic effectiveness indicators, such as probability of exclusion (PE).

r-keyclust 1.2.5
Propagated dependencies: r-textstem@0.1.4 r-rcpp@1.1.0 r-data-table@1.17.8
Channel: guix-cran
Location: guix-cran/packages/k.scm (guix-cran packages k)
Home page: https://cran.r-project.org/package=keyclust
Licenses: GPL 3
Build system: r
Synopsis: Model for Semi-Supervised Keyword Extraction from Word Embedding Models
Description:

This package provides a fast and computationally efficient algorithm designed to enable researchers to efficiently and quickly extract semantically-related keywords using a fitted embedding model. For more details about the methods applied, see Chester (2025). <doi:10.17605/OSF.IO/5B7RQ>.

r-kerasnip 0.1.0
Channel: guix-cran
Location: guix-cran/packages/k.scm (guix-cran packages k)
Home page: https://cran.r-project.org/package=kerasnip
Licenses: Expat
Build system: r
Synopsis: Bridge Between 'keras' and 'tidymodels'
Description:

This package provides a seamless bridge between keras and the tidymodels frameworks. It allows for the dynamic creation of parsnip model specifications for keras models.

r-keyringr 0.4.0
Propagated dependencies: r-stringr@1.6.0
Channel: guix-cran
Location: guix-cran/packages/k.scm (guix-cran packages k)
Home page: https://cran.r-project.org/package=keyringr
Licenses: Expat
Build system: r
Synopsis: Decrypt Passwords from Gnome Keyring, Windows Data Protection API and macOS Keychain
Description:

Decrypts passwords stored in the Gnome Keyring, macOS Keychain and strings encrypted with the Windows Data Protection API.

r-ktaucenters 1.0.0
Propagated dependencies: r-rcpp@1.1.0 r-mass@7.3-65 r-gse@4.2-4
Channel: guix-cran
Location: guix-cran/packages/k.scm (guix-cran packages k)
Home page: https://cran.r-project.org/package=ktaucenters
Licenses: GPL 2+
Build system: r
Synopsis: Robust Clustering Procedures
Description:

This package provides a clustering algorithm similar to K-Means is implemented, it has two main advantages, namely (a) The estimator is resistant to outliers, that means that results of estimator are still correct when there are atypical values in the sample and (b) The estimator is efficient, roughly speaking, if there are no outliers in the sample, results will be similar to those obtained by a classic algorithm (K-Means). Clustering procedure is carried out by minimizing the overall robust scale so-called tau scale. (see Gonzalez, Yohai and Zamar (2019) <arxiv:1906.08198>).

r-klassr 1.0.5
Propagated dependencies: r-tm@0.7-16 r-jsonlite@2.0.0 r-igraph@2.2.1 r-httr@1.4.7
Channel: guix-cran
Location: guix-cran/packages/k.scm (guix-cran packages k)
Home page: https://statisticsnorway.github.io/ssb-klassr/
Licenses: Expat
Build system: r
Synopsis: Classifications for Statistics Norway
Description:

This package provides functions to search, retrieve, apply and update classification standards and code lists using Statistics Norway's API <https://www.ssb.no/klass> from the system KLASS'. Retrieves classifications by date with options to choose language, hierarchical level and formatting.

r-kpcaig 1.0.1
Propagated dependencies: r-wallomicsdata@1.0 r-viridis@0.6.5 r-rgl@1.3.31 r-progress@1.2.3 r-kernlab@0.9-33 r-ggplot2@4.0.1
Channel: guix-cran
Location: guix-cran/packages/k.scm (guix-cran packages k)
Home page: https://cran.r-project.org/package=kpcaIG
Licenses: GPL 3
Build system: r
Synopsis: Variables Interpretability with Kernel PCA
Description:

The kernelized version of principal component analysis (KPCA) has proven to be a valid nonlinear alternative for tackling the nonlinearity of biological sample spaces. However, it poses new challenges in terms of the interpretability of the original variables. kpcaIG aims to provide a tool to select the most relevant variables based on the kernel PCA representation of the data as in Briscik et al. (2023) <doi:10.1186/s12859-023-05404-y>. It also includes functions for 2D and 3D visualization of the original variables (as arrows) into the kernel principal components axes, highlighting the contribution of the most important ones.

r-ksa 0.1.0
Channel: guix-cran
Location: guix-cran/packages/k.scm (guix-cran packages k)
Home page: https://cran.r-project.org/package=KSA
Licenses: GPL 2
Build system: r
Synopsis: Retained Component Criterion for Principal Component Analysis
Description:

The Retained Component Criterion for Principal Component Analysis (RCC_PCA) is a tool to determine the optimal number of components to retain in PCA.

r-kspm 0.2.1
Propagated dependencies: r-expm@1.0-0 r-deoptim@2.2-8 r-compquadform@1.4.4
Channel: guix-cran
Location: guix-cran/packages/k.scm (guix-cran packages k)
Home page: https://cran.r-project.org/package=KSPM
Licenses: GPL 3
Build system: r
Synopsis: Kernel Semi-Parametric Models
Description:

To fit the kernel semi-parametric model and its extensions. It allows multiple kernels and unlimited interactions in the same model. Coefficients are estimated by maximizing a penalized log-likelihood; penalization terms and hyperparameters are estimated by minimizing leave-one-out error. It includes predictions with confidence/prediction intervals, statistical tests for the significance of each kernel, a procedure for variable selection and graphical tools for diagnostics and interpretation of covariate effects. Currently it is implemented for continuous dependent variables. The package is based on the paper of Liu et al. (2007), <doi:10.1111/j.1541-0420.2007.00799.x>.

r-keras3 1.5.1
Channel: guix-cran
Location: guix-cran/packages/k.scm (guix-cran packages k)
Home page: https://keras3.posit.co/
Licenses: Expat
Build system: r
Synopsis: R Interface to 'Keras'
Description:

Interface to Keras <https://keras.io>, a high-level neural networks API. Keras was developed with a focus on enabling fast experimentation, supports both convolution based networks and recurrent networks (as well as combinations of the two), and runs seamlessly on both CPU and GPU devices.

r-keyatm 0.5.5
Channel: guix-cran
Location: guix-cran/packages/k.scm (guix-cran packages k)
Home page: https://keyatm.github.io/keyATM/
Licenses: GPL 3
Build system: r
Synopsis: Keyword Assisted Topic Models
Description:

Fits keyword assisted topic models (keyATM) using collapsed Gibbs samplers. The keyATM combines the latent dirichlet allocation (LDA) models with a small number of keywords selected by researchers in order to improve the interpretability and topic classification of the LDA. The keyATM can also incorporate covariates and directly model time trends. The keyATM is proposed in Eshima, Imai, and Sasaki (2024) <doi:10.1111/ajps.12779>.

r-kriging 1.2
Channel: guix-cran
Location: guix-cran/packages/k.scm (guix-cran packages k)
Home page: https://cran.r-project.org/package=kriging
Licenses: GPL 2
Build system: r
Synopsis: Ordinary Kriging
Description:

An implementation of a simple and highly optimized ordinary kriging algorithm to plot geographical data.

r-knitxl 0.1.0
Channel: guix-cran
Location: guix-cran/packages/k.scm (guix-cran packages k)
Home page: https://github.com/dreanod/knitxl
Licenses: GPL 3+
Build system: r
Synopsis: Generates a Spreadsheet Report from an 'rmarkdown' File
Description:

Convert an R Markdown documents into an .xlsx spreadsheet reports with the knitxl() function, which works similarly to knit() from the knitr package. The generated report can be opened in Excel or similar software for further analysis and presentation.

r-kirby21-fmri 1.8.0
Propagated dependencies: r-kirby21-base@1.7.3
Channel: guix-cran
Location: guix-cran/packages/k.scm (guix-cran packages k)
Home page: https://www.nitrc.org/projects/multimodal/
Licenses: GPL 2
Build system: r
Synopsis: Example Functional Imaging Data from the Multi-Modal MRI 'Reproducibility' Resource
Description:

Functional magnetic resonance imaging ('fMRI') data from the Kirby21 reproducibility study <doi:10.1016/j.neuroimage.2010.11.047>.

r-kisopenapi 0.0.2
Propagated dependencies: r-jsonlite@2.0.0 r-httr2@1.2.1 r-data-table@1.17.8 r-cli@3.6.5
Channel: guix-cran
Location: guix-cran/packages/k.scm (guix-cran packages k)
Home page: https://cran.r-project.org/package=kisopenapi
Licenses: Expat
Build system: r
Synopsis: Korea Investment & Securities (KIS) Open Trading API
Description:

API Wrapper to use Korea Investment & Securities (KIS) trading system that provides various financial services like stock price check, orders and balance check <https://apiportal.koreainvestment.com/>.

r-keytoenglish 0.2.1
Propagated dependencies: r-stringr@1.6.0 r-openssl@2.3.4 r-jsonlite@2.0.0
Channel: guix-cran
Location: guix-cran/packages/k.scm (guix-cran packages k)
Home page: https://github.com/mcandocia/keyToEnglish
Licenses: GPL 2+
Build system: r
Synopsis: Convert Data to Memorable Phrases
Description:

Convert keys and other values to memorable phrases. Includes some methods to build lists of words.

Page: 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895
Total results: 21457