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

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-crossexpression 1.0.0
Propagated dependencies: r-stringr@1.6.0 r-rfast@2.1.5.2 r-rann@2.6.2 r-matrix@1.7-4 r-ggplot2@4.0.1 r-dplyr@1.1.4
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://cran.r-project.org/package=CrossExpression
Licenses: Expat
Build system: r
Synopsis: Cross-Expression Analysis of Spatial Transcriptomics Data
Description:

Analyzes spatial transcriptomic data using cells-by-genes and cell location matrices to find gene pairs that coordinate their expression between spatially adjacent cells. It enables quantitative analysis and graphical assessment of these cross-expression patterns. See Sarwar et al. (2025) <doi:10.1101/2024.09.17.613579> and <https://github.com/gillislab/CrossExpression/> for more details.

r-correlplot 1.1.2
Propagated dependencies: r-xtable@1.8-4 r-mass@7.3-65 r-lsei@1.3-0 r-ggplot2@4.0.1 r-corrplot@0.95 r-calibrate@1.7.7
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://www.r-project.org
Licenses: GPL 2+
Build system: r
Synopsis: Collection of Functions for Graphing Correlation Matrices
Description:

Routines for the graphical representation of correlation matrices by means of correlograms, MDS maps and biplots obtained by PCA, PFA or WALS (weighted alternating least squares); See Graffelman & De Leeuw (2023) <doi: 10.1080/00031305.2023.2186952>.

r-corrfuns 1.2
Propagated dependencies: r-rfast2@0.1.5.6 r-rfast@2.1.5.2
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://cran.r-project.org/package=corrfuns
Licenses: GPL 2+
Build system: r
Synopsis: Correlation Coefficient Related Functions
Description:

Many correlation coefficient related functions are offered, such as correlations, partial correlations and hypothesis testing using asymptotic tests and computer intensive methods (bootstrap and permutation). References include Mardia K.V., Kent J.T. and Bibby J.M. (1979). "Multivariate Analysis". ISBN: 978-0124712522. London: Academic Press and Owen A. B. (2001). "Empirical likelihood". Chapman and Hall/CRC Press. ISBN: 9781584880714.

r-cine 0.1.3
Propagated dependencies: r-tm@0.7-16 r-tidytext@0.4.3 r-tidyr@1.3.1 r-dplyr@1.1.4
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://github.com/musajajorge/CINE
Licenses: GPL 3
Build system: r
Synopsis: Classification International Normalized of Education
Description:

Function using lemmatization to classify educational programs according to the CINE(Classification International Normalized of Education) for Peru.

r-cwt 0.2.1
Propagated dependencies: r-rcpparmadillo@15.2.2-1 r-rcpp@1.1.0 r-data-table@1.17.8
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://github.com/Antguz/CWT
Licenses: GPL 3+
Build system: r
Synopsis: Continuous Wavelet Transformation for Spectroscopy
Description:

Fast application of Continuous Wavelet Transformation ('CWT') on time series with special attention to spectroscopy. It is written using data.table and C++ language and in some functions it is possible to use parallel processing to speed-up the computation over samples. Currently, only the second derivative of a Gaussian wavelet function is implemented.

r-crayons 0.0.4
Propagated dependencies: r-palette@0.0.3 r-ggplot2@4.0.1
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://github.com/christopherkenny/crayons
Licenses: Expat
Build system: r
Synopsis: Color Palettes from Crayon Boxes
Description:

This package provides color palettes based on crayon colors since the early 1900s. Colors are based on various crayon colors, sets, and promotional palettes, most of which can be found at <https://en.wikipedia.org/wiki/List_of_Crayola_crayon_colors>. All palettes are discrete palettes and are not necessarily color-blind friendly. Provides scales for ggplot2 for discrete coloring.

r-cutoff 1.3
Propagated dependencies: r-survival@3.8-3 r-set@1.2 r-rocit@2.1.2 r-do@2.0.0.1
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://github.com/yikeshu0611/cutoff
Licenses: GPL 3
Build system: r
Synopsis: Seek the Significant Cutoff Value
Description:

Seek the significant cutoff value for a continuous variable, which will be transformed into a classification, for linear regression, logistic regression, logrank analysis and cox regression. First of all, all combinations will be gotten by combn() function. Then n.per argument, abbreviated of total number percentage, will be used to remove the combination of smaller data group. In logistic, Cox regression and logrank analysis, we will also use p.per argument, patient percentage, to filter the lower proportion of patients in each group. Finally, p value in regression results will be used to get the significant combinations and output relevant parameters. In this package, there is no limit to the number of cutoff points, which can be 1, 2, 3 or more. Still, we provide 2 methods, typical Bonferroni and Duglas G (1994) <doi: 10.1093/jnci/86.11.829>, to adjust the p value, Missing values will be deleted by na.omit() function before analysis.

r-coap 1.3
Propagated dependencies: r-rcpparmadillo@15.2.2-1 r-rcpp@1.1.0 r-mass@7.3-65 r-irlba@2.3.5.1
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://github.com/feiyoung/COAP
Licenses: GPL 3
Build system: r
Synopsis: High-Dimensional Covariate-Augmented Overdispersed Poisson Factor Model
Description:

This package provides a covariate-augmented overdispersed Poisson factor model is proposed to jointly perform a high-dimensional Poisson factor analysis and estimate a large coefficient matrix for overdispersed count data. More details can be referred to Liu et al. (2024) <doi:10.1093/biomtc/ujae031>.

r-ctl 1.0.0-10
Propagated dependencies: r-qtl@1.72 r-mass@7.3-65
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://cran.r-project.org/package=ctl
Licenses: GPL 3
Build system: r
Synopsis: Correlated Trait Locus Mapping
Description:

Identification and network inference of genetic loci associated with correlation changes in quantitative traits (called correlated trait loci, CTLs). Arends et al. (2016) <doi:10.21105/joss.00087>.

r-crookr 0.1.0
Propagated dependencies: r-data-table@1.17.8
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://github.com/raudep/crookR
Licenses: Expat
Build system: r
Synopsis: Synthetic Crook Deformations in Stem Point Clouds
Description:

Simulates parameterized single- and double-directional stem deformations in tree point clouds derived from terrestrial or mobile laser scanning, enabling the generation of realistic synthetic datasets for training and validating machine learning models in wood defect detection, quality assessment, and precision forestry. For more details see Pires (2025) <doi:10.54612/a.7hln0kr0ta>.

r-causalqueries 1.4.5
Propagated dependencies: r-stringr@1.6.0 r-stanheaders@2.32.10 r-rstantools@2.5.0 r-rstan@2.32.7 r-rlang@1.1.6 r-rcppeigen@0.3.4.0.2 r-rcpparmadillo@15.2.2-1 r-rcpp@1.1.0 r-lifecycle@1.0.4 r-knitr@1.50 r-ggraph@2.2.2 r-ggplot2@4.0.1 r-dplyr@1.1.4 r-dirmult@0.1.3-5 r-bh@1.87.0-1
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://integrated-inferences.github.io/CausalQueries/
Licenses: Expat
Build system: r
Synopsis: Make, Update, and Query Binary Causal Models
Description:

Users can declare causal models over binary nodes, update beliefs about causal types given data, and calculate arbitrary queries. Updating is implemented in stan'. See Humphreys and Jacobs, 2023, Integrated Inferences (<DOI: 10.1017/9781316718636>) and Pearl, 2009 Causality (<DOI:10.1017/CBO9780511803161>).

r-changes 1.0.1
Propagated dependencies: r-stringr@1.6.0 r-nls-multstart@2.0.0 r-ggplot2@4.0.1
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://github.com/matloff/changeS
Licenses: GPL 2+
Build system: r
Synopsis: S-Curve Fit for Changepoint Analysis
Description:

Estimation of changepoints using an "S-curve" approximation. Formation of confidence intervals for changepoint locations and magnitudes. Both abrupt and gradual changes can be modeled.

r-correctref 0.0.2
Propagated dependencies: r-stringr@1.6.0 r-officer@0.7.1 r-jsonlite@2.0.0 r-httr@1.4.7
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://cran.r-project.org/package=correctref
Licenses: Expat
Build system: r
Synopsis: Correct and Standardize References for Scientific Manuscripts
Description:

Reads Word documents containing incomplete bibliographic references and produces an updated file with standardized and complete references. The package provides functions to retrieve missing authors, titles, journal details, volume, issue, and page numbers. Digital object identifiers (DOIs) are retrieved using the CrossRef application programming interface (API) <https://api.crossref.org>, and references are formatted following DOI-based citation standards as described by Paskin (2010) <doi:10.1000/182> and the citation.doi.org service <https://citation.doi.org>. The package is intended to simplify reference preparation for scientific journal submissions.

r-cvrisk 1.2.1
Propagated dependencies: r-preventr@0.11.0
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://vcastro.github.io/CVrisk/
Licenses: GPL 3
Build system: r
Synopsis: Compute Risk Scores for Cardiovascular Diseases
Description:

Calculate various cardiovascular disease risk scores from the Framingham Heart Study (FHS), the American College of Cardiology (ACC), and the American Heart Association (AHA) as described in Dâ agostino, et al (2008) <doi:10.1161/circulationaha.107.699579>, Goff, et al (2013) <doi:10.1161/01.cir.0000437741.48606.98>, and Mclelland, et al (2015) <doi:10.1016/j.jacc.2015.08.035>, and Khan, et al (2024) <doi:10.1161/CIRCULATIONAHA.123.067626>.

r-chandwich 1.1.6
Propagated dependencies: r-numderiv@2016.8-1.1
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://paulnorthrop.github.io/chandwich/
Licenses: GPL 2+
Build system: r
Synopsis: Chandler-Bate Sandwich Loglikelihood Adjustment
Description:

This package performs adjustments of a user-supplied independence loglikelihood function using a robust sandwich estimator of the parameter covariance matrix, based on the methodology in Chandler and Bate (2007) <doi:10.1093/biomet/asm015>. This can be used for cluster correlated data when interest lies in the parameters of the marginal distributions or for performing inferences that are robust to certain types of model misspecification. Functions for profiling the adjusted loglikelihoods are also provided, as are functions for calculating and plotting confidence intervals, for single model parameters, and confidence regions, for pairs of model parameters. Nested models can be compared using an adjusted likelihood ratio test.

r-cohortbuilder 0.4.0
Propagated dependencies: r-tidyr@1.3.1 r-tibble@3.3.0 r-rlang@1.1.6 r-r6@2.6.1 r-purrr@1.2.0 r-magrittr@2.0.4 r-jsonlite@2.0.0 r-glue@1.8.0 r-ggplot2@4.0.1 r-formatr@1.14 r-dplyr@1.1.4 r-collapse@2.1.5
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://github.com/r-world-devs/cohortBuilder/
Licenses: Expat
Build system: r
Synopsis: Data Source Agnostic Filtering Tools
Description:

Common API for filtering data stored in different data models. Provides multiple filter types and reproducible R code. Works standalone or with shinyCohortBuilder as the GUI for interactive Shiny apps.

r-chromer 0.10
Propagated dependencies: r-tibble@3.3.0 r-httr@1.4.7 r-dplyr@1.1.4
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://docs.ropensci.org/chromer/
Licenses: Expat
Build system: r
Synopsis: Interface to Chromosome Counts Database API
Description:

This package provides a programmatic interface to the Chromosome Counts Database (<https://ccdb.tau.ac.il/>), Rice et al. (2014) <doi:10.1111/nph.13191>. This package is part of the ROpenSci suite (<https://ropensci.org>).

r-clvtools 0.12.1
Propagated dependencies: r-testthat@3.3.0 r-rcppgsl@0.3.13 r-rcpparmadillo@15.2.2-1 r-rcpp@1.1.0 r-optimx@2025-4.9 r-numderiv@2016.8-1.1 r-matrix@1.7-4 r-mass@7.3-65 r-lubridate@1.9.4 r-ggplot2@4.0.1 r-formula@1.2-5 r-digest@0.6.39 r-data-table@1.17.8
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://github.com/bachmannpatrick/CLVTools
Licenses: GPL 3
Build system: r
Synopsis: Tools for Customer Lifetime Value Estimation
Description:

This package provides a set of state-of-the-art probabilistic modeling approaches to derive estimates of individual customer lifetime values (CLV). Commonly, probabilistic approaches focus on modelling 3 processes, i.e. individuals attrition, transaction, and spending process. Latent customer attrition models, which are also known as "buy-'til-you-die models", model the attrition as well as the transaction process. They are used to make inferences and predictions about transactional patterns of individual customers such as their future purchase behavior. Moreover, these models have also been used to predict individualsâ long-term engagement in activities such as playing an online game or posting to a social media platform. The spending process is usually modelled by a separate probabilistic model. Combining these results yields in lifetime values estimates for individual customers. This package includes fast and accurate implementations of various probabilistic models for non-contractual settings (e.g., grocery purchases or hotel visits). All implementations support time-invariant covariates, which can be used to control for e.g., socio-demographics. If such an extension has been proposed in literature, we further provide the possibility to control for time-varying covariates to control for e.g., seasonal patterns. Currently, the package includes the following latent attrition models to model individuals attrition and transaction process: [1] Pareto/NBD model (Pareto/Negative-Binomial-Distribution), [2] the Extended Pareto/NBD model (Pareto/Negative-Binomial-Distribution with time-varying covariates), [3] the BG/NBD model (Beta-Gamma/Negative-Binomial-Distribution) and the [4] GGom/NBD (Gamma-Gompertz/Negative-Binomial-Distribution). Further, we provide an implementation of the Gamma/Gamma model to model the spending process of individuals.

r-cggp 1.0.4
Propagated dependencies: r-rcpparmadillo@15.2.2-1 r-rcpp@1.1.0
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://github.com/CollinErickson/CGGP
Licenses: GPL 3
Build system: r
Synopsis: Composite Grid Gaussian Processes
Description:

Run computer experiments using the adaptive composite grid algorithm with a Gaussian process model. The algorithm works best when running an experiment that can evaluate thousands of points from a deterministic computer simulation. This package is an implementation of a forthcoming paper by Plumlee, Erickson, Ankenman, et al. For a preprint of the paper, contact the maintainer of this package.

r-coga 1.2.3
Dependencies: gsl@2.8
Propagated dependencies: r-rcppgsl@0.3.13 r-rcpp@1.1.0 r-cubature@2.1.4-1
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://github.com/ChaoranHu/coga
Licenses: GPL 3+
Build system: r
Synopsis: Convolution of Gamma Distributions
Description:

Evaluation for density and distribution function of convolution of gamma distributions in R. Two related exact methods and one approximate method are implemented with efficient algorithm and C++ code. A quick guide for choosing correct method and usage of this package is given in package vignette. For the detail of methods used in this package, we refer the user to Mathai(1982)<doi:10.1007/BF02481056>, Moschopoulos(1984)<doi:10.1007/BF02481123>, Barnabani(2017)<doi:10.1080/03610918.2014.963612>, Hu et al.(2020)<doi:10.1007/s00180-019-00924-9>.

r-cleandata 0.3.0
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://github.com/sherrisherry/cleandata
Licenses: Expat
Build system: r
Synopsis: To Inspect and Manipulate Data; and to Keep Track of This Process
Description:

This package provides functions to work with data frames to prepare data for further analysis. The functions for imputation, encoding, partitioning, and other manipulation can produce log files to keep track of process.

r-cromwelldashboard 0.5.1
Propagated dependencies: r-stringr@1.6.0 r-shinydashboard@0.7.3 r-shiny@1.11.1 r-httr@1.4.7 r-dt@0.34.0 r-dplyr@1.1.4
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://cran.r-project.org/package=cromwellDashboard
Licenses: GPL 3
Build system: r
Synopsis: Dashboard to Visualize Scientific Workflows in 'Cromwell'
Description:

This package provides a dashboard supports the usage of cromwell'. Cromwell is a scientific workflow engine for command line users. This package utilizes cromwell REST APIs and provides these convenient functions: timing diagrams for running workflows, cromwell engine status, a tabular workflow list. For more information about cromwell', visit <http://cromwell.readthedocs.io>.

r-chainbinomial 0.1.5
Propagated dependencies: r-generics@0.1.4
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://cran.r-project.org/package=chainbinomial
Licenses: GPL 3
Build system: r
Synopsis: Chain Binomial Models for Analysis of Infectious Disease Data
Description:

This package implements the chain binomial model for analysis of infectious disease data. Contains functions for calculating probabilities of the final size of infectious disease outbreaks using the method from D. Ludwig (1975) <doi:10.1016/0025-5564(75)90119-4> and for outbreaks that are not concluded, from Lindstrøm et al. (2024) <doi:10.48550/arXiv.2403.03948>. The package also contains methods for estimation and regression analysis of secondary attack rates.

r-combinatorics 0.1.0
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://cran.r-project.org/package=combinatorics
Licenses: GPL 3
Build system: r
Synopsis: Introduction to Some Combinatorial Relations
Description:

Determining the value of Stirling numbers of 1st kind and 2nd kind,references: Bóna,Miklós(2017,ISBN 9789813148840).

Page: 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895
Total results: 21457