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

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-cengam 0.5.4
Propagated dependencies: r-mgcv@1.9-4
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://cran.r-project.org/package=cenGAM
Licenses: GPL 2+
Build system: r
Synopsis: Censored Regression with Smooth Terms
Description:

Implementation of Tobit type I and type II families for censored regression using the mgcv package, based on methods detailed in Woods (2016) <doi:10.1080/01621459.2016.1180986>.

r-connect 0.7.27
Propagated dependencies: r-qgraph@1.9.8
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://cran.r-project.org/package=ConNEcT
Licenses: GPL 2+
Build system: r
Synopsis: Contingency Measure-Based Networks for Binary Time Series
Description:

The ConNEcT approach investigates the pairwise association strength of binary time series by calculating contingency measures and depicts the results in a network. The package includes features to explore and visualize the data. To calculate the pairwise concurrent or temporal sequenced relationship between the variables, the package provides seven contingency measures (proportion of agreement, classical & corrected Jaccard, Cohen's kappa, phi correlation coefficient, odds ratio, and log odds ratio), however, others can easily be implemented. The package also includes non-parametric significance tests, that can be applied to test whether the contingency value quantifying the relationship between the variables is significantly higher than chance level. Most importantly this test accounts for auto-dependence and relative frequency.See Bodner et al.(2021) <doi: 10.1111/bmsp.12222>.Finally, a network can be drawn. Variables depicted the nodes of the network, with the node size adapted to the prevalence. The association strength between the variables defines the undirected (concurrent) or directed (temporal sequenced) links between the nodes. The results of the non-parametric significance test can be included by depicting either all links or only the significant ones. Tutorial see Bodner et al.(2021) <doi:10.3758/s13428-021-01760-w>.

r-clear 0.0.4
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://github.com/joundso/cleaR
Licenses: GPL 3
Build system: r
Synopsis: Clean the R Console and Environment
Description:

Small package to clean the R console and the R environment with the call of just one function.

r-colf 0.1.3
Propagated dependencies: r-nlsr@2023.8.31
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://github.com/LyzandeR/colf
Licenses: Expat
Build system: r
Synopsis: Constrained Optimization on Linear Function
Description:

This package performs least squares constrained optimization on a linear objective function. It contains a number of algorithms to choose from and offers a formula syntax similar to lm().

r-cenroc 2.0.0
Propagated dependencies: r-survival@3.8-3 r-rcppeigen@0.3.4.0.2 r-rcpp@1.1.0 r-icenreg@2.0.16 r-condsurv@2.0.4
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://cran.r-project.org/package=cenROC
Licenses: GPL 2+
Build system: r
Synopsis: Estimating Time-Dependent ROC Curve and AUC for Censored Data
Description:

This package contains functions to estimate a smoothed and a non-smoothed (empirical) time-dependent receiver operating characteristic curve and the corresponding area under the receiver operating characteristic curve and the optimal cutoff point for the right and interval censored survival data. See Beyene and El Ghouch (2020)<doi:10.1002/sim.8671> and Beyene and El Ghouch (2022) <doi:10.1002/bimj.202000382>.

r-comics 1.0.4
Propagated dependencies: r-glmnet@4.1-10
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: http://dcq.tau.ac.il/
Licenses: GPL 2
Build system: r
Synopsis: Computational Methods for Immune Cell-Type Subsets
Description:

Provided are Computational methods for Immune Cell-type Subsets, including:(1) DCQ (Digital Cell Quantifier) to infer global dynamic changes in immune cell quantities within a complex tissue; and (2) VoCAL (Variation of Cell-type Abundance Loci) a deconvolution-based method that utilizes transcriptome data to infer the quantities of immune-cell types, and then uses these quantitative traits to uncover the underlying DNA loci.

r-colorrepel 0.4.3
Propagated dependencies: r-stringr@1.6.0 r-purrr@1.2.0 r-polychrome@1.5.4 r-png@0.1-8 r-plyr@1.8.9 r-plotly@4.11.0 r-matrixstats@1.5.0 r-matrix@1.7-4 r-knitr@1.50 r-gtools@3.9.5 r-ggrepel@0.9.6 r-ggplot2@4.0.1 r-dqrng@0.4.1 r-dplyr@1.1.4 r-distances@0.1.13
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://github.com/raysinensis/color_repel
Licenses: Expat
Build system: r
Synopsis: Repel Visually Similar Colors for Colorblind Users in Various Plots
Description:

Iterate and repel visually similar colors away in various ggplot2 plots. When many groups are plotted at the same time on multiple axes, for instance stacked bars or scatter plots, effectively ordering colors becomes difficult. This tool iterates through color combinations to find the best solution to maximize visual distinctness of nearby groups, so plots are more friendly toward colorblind users. This is achieved by two distance measurements, distance between groups within the plot, and CIELAB color space distances between colors as described in Carter et al., (2018) <doi:10.25039/TR.015.2018>.

r-cond 1.2-4
Propagated dependencies: r-survival@3.8-3 r-statmod@1.5.1
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://www.r-project.org
Licenses: GPL 2+ FSDG-compatible
Build system: r
Synopsis: Approximate Conditional Inference for Logistic and Loglinear Models
Description:

This package implements higher order likelihood-based inference for logistic and loglinear models.

r-childeswordfreq 0.2.0
Propagated dependencies: r-writexl@1.5.4 r-tidyr@1.3.1 r-tibble@3.3.0 r-rlang@1.1.6 r-readr@2.1.6 r-rappdirs@0.3.3 r-memoise@2.0.1 r-dplyr@1.1.4 r-childesr@0.2.3 r-cachem@1.1.0
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://github.com/n-albudoor/childeswordfreq
Licenses: Expat
Build system: r
Synopsis: Word and Phrase Frequency Tools for CHILDES
Description:

This package provides tools for extracting word and phrase frequencies from the Child Language Data Exchange System (CHILDES) database via the childesr API. Supports type-level word counts, token-mode searches with simple wildcard patterns and part-of-speech filters, optional stemming, and Zipf-scaled frequencies. Provides normalization per number of tokens or utterances, speaker-role breakdowns, dataset summaries, and export to Excel workbooks for reproducible child language research. The CHILDES database is maintained at <https://talkbank.org/childes/>.

r-climprojdiags 0.3.5
Propagated dependencies: r-multiapply@2.1.5
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://gitlab.earth.bsc.es/es/ClimProjDiags
Licenses: GPL 3
Build system: r
Synopsis: Set of Tools to Compute Various Climate Indices
Description:

Set of tools to compute metrics and indices for climate analysis. The package provides functions to compute extreme indices, evaluate the agreement between models and combine theses models into an ensemble. Multi-model time series of climate indices can be computed either after averaging the 2-D fields from different models provided they share a common grid or by combining time series computed on the model native grid. Indices can be assigned weights and/or combined to construct new indices. The package makes use of some of the methods described in: N. Manubens et al. (2018) <doi:10.1016/j.envsoft.2018.01.018>.

r-cepiweek 0.1.2
Propagated dependencies: r-lubridate@1.9.4
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://cran.r-project.org/package=cepiweek
Licenses: Expat
Build system: r
Synopsis: Continuous Epidemiological Week Indexing for Time-Series Analysis
Description:

This package provides a simple algorithm to generate a continuous epidemiological week index from date variables in a dataframe. Weeks are computed as sequential 7-day intervals starting from the earliest observed date. They do not reset at calendar year boundaries and are not ISO 8601 nor MMWR calendar weeks. The approach is intended for epidemiological modeling and time-series analysis where temporal continuity is required. The generated weeks are sequential and do not reset at calendar year boundaries.

r-confsam 0.2
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://cran.r-project.org/package=confSAM
Licenses: GPL 2+ GPL 3+
Build system: r
Synopsis: Estimates and Bounds for the False Discovery Proportion, by Permutation
Description:

For multiple testing. Computes estimates and confidence bounds for the False Discovery Proportion (FDP), the fraction of false positives among all rejected hypotheses. The methods in the package use permutations of the data. Doing so, they take into account the dependence structure in the data.

r-cytoprofile 0.2.4
Propagated dependencies: r-xgboost@1.7.11.1 r-tidyr@1.3.1 r-reshape2@1.4.5 r-randomforest@4.7-1.2 r-proc@1.19.0.1 r-plot3d@1.4.2 r-pheatmap@1.0.13 r-mixomics@6.34.0 r-lifecycle@1.0.4 r-gridextra@2.3 r-ggrepel@0.9.6 r-ggplot2@4.0.1 r-e1071@1.7-16 r-dplyr@1.1.4 r-data-table@1.17.8 r-caret@7.0-1
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://github.com/saraswatsh/CytoProfile
Licenses: GPL 2+
Build system: r
Synopsis: Cytokine Profiling Analysis Tool
Description:

This package provides comprehensive cytokine profiling analysis through quality control using biologically meaningful cutoffs on raw cytokine measurements and by testing for distributional symmetry to recommend appropriate transformations. Offers exploratory data analysis with summary statistics, enhanced boxplots, and barplots, along with univariate and multivariate analytical capabilities for in-depth cytokine profiling such as Principal Component Analysis based on Andrzej MaÄ kiewicz and Waldemar Ratajczak (1993) <doi:10.1016/0098-3004(93)90090-R>, Sparse Partial Least Squares Discriminant Analysis based on Lê Cao K-A, Boitard S, and Besse P (2011) <doi:10.1186/1471-2105-12-253>, Random Forest based on Breiman, L. (2001) <doi:10.1023/A:1010933404324>, and Extreme Gradient Boosting based on Tianqi Chen and Carlos Guestrin (2016) <doi:10.1145/2939672.2939785>.

r-cpmerccutoff 1.0.0
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://cran.r-project.org/package=CpmERCCutoff
Licenses: GPL 3+
Build system: r
Synopsis: Calculation of Log2 Counts per Million Cutoff from ERCC Controls
Description:

Implementation of the empirical method to derive log2 counts per million (CPM) cutoff to filter out lowly expressed genes using ERCC spike-ins as described in Goll and Bosinger et.al (2022)<doi:10.1101/2022.06.23.497396>. This package utilizes the synthetic mRNA control pairs developed by the External RNA Controls Consortium (ERCC) (ERCC 1 / ERCC 2) that are spiked into sample pairs at known ratios at various absolute abundances. The relationship between the observed and expected fold changes is then used to empirically determine an optimal log2 CPM cutoff for filtering out lowly expressed genes.

r-cattexact 0.1.1
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://cran.r-project.org/package=CATTexact
Licenses: GPL 2 GPL 3
Build system: r
Synopsis: Computation of the p-Value for the Exact Conditional Cochran-Armitage Trend Test
Description:

This package provides functions for computing the one-sided p-values of the Cochran-Armitage trend test statistic for the asymptotic and the exact conditional test. The computation of the p-value for the exact test is performed using an algorithm following an idea by Mehta, et al. (1992) <doi:10.2307/1390598>.

r-covkcd 0.1
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://cran.r-project.org/package=covKCD
Licenses: GPL 3
Build system: r
Synopsis: Covariance Estimation for Matrix Data with the Kronecker-Core Decomposition
Description:

Matrix-variate covariance estimation via the Kronecker-core decomposition. Computes the Kronecker and core covariance matrices corresponding to an arbitrary covariance matrix, and provides an empirical Bayes covariance estimator that adaptively shrinks towards the space of separable covariance matrices. For details, see Hoff, McCormack and Zhang (2022) <arXiv:2207.12484> "Core Shrinkage Covariance Estimation for Matrix-variate data".

r-cchs 0.4.5
Propagated dependencies: r-survival@3.8-3
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://cran.r-project.org/package=cchs
Licenses: GPL 3
Build system: r
Synopsis: Cox Model for Case-Cohort Data with Stratified Subcohort-Selection
Description:

This package contains a function, also called cchs', that calculates Estimator III of Borgan et al (2000), <DOI:10.1023/A:1009661900674>. This estimator is for fitting a Cox proportional hazards model to data from a case-cohort study where the subcohort was selected by stratified simple random sampling.

r-cellorigins 0.1.3
Propagated dependencies: r-iterpc@0.4.2
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://cran.r-project.org/package=cellOrigins
Licenses: FSDG-compatible
Build system: r
Synopsis: Finds RNASeq Source Tissues Using In Situ Hybridisation Data
Description:

Finds the most likely originating tissue(s) and developmental stage(s) of tissue-specific RNA sequencing data. The package identifies both pure transcriptomes and mixtures of transcriptomes. The most likely identity is found through comparisons of the sequencing data with high-throughput in situ hybridisation patterns. Typical uses are the identification of cancer cell origins, validation of cell culture strain identities, validation of single-cell transcriptomes, and validation of identity and purity of flow-sorting and dissection sequencing products.

r-corr2d 1.0.3
Propagated dependencies: r-mmand@1.7.0 r-foreach@1.5.2 r-fields@17.1 r-doparallel@1.0.17 r-colorspace@2.1-2
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://cran.r-project.org/package=corr2D
Licenses: GPL 3
Build system: r
Synopsis: Implementation of 2D Correlation Analysis in R
Description:

Implementation of two-dimensional (2D) correlation analysis based on the Fourier-transformation approach described by Isao Noda (I. Noda (1993) <DOI:10.1366/0003702934067694>). Additionally there are two plot functions for the resulting correlation matrix: The first one creates colored 2D plots, while the second one generates 3D plots.

r-chatgpt 0.2.3
Propagated dependencies: r-shiny@1.11.1 r-rstudioapi@0.17.1 r-miniui@0.1.2 r-jsonlite@2.0.0 r-httr@1.4.7 r-clipr@0.8.0
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://github.com/jcrodriguez1989/chatgpt
Licenses: GPL 3+
Build system: r
Synopsis: Interface to 'ChatGPT' from R
Description:

OpenAI's ChatGPT <https://chat.openai.com/> coding assistant for RStudio'. A set of functions and RStudio addins that aim to help the R developer in tedious coding tasks.

r-csdb 2026.2.2
Propagated dependencies: r-uuid@1.2-1 r-stringr@1.6.0 r-s7@0.2.1 r-r6@2.6.1 r-odbc@1.6.4.1 r-glue@1.8.0 r-ggplot2@4.0.1 r-fs@1.6.6 r-dplyr@1.1.4 r-dbi@1.2.3 r-data-table@1.17.8 r-csutil@2023.4.25
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://niphr.github.io/csdb/
Licenses: Expat
Build system: r
Synopsis: An Abstracted System for Easily Working with Databases with Large Datasets
Description:

This package provides object-oriented database management tools for working with large datasets across multiple database systems. Features include robust connection management for PostgreSQL databases, advanced table operations with bulk data loading and upsert functionality, comprehensive data validation through customizable field type and content validators, efficient index management, and cross-database compatibility. Designed for high-performance data operations in surveillance systems and large-scale data processing workflows.

r-cepumd 2.1.0
Propagated dependencies: r-tidyselect@1.2.1 r-tidyr@1.3.1 r-stringr@1.6.0 r-rlang@1.1.6 r-readxl@1.4.5 r-readr@2.1.6 r-purrr@1.2.0 r-janitor@2.2.1 r-dplyr@1.1.4
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://arcenis-r.github.io/cepumd/
Licenses: GPL 3+
Build system: r
Synopsis: Calculate Consumer Expenditure Survey (CE) Annual Estimates
Description:

This package provides functions and data files to help CE Public-Use Microdata (PUMD) users calculate annual estimated expenditure means, standard errors, and quantiles according to the methods used by the CE with PUMD. For more information on the CE please visit <https://www.bls.gov/cex>. For further reading on CE estimate calculations please see the CE Calculation section of the U.S. Bureau of Labor Statistics (BLS) Handbook of Methods at <https://www.bls.gov/opub/hom/cex/calculation.htm>. For further information about CE PUMD please visit <https://www.bls.gov/cex/pumd.htm>.

r-colocproptest 0.9.3
Propagated dependencies: r-magrittr@2.0.4 r-data-table@1.17.8 r-coloc@5.2.3 r-car@3.1-3
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://cran.r-project.org/package=colocPropTest
Licenses: GPL 3+
Build system: r
Synopsis: Proportional Testing for Colocalisation Analysis
Description:

Colocalisation analysis tests whether two traits share a causal genetic variant in a specified genomic region. Proportional testing for colocalisation has been previously proposed [Wallace (2013) <doi:10.1002/gepi.21765>], but is reimplemented here to overcome barriers to its adoption. Its use is complementary to the fine- mapping based colocalisation method in the coloc package, and may be used in particular to identify false "H3" conclusions in coloc'.

r-conversim 0.1.0
Propagated dependencies: r-word2vec@0.4.1 r-topicmodels@0.2-17 r-tm@0.7-16 r-slam@0.1-55 r-sentimentr@2.9.0 r-lsa@0.73.3 r-lme4@1.1-37 r-ggplot2@4.0.1
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://github.com/chaoliu-cl/conversim
Licenses: GPL 3+
Build system: r
Synopsis: Conversation Similarity Analysis
Description:

Analyze and compare conversations using various similarity measures including topic, lexical, semantic, structural, stylistic, sentiment, participant, and timing similarities. Supports both pairwise conversation comparisons and analysis of multiple dyads. Methods are based on established research: Topic modeling: Blei et al. (2003) <doi:10.1162/jmlr.2003.3.4-5.993>; Landauer et al. (1998) <doi:10.1080/01638539809545028>; Lexical similarity: Jaccard (1912) <doi:10.1111/j.1469-8137.1912.tb05611.x>; Semantic similarity: Salton & Buckley (1988) <doi:10.1016/0306-4573(88)90021-0>; Mikolov et al. (2013) <doi:10.48550/arXiv.1301.3781>; Pennington et al. (2014) <doi:10.3115/v1/D14-1162>; Structural and stylistic analysis: Graesser et al. (2004) <doi:10.1075/target.21131.ryu>; Sentiment analysis: Rinker (2019) <https://github.com/trinker/sentimentr>.

Total packages: 69236