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

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-container 1.1.0
Propagated dependencies: r-r6@2.6.1 r-data-table@1.18.4
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://rpahl.github.io/container/
Licenses: GPL 3
Build system: r
Synopsis: Extending Base 'R' Lists
Description:

Extends the functionality of base R lists and provides specialized data structures deque', set', dict', and dict.table', the latter to extend the data.table package.

r-cascadeselect 1.1.0
Propagated dependencies: r-shiny@1.13.0 r-reactr@0.6.1 r-htmltools@0.5.9 r-fontawesome@0.5.3
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://github.com/stla/cascadeSelect
Licenses: GPL 3
Build system: r
Synopsis: Cascade Select Input for 'Shiny'
Description:

This package provides a cascade select widget for usage in Shiny applications. This is useful for selection of hierarchical choices (e.g. continent, country, city). It is taken from the JavaScript library PrimeReact'.

r-coxsei 0.4
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://cran.r-project.org/package=coxsei
Licenses: GPL 2+
Build system: r
Synopsis: Fitting a CoxSEI Model
Description:

Fit a CoxSEI (Cox type Self-Exciting Intensity) model to right-censored counting process data.

r-cascadedata 1.6
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://fbertran.github.io/CascadeData/
Licenses: GPL 2+
Build system: r
Synopsis: Experimental Data of Cascade Experiments in Genomics
Description:

These experimental expression data (5 leukemic CLL B-lymphocyte of aggressive form from GSE39411', <doi:10.1073/pnas.1211130110>), after B-cell receptor stimulation, are used as examples by packages such as the Cascade one, a modeling tool allowing gene selection, reverse engineering, and prediction in cascade networks. Jung, N., Bertrand, F., Bahram, S., Vallat, L., and Maumy-Bertrand, M. (2014) <doi:10.1093/bioinformatics/btt705>.

r-cirls 0.4.0
Propagated dependencies: r-truncatednormal@2.3 r-quadprog@1.5-8 r-osqp@1.0.0 r-limsolve@2.0.1 r-coneproj@1.23
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://github.com/PierreMasselot/cirls
Licenses: GPL 3+
Build system: r
Synopsis: Constrained Iteratively Reweighted Least Squares
Description:

Fitting and inference functions for generalized linear models with constrained coefficients.

r-cpsurvsim 1.2.2
Propagated dependencies: r-plyr@1.8.9 r-knitr@1.51 r-hmisc@5.2-5
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://github.com/camillejo/cpsurvsim
Licenses: GPL 3+
Build system: r
Synopsis: Simulating Survival Data from Change-Point Hazard Distributions
Description:

Simulates time-to-event data with type I right censoring using two methods: the inverse CDF method and our proposed memoryless method. The latter method takes advantage of the memoryless property of survival and simulates a separate distribution between change-points. We include two parametric distributions: exponential and Weibull. Inverse CDF method draws on the work of Rainer Walke (2010), <https://www.demogr.mpg.de/papers/technicalreports/tr-2010-003.pdf>.

r-csmpv 1.0.5
Propagated dependencies: r-xgboost@3.2.1.1 r-survminer@0.5.2 r-survival@3.8-6 r-scales@1.4.0 r-rms@8.1-1 r-matrix@1.7-5 r-hmisc@5.2-5 r-glmnet@5.0 r-ggpubr@0.6.3 r-ggplot2@4.0.3 r-forestmodel@0.6.2
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://cran.r-project.org/package=csmpv
Licenses: Expat
Build system: r
Synopsis: Biomarker Confirmation, Selection, Modelling, Prediction, and Validation
Description:

There are diverse purposes such as biomarker confirmation, novel biomarker discovery, constructing predictive models, model-based prediction, and validation. It handles binary, continuous, and time-to-event outcomes at the sample or patient level. - Biomarker confirmation utilizes established functions like glm() from stats', coxph() from survival', surv_fit(), and ggsurvplot() from survminer'. - Biomarker discovery and variable selection are facilitated by three LASSO-related functions LASSO2(), LASSO_plus(), and LASSO2plus(), leveraging the glmnet R package with additional steps. - Eight versatile modeling functions are offered, each designed for predictive models across various outcomes and data types. 1) LASSO2(), LASSO_plus(), LASSO2plus(), and LASSO2_reg() perform variable selection using LASSO methods and construct predictive models based on selected variables. 2) XGBtraining() employs XGBoost for model building and is the only function not involving variable selection. 3) Functions like LASSO2_XGBtraining(), LASSOplus_XGBtraining(), and LASSO2plus_XGBtraining() combine LASSO-related variable selection with XGBoost for model construction. - All models support prediction and validation, requiring a testing dataset comparable to the training dataset. Additionally, the package introduces XGpred() for risk prediction based on survival data, with the XGpred_predict() function available for predicting risk groups in new datasets. The methodology is based on our new algorithms and various references: - Hastie et al. (1992, ISBN 0 534 16765-9), - Therneau et al. (2000, ISBN 0-387-98784-3), - Kassambara et al. (2021) <https://CRAN.R-project.org/package=survminer>, - Friedman et al. (2010) <doi:10.18637/jss.v033.i01>, - Simon et al. (2011) <doi:10.18637/jss.v039.i05>, - Harrell (2023) <https://CRAN.R-project.org/package=rms>, - Harrell (2023) <https://CRAN.R-project.org/package=Hmisc>, - Chen and Guestrin (2016) <doi:10.48550/arXiv.1603.02754>, - Aoki et al. (2023) <doi:10.1200/JCO.23.01115>.

r-carletonstats 2.2
Propagated dependencies: r-scales@1.4.0 r-patchwork@1.3.2 r-ggplot2@4.0.3
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://github.com/aloy/CarletonStats
Licenses: GPL 2
Build system: r
Synopsis: Functions for Statistics Classes at Carleton College
Description:

Includes commands for bootstrapping and permutation tests, a command for created grouped bar plots, and a demo of the quantile-normal plot for data drawn from different distributions.

r-compositionalclust 1.3
Propagated dependencies: r-rfast2@0.1.5.6 r-rfast@2.1.5.2 r-mixture@2.2.0 r-lowmemtkmeans@0.1.4 r-factoextra@2.0.0 r-compositional@8.2
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://cran.r-project.org/package=CompositionalClust
Licenses: GPL 2+
Build system: r
Synopsis: Clustering with Compositional Data
Description:

Cluster analysis with compositional data using the alpha--transformation. Relevant papers include: Tsagris M. and Kontemeniotis N. (2025). Lobachevskii Journal of Mathematics <doi:10.1134/S1995080225613700>. Tsagris M.T., Preston S. and Wood A.T.A. (2011), <doi:10.48550/arXiv.1106.1451>. Garcia-Escudero Luis A., Gordaliza Alfonso, Matran Carlos, Mayo-Iscar Agustin. (2008), <doi:10.1214/07-AOS515>.

r-care 1.1.11
Propagated dependencies: r-corpcor@1.6.10
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://strimmerlab.github.io/software/care/
Licenses: GPL 3+
Build system: r
Synopsis: High-Dimensional Regression and CAR Score Variable Selection
Description:

This package implements the regression approach of Zuber and Strimmer (2011) "High-dimensional regression and variable selection using CAR scores" SAGMB 10: 34, <DOI:10.2202/1544-6115.1730>. CAR scores measure the correlation between the response and the Mahalanobis-decorrelated predictors. The squared CAR score is a natural measure of variable importance and provides a canonical ordering of variables. This package provides functions for estimating CAR scores, for variable selection using CAR scores, and for estimating corresponding regression coefficients. Both shrinkage as well as empirical estimators are available.

r-coinprofile 0.1.9
Propagated dependencies: r-zoo@1.8-15 r-rdpack@2.6.6 r-plyr@1.8.9 r-ggplot2@4.0.3 r-exactranktests@0.8-37 r-coin@1.4-3
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://github.com/WilmerMartinezR/Coinprofile
Licenses: GPL 2
Build system: r
Synopsis: Coincident Profile
Description:

Builds the coincident profile proposed by Martinez, W and Nieto, Fabio H and Poncela, P (2016) <doi:10.1016/j.spl.2015.11.008>. This methodology studies the relationship between a couple of time series based on the the set of turning points of each time series. The coincident profile establishes if two time series are coincident, or one of them leads the second.

r-childeswordfreq 0.2.0
Propagated dependencies: r-writexl@1.5.4 r-tidyr@1.3.2 r-tibble@3.3.1 r-rlang@1.2.0 r-readr@2.2.0 r-rappdirs@0.3.4 r-memoise@2.0.1 r-dplyr@1.2.1 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-cotrend 1.0.2
Propagated dependencies: r-xts@0.14.2
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://cran.r-project.org/package=cotrend
Licenses: GPL 3
Build system: r
Synopsis: Consistent Co-Trending Rank Selection
Description:

This package implements cointegration/co-trending rank selection algorithm in Guo and Shintani (2013) "Consistent co-trending rank selection when both stochastic and nonlinear deterministic trends are present". The Econometrics Journal 16: 473-483 <doi:10.1111/j.1368-423X.2012.00392.x>. Numbered examples correspond to Feb 2011 preprint <http://www.fas.nus.edu.sg/ecs/events/seminar/seminar-papers/05Apr11.pdf>.

r-crossdes 1.1-2
Propagated dependencies: r-gtools@3.9.5 r-algdesign@1.2.1.2
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://cran.r-project.org/package=crossdes
Licenses: GPL 2
Build system: r
Synopsis: Construction of Crossover Designs
Description:

This package contains functions for the construction of carryover balanced crossover designs. In addition contains functions to check given designs for balance.

r-cofast 0.3.0
Propagated dependencies: r-seurat@5.5.0 r-rcpparmadillo@15.2.6-1 r-rcpp@1.1.1-1.1 r-purrr@1.2.2 r-progress@1.2.3 r-profast@1.9 r-pbapply@1.7-4 r-matrix@1.7-5 r-irlba@2.3.7 r-ggplot2@4.0.3 r-future@1.70.0 r-furrr@0.4.0 r-dr-sc@3.7 r-dplyr@1.2.1 r-ade4@1.7-24
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://github.com/feiyoung/coFAST
Licenses: GPL 3
Build system: r
Synopsis: Spatially-Aware Cell Clustering Algorithm with Cluster Significant Assessment
Description:

This package provides a spatially-aware cell clustering algorithm is provided with cluster significance assessment. It comprises four key modules: spatially-aware cell-gene co-embedding, cell clustering, signature gene identification, and cluster significant assessment. More details can be referred to Peng Xie, et al. (2025) <doi:10.1016/j.cell.2025.05.035>.

r-coni 0.1.0
Dependencies: python@3.12.12
Propagated dependencies: r-tidyselect@1.2.1 r-tidyr@1.3.2 r-tibble@3.3.1 r-rlang@1.2.0 r-ppcor@1.1 r-plyr@1.8.9 r-igraph@2.3.1 r-hmisc@5.2-5 r-gridextra@2.3 r-gplots@3.3.0 r-ggrepel@0.9.8 r-ggplot2@4.0.3 r-genefilter@1.94.0 r-foreach@1.5.2 r-forcats@1.0.1 r-dplyr@1.2.1 r-doparallel@1.0.17 r-data-table@1.18.4 r-cocor@1.1-4
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://cran.r-project.org/package=CoNI
Licenses: GPL 3
Build system: r
Synopsis: Correlation Guided Network Integration (CoNI)
Description:

Integrates two numerical omics data sets from the same samples using partial correlations. The output can be represented as a network, bipartite graph or a hypergraph structure. The method used in the package refers to Klaus et al (2021) <doi:10.1016/j.molmet.2021.101295>.

r-codebook 0.10.1
Propagated dependencies: r-vctrs@0.7.3 r-tidyr@1.3.2 r-tibble@3.3.1 r-stringr@1.6.0 r-skimr@2.2.2 r-rmdpartials@0.6.5 r-rlang@1.2.0 r-purrr@1.2.2 r-likert@1.3.5.1 r-labelled@2.16.0 r-labeling@0.4.3 r-knitr@1.51 r-jsonlite@2.0.0 r-htmltools@0.5.9 r-haven@2.5.5 r-glue@1.8.1 r-ggplot2@4.0.3 r-future@1.70.0 r-forcats@1.0.1 r-dplyr@1.2.1
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://rubenarslan.github.io/codebook/
Licenses: Expat
Build system: r
Synopsis: Automatic Codebooks from Metadata Encoded in Dataset Attributes
Description:

Easily automate the following tasks to describe data frames: Summarise the distributions, and labelled missings of variables graphically and using descriptive statistics. For surveys, compute and summarise reliabilities (internal consistencies, retest, multilevel) for psychological scales. Combine this information with metadata (such as item labels and labelled values) that is derived from R attributes. To do so, the package relies on rmarkdown partials, so you can generate HTML, PDF, and Word documents. Codebooks are also available as tables (CSV, Excel, etc.) and in JSON-LD, so that search engines can find your data and index the metadata. The metadata are also available at your fingertips via RStudio Addins.

r-ctt 2.3.4
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://cran.r-project.org/package=CTT
Licenses: GPL 2+
Build system: r
Synopsis: Classical Test Theory Functions
Description:

This package provides a collection of common test and item analyses from a classical test theory (CTT) framework. Analyses can be applied to both dichotomous and polytomous data. Functions provide reliability analyses (alpha), item statistics, disctractor analyses, disattenuated correlations, scoring routines, and empirical ICCs.

r-childdevdata 1.1.0
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://github.com/d-score/childdevdata
Licenses: FSDG-compatible
Build system: r
Synopsis: Child Development Data
Description:

Measuring child development starts by collecting responses to developmental milestones, such as "able to sit" or "says two words". There are many ways to combine such responses into summaries. The package bundles publicly available datasets with individual milestone data for children aged 0-5 years, with the aim of supporting the construction, evaluation, validation and interpretation of methodologies that aggregate milestone data into informative measures of child development.

r-clean 2.0.0
Propagated dependencies: r-cleaner@1.5.5
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://github.com/msberends/cleaner
Licenses: GPL 2
Build system: r
Synopsis: Fast and Easy Data Cleaning
Description:

This package provides a wrapper around the new cleaner package, that allows data cleaning functions for classes logical', factor', numeric', character', currency and Date to make data cleaning fast and easy. Relying on very few dependencies, it provides smart guessing, but with user options to override anything if needed.

r-creditas 0.3.0
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://github.com/ropensci/CRediTas/
Licenses: Expat
Build system: r
Synopsis: Generate CRediT Author Statements
Description:

This package provides a tiny package to generate CRediT author statements (<https://credit.niso.org/>). It provides three functions: create a template, read it back and generate the CRediT author statement in a text file.

r-cellkey 1.0.3
Propagated dependencies: r-yaml@2.3.12 r-sdctable@0.34.0 r-sdchierarchies@0.23.1 r-rlang@1.2.0 r-ptable@1.0.0 r-digest@0.6.39 r-data-table@1.18.4 r-cli@3.6.6
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://github.com/sdcTools/cellKey
Licenses: GPL 2
Build system: r
Synopsis: Consistent Perturbation of Statistical Frequency- And Magnitude Tables
Description:

Data from statistical agencies and other institutions often need to be protected before they can be published. This package can be used to perturb statistical tables in a consistent way. The main idea is to add - at the micro data level - a record key for each unit. Based on these keys, for any cell in a statistical table a cell key is computed as a function on the record keys contributing to a specific cell. Values that are added to the cell in order to perturb it are derived from a lookup-table that maps values of cell keys to specific perturbation values. The theoretical basis for the methods implemented can be found in Thompson, Broadfoot and Elazar (2013) <https://unece.org/fileadmin/DAM/stats/documents/ece/ces/ge.46/2013/Topic_1_ABS.pdf> which was extended and enhanced by Giessing and Tent (2019) <https://unece.org/fileadmin/DAM/stats/documents/ece/ces/ge.46/2019/mtg1/SDC2019_S2_Germany_Giessing_Tent_AD.pdf>.

r-corset 0.1-5
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://cran.r-project.org/package=corset
Licenses: GPL 3
Build system: r
Synopsis: Arbitrary Bounding of Series and Time Series Objects
Description:

Set of methods to constrain numerical series and time series within arbitrary boundaries.

Total packages: 72693