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

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 search send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.


r-kmblock 0.1.4
Propagated dependencies: r-rcpparmadillo@15.2.6-1 r-rcpp@1.1.1-1.1 r-foreach@1.5.2 r-dorng@1.8.6.3 r-doparallel@1.0.17 r-blockmodeling@1.1.8
Channel: guix-cran
Location: guix-cran/packages/k.scm (guix-cran packages k)
Home page: https://cran.r-project.org/package=kmBlock
Licenses: GPL 2+
Build system: r
Synopsis: k-Means Like Blockmodeling of One-Mode and Linked Networks
Description:

This package implements k-means like blockmodeling of one-mode and linked networks as presented in Žiberna (2020) <doi:10.1016/j.socnet.2019.10.006>. The development of this package is financially supported by the Slovenian Research Agency (<https://www.arrs.si/>) within the research programs P5-0168 and the research projects J7-8279 (Blockmodeling multilevel and temporal networks) and J5-2557 (Comparison and evaluation of different approaches to blockmodeling dynamic networks by simulations with application to Slovenian co-authorship networks).

r-kssa 0.0.5
Propagated dependencies: r-zoo@1.8-15 r-rlang@1.2.0 r-missmethods@0.4.0 r-metrics@0.1.4 r-magrittr@2.0.5 r-imputets@3.4 r-ggplot2@4.0.3 r-forecast@9.0.2 r-dplyr@1.2.1
Channel: guix-cran
Location: guix-cran/packages/k.scm (guix-cran packages k)
Home page: https://github.com/steffenmoritz/kssa
Licenses: AGPL 3+
Build system: r
Synopsis: Known Sub-Sequence Algorithm
Description:

This package implements the Known Sub-Sequence Algorithm <doi:10.1016/j.aaf.2021.12.013>, which helps to automatically identify and validate the best method for missing data imputation in a time series. Supports the comparison of multiple state-of-the-art algorithms.

r-kgrams 0.2.1
Propagated dependencies: r-rlang@1.2.0 r-rdpack@2.6.6 r-rcppprogress@0.4.2 r-rcpp@1.1.1-1.1
Channel: guix-cran
Location: guix-cran/packages/k.scm (guix-cran packages k)
Home page: https://vgherard.github.io/kgrams/
Licenses: GPL 3+
Build system: r
Synopsis: Classical k-gram Language Models
Description:

Training and evaluating k-gram language models in R, supporting several probability smoothing techniques, perplexity computations, random text generation and more.

r-kgp 1.1.1
Channel: guix-cran
Location: guix-cran/packages/k.scm (guix-cran packages k)
Home page: https://github.com/stephenturner/kgp
Licenses: FSDG-compatible
Build system: r
Synopsis: 1000 Genomes Project Metadata
Description:

Metadata about populations and data about samples from the 1000 Genomes Project, including the 2,504 samples sequenced for the Phase 3 release and the expanded collection of 3,202 samples with 602 additional trios. The data is described in Auton et al. (2015) <doi:10.1038/nature15393> and Byrska-Bishop et al. (2022) <doi:10.1016/j.cell.2022.08.004>, and raw data is available at <http://ftp.1000genomes.ebi.ac.uk/vol1/ftp/>. See Turner (2022) <doi:10.48550/arXiv.2210.00539> for more details.

r-knowbr 2.2
Propagated dependencies: r-vegan@2.7-3 r-sp@2.2-1 r-plotrix@3.8-14 r-mgcv@1.9-4 r-fossil@0.4.0
Channel: guix-cran
Location: guix-cran/packages/k.scm (guix-cran packages k)
Home page: https://cran.r-project.org/package=KnowBR
Licenses: GPL 2+
Build system: r
Synopsis: Discriminating Well Surveyed Spatial Units from Exhaustive Biodiversity Databases
Description:

It uses species accumulation curves and diverse estimators to assess, at the same time, the levels of survey coverage in multiple geographic cells of a size defined by the user or polygons. It also enables the geographical depiction of observed species richness, survey effort and completeness values including a background with administrative areas.

r-keyclust 1.2.5
Propagated dependencies: r-textstem@0.1.4 r-rcpp@1.1.1-1.1 r-data-table@1.18.4
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-katex 1.5.0
Propagated dependencies: r-v8@8.2.0
Channel: guix-cran
Location: guix-cran/packages/k.scm (guix-cran packages k)
Home page: https://docs.ropensci.org/katex/
Licenses: Expat
Build system: r
Synopsis: Rendering Math to HTML, 'MathML', or R-Documentation Format
Description:

Convert latex math expressions to HTML and MathML for use in markdown documents or package manual pages. The rendering is done in R using the V8 engine (i.e. server-side), which eliminates the need for embedding the MathJax library into your web pages. In addition a math-to-rd wrapper is provided to automatically render beautiful math in R documentation files.

r-kogmwu 1.2
Propagated dependencies: r-pheatmap@1.0.13
Channel: guix-cran
Location: guix-cran/packages/k.scm (guix-cran packages k)
Home page: https://cran.r-project.org/package=KOGMWU
Licenses: GPL 3
Build system: r
Synopsis: Functional Summary and Meta-Analysis of Gene Expression Data
Description:

Rank-based tests for enrichment of KOG (euKaryotic Orthologous Groups) classes with up- or down-regulated genes based on a continuous measure. The meta-analysis is based on correlation of KOG delta-ranks across datasets (delta-rank is the difference between mean rank of genes belonging to a KOG class and mean rank of all other genes). With binary measure (1 or 0 to indicate significant and non-significant genes), one-tailed Fisher's exact test for over-representation of each KOG class among significant genes will be performed.

r-klausur 0.12-14
Propagated dependencies: r-xtable@1.8-8 r-psych@2.6.5
Channel: guix-cran
Location: guix-cran/packages/k.scm (guix-cran packages k)
Home page: https://reaktanz.de/?c=hacking&s=klausuR
Licenses: GPL 3+
Build system: r
Synopsis: Multiple Choice Test Evaluation
Description:

This package provides a set of functions designed to quickly generate results of a multiple choice test. Generates detailed global results, lists for anonymous feedback and personalised result feedback (in LaTeX and/or PDF format), as well as item statistics like Cronbach's alpha or disciminatory power. klausuR also includes a plugin for the R GUI and IDE RKWard, providing graphical dialogs for its basic features. The respective R package rkward cannot be installed directly from a repository, as it is a part of RKWard. To make full use of this feature, please install RKWard from <https://rkward.kde.org> (plugins are detected automatically). Due to some restrictions on CRAN, the full package sources are only available from the project homepage.

r-kronx 0.1.0
Channel: guix-cran
Location: guix-cran/packages/k.scm (guix-cran packages k)
Home page: https://cran.r-project.org/package=KRONX
Licenses: GPL 3+
Build system: r
Synopsis: Clock of Regimes for Regime-Switching Fragility Analysis
Description:

This package implements the Clock of Regimes (KRONX) framework for regime-switching fragility analysis of financial time series. The package fits Gaussian and Student-t Hidden Markov Models (HMMs) to return data, constructs a hazard-adjusted transition operator Q, derives the associated generator K = Q - I, and computes the fundamental matrix N = -K inverse to characterize expected residence times under structural fragility.

r-keypress 1.3.2
Channel: guix-cran
Location: guix-cran/packages/k.scm (guix-cran packages k)
Home page: https://github.com/gaborcsardi/keypress#readme
Licenses: Expat
Build system: r
Synopsis: Wait for a Key Press in a Terminal
Description:

Wait for a single key press at the R prompt. This works in terminals, but does not currently work in the Windows GUI', the macOS GUI ('R.app'), in Emacs ESS', in an Emacs shell buffer or in R Studio'. In these cases keypress stops with an error message.

r-kira 1.0.8
Propagated dependencies: r-mass@7.3-65
Channel: guix-cran
Location: guix-cran/packages/k.scm (guix-cran packages k)
Home page: https://cran.r-project.org/package=Kira
Licenses: GPL 3
Build system: r
Synopsis: Machine Learning
Description:

Machine learning, containing several algorithms for supervised and unsupervised classification, in addition to a function that plots the Receiver Operating Characteristic (ROC) and Precision-Recall (PRC) curve graphs, and also a function that returns several metrics used for model evaluation, the latter can be used in ranking results from other packs.

r-khq 0.2.0
Propagated dependencies: r-openxlsx@4.2.8.1 r-magrittr@2.0.5
Channel: guix-cran
Location: guix-cran/packages/k.scm (guix-cran packages k)
Home page: https://github.com/augustobrusaca/KHQ
Licenses: Expat
Build system: r
Synopsis: Methods for Calculating 'KHQ' Scores and 'KHQ5D' Utility Index Scores
Description:

The King's Health Questionnaire (KHQ) is a disease-specific, self-administered questionnaire designed specific to assess the impact of Urinary Incontinence (UI) on Quality of Life. The questionnaire was developed by Kelleher and collaborators (1997) <doi:10.1111/j.1471-0528.1997.tb11006.x>. It is a simple, acceptable and reliable measure to use in the clinical setting and a research tool that is useful in evaluating UI treatment outcomes. The KHQ five dimensions (KHQ5D) is a condition-specific preference-based measure developed by Brazier and collaborators (2008) <doi:10.1177/0272989X07301820>. Although not as popular as the SF6D <doi:10.1016/S0895-4356(98)00103-6> and EQ-5D <https://euroqol.org/>, the KHQ5D measures health-related quality of life (HRQoL) specifically for UI, not general conditions like the others two instruments mentioned. The KHQ5D ca be used in the clinical and economic evaluation of health care. The subject self-rates their health in terms of five dimensions: Role Limitation (RL), Physical Limitations (PL), Social Limitations (SL), Emotions (E), and Sleep (S). Frequently the states on these five dimensions are converted to a single utility index using country specific value sets, which can be used in the clinical and economic evaluation of health care as well as in population health surveys. This package provides methods to calculate scores for each dimension of the KHQ; converts KHQ item scores to KHQ5D scores; and also calculates the utility index of the KHQ5D.

r-kriens 0.1
Channel: guix-cran
Location: guix-cran/packages/k.scm (guix-cran packages k)
Home page: http://www.alephdue.com
Licenses: Modified BSD
Build system: r
Synopsis: Continuation Passing Style Development
Description:

This package provides basic functions for Continuation-Passing Style development.

r-krige 0.6.2
Propagated dependencies: r-rcpp@1.1.1-1.1 r-coda@0.19-4.1
Channel: guix-cran
Location: guix-cran/packages/k.scm (guix-cran packages k)
Home page: https://cran.r-project.org/package=krige
Licenses: GPL 2+
Build system: r
Synopsis: Geospatial Kriging with Metropolis Sampling
Description:

Estimates kriging models for geographical point-referenced data. Method is described in Gill (2020) <doi:10.1177/1532440020930197>.

r-ktsolve 1.4
Propagated dependencies: r-rootsolve@1.8.2.4 r-nleqslv@3.3.7 r-bb@2026.1.0
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-krmm 1.0
Propagated dependencies: r-robustbase@0.99-7 r-mass@7.3-65 r-kernlab@0.9-33 r-cvtools@0.3.3
Channel: guix-cran
Location: guix-cran/packages/k.scm (guix-cran packages k)
Home page: https://cran.r-project.org/package=KRMM
Licenses: GPL 2 GPL 3
Build system: r
Synopsis: Kernel Ridge Mixed Model
Description:

Solves kernel ridge regression, within the the mixed model framework, for the linear, polynomial, Gaussian, Laplacian and ANOVA kernels. The model components (i.e. fixed and random effects) and variance parameters are estimated using the expectation-maximization (EM) algorithm. All the estimated components and parameters, e.g. BLUP of dual variables and BLUP of random predictor effects for the linear kernel (also known as RR-BLUP), are available. The kernel ridge mixed model (KRMM) is described in Jacquin L, Cao T-V and Ahmadi N (2016) A Unified and Comprehensible View of Parametric and Kernel Methods for Genomic Prediction with Application to Rice. Front. Genet. 7:145. <doi:10.3389/fgene.2016.00145>.

r-kpc 0.1.3
Propagated dependencies: r-rann@2.6.2 r-proxy@0.4-29 r-mlpack@4.7.0 r-kernlab@0.9-33 r-data-table@1.18.4
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â <doi:10.48550/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-kris 1.1.6
Propagated dependencies: r-rarpack@0.11-0
Channel: guix-cran
Location: guix-cran/packages/k.scm (guix-cran packages k)
Home page: https://gitlab.com/kris.ccp/kris
Licenses: Expat
Build system: r
Synopsis: Keen and Reliable Interface Subroutines for Bioinformatic Analysis
Description:

This package provides useful functions which are needed for bioinformatic analysis such as calculating linear principal components from numeric data and Single-nucleotide polymorphism (SNP) dataset, calculating fixation index (Fst) using Hudson method, creating scatter plots in 3 views, handling with PLINK binary file format, detecting rough structures and outliers using unsupervised clustering, and calculating matrix multiplication in the faster way for big data.

r-kifidi 0.1.0
Channel: guix-cran
Location: guix-cran/packages/k.scm (guix-cran packages k)
Home page: https://cran.r-project.org/package=Kifidi
Licenses: GPL 3
Build system: r
Synopsis: Summary Table and Means Plots
Description:

Optimized for handling complex datasets in environmental and ecological research, this package offers functionality that is not fully met by general-purpose packages. It provides two key functions, summarize_data()', which summarizes datasets, and plot_means()', which creates plots with error bars. The plot_means() function incorporates error bars by default, allowing quick visualization of uncertainties, crucial in ecological studies. It also streamlines workflows for grouped datasets (e.g., by species or treatment), making it particularly user-friendly and reducing the complexity and time required for data summarization and visualization.

r-klexp 1.0.0
Propagated dependencies: r-glmnet@5.0
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-karen 1.0
Propagated dependencies: r-xtable@1.8-8 r-tmvtnorm@1.7 r-stringr@1.6.0 r-scales@1.4.0 r-mvtnorm@1.3-7 r-matrix@1.7-5 r-mass@7.3-65 r-igraph@2.3.1 r-gaussquad@1.0-3 r-expm@1.0-0 r-abind@1.4-8
Channel: guix-cran
Location: guix-cran/packages/k.scm (guix-cran packages k)
Home page: https://cran.r-project.org/package=Karen
Licenses: GPL 3
Build system: r
Synopsis: Kalman Reaction Networks
Description:

This is a stochastic framework that combines biochemical reaction networks with extended Kalman filter and Rauch-Tung-Striebel smoothing. This framework allows to investigate the dynamics of cell differentiation from high-dimensional clonal tracking data subject to measurement noise, false negative errors, and systematically unobserved cell types. Our tool can provide statistical support to biologists in gene therapy clonal tracking studies for a deeper understanding of clonal reconstitution dynamics. Further details on the methods can be found in L. Del Core et al., (2022) <doi:10.1101/2022.07.08.499353>.

r-kernsmoothirt 6.4
Propagated dependencies: r-rgl@1.3.36 r-rcpp@1.1.1-1.1 r-plotrix@3.8-14
Channel: guix-cran
Location: guix-cran/packages/k.scm (guix-cran packages k)
Home page: https://cran.r-project.org/package=KernSmoothIRT
Licenses: GPL 2
Build system: r
Synopsis: Nonparametric Item Response Theory
Description:

Fits nonparametric item and option characteristic curves using kernel smoothing. It allows for optimal selection of the smoothing bandwidth using cross-validation and a variety of exploratory plotting tools. The kernel smoothing is based on methods described in Silverman, B.W. (1986). Density Estimation for Statistics and Data Analysis. Chapman & Hall, London.

r-kokudosuuchi 1.0.0
Propagated dependencies: r-tibble@3.3.1 r-stringr@1.6.0 r-sf@1.1-1 r-rlang@1.2.0 r-glue@1.8.1
Channel: guix-cran
Location: guix-cran/packages/k.scm (guix-cran packages k)
Home page: https://yutannihilation.github.io/kokudosuuchi/
Licenses: Expat
Build system: r
Synopsis: Utilities for 'Kokudo Suuchi'
Description:

This package provides utilities for Kokudo Suuchi', the GIS data service of the Japanese government. See <https://nlftp.mlit.go.jp/index.html> for more information.

Total packages: 72693