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

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-cmpp 0.0.2
Propagated dependencies: r-tidyselect@1.2.1 r-tidyr@1.3.2 r-rcppeigen@0.3.4.0.2 r-rcpp@1.1.1-1.1 r-numderiv@2016.8-1.1 r-ggplot2@4.0.3 r-dplyr@1.2.1 r-cmprsk@2.2-12
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://cran.r-project.org/package=cmpp
Licenses: GPL 2+
Build system: r
Synopsis: Direct Parametric Inference for the Cumulative Incidence Function in Competing Risks
Description:

This package implements parametric (Direct) regression methods for modeling cumulative incidence functions (CIFs) in the presence of competing risks. Methods include the direct Gompertz-based approach and generalized regression models as described in Jeong and Fine (2006) <doi:10.1111/j.1467-9876.2006.00532.x> and Jeong and Fine (2007) <doi:10.1093/biostatistics/kxj040>. The package facilitates maximum likelihood estimation, variance computation, with applications to clinical trials and survival analysis.

r-corrtoolbox 1.6.4
Propagated dependencies: r-psych@2.6.5 r-mvtnorm@1.3-7 r-moments@0.14.1 r-genord@2.0.0 r-binordnonnor@1.5.2 r-binnonnor@1.5.3
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://cran.r-project.org/package=CorrToolBox
Licenses: GPL 2 GPL 3
Build system: r
Synopsis: Modeling Correlational Magnitude Transformations in Discretization Contexts
Description:

Modeling the correlation transitions under specified distributional assumptions within the realm of discretization in the context of the latency and threshold concepts. The details of the method are explained in Demirtas, H. and Vardar-Acar, C. (2017) <DOI:10.1007/978-981-10-3307-0_4>.

r-copcor 2024.7-31
Propagated dependencies: r-kyotil@2024.11-01
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://cran.r-project.org/package=copcor
Licenses: GPL 2+
Build system: r
Synopsis: Correlates of Protection and Correlates of Risk Functions
Description:

Correlates of protection (CoP) and correlates of risk (CoR) study the immune biomarkers associated with an infectious disease outcome, e.g. COVID or HIV-1 infection. This package contains shared functions for analyzing CoP and CoR, including bootstrapping procedures, competing risk estimation, and bootstrapping marginalized risks.

r-climextremes 0.3.1
Propagated dependencies: r-extremes@2.2-1 r-boot@1.3-32
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://bitbucket.org/lbl-cascade/climextremes-dev
Licenses: Modified BSD
Build system: r
Synopsis: Tools for Analyzing Climate Extremes
Description:

This package provides functions for fitting GEV and POT (via point process fitting) models for extremes in climate data, providing return values, return probabilities, and return periods for stationary and nonstationary models. Also provides differences in return values and differences in log return probabilities for contrasts of covariate values. Functions for estimating risk ratios for event attribution analyses, including uncertainty. Under the hood, many of the functions use functions from extRemes', including for fitting the statistical models. Details are given in Paciorek, Stone, and Wehner (2018) <doi:10.1016/j.wace.2018.01.002>.

r-cepp 1.7
Propagated dependencies: r-trust@0.1-9 r-randtoolbox@2.0.5
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://cran.r-project.org/package=cepp
Licenses: GPL 3
Build system: r
Synopsis: Context Driven Exploratory Projection Pursuit
Description:

This package provides functions and Data to support Context Driven Exploratory Projection Pursuit.

r-cpfa 1.3.0
Propagated dependencies: r-xgboost@3.2.1.1 r-rda@1.2-1 r-randomforest@4.7-1.2 r-nnet@7.3-20 r-multiway@1.0-7 r-glmnet@5.0 r-foreach@1.5.2 r-e1071@1.7-17 r-dorng@1.8.6.3 r-doparallel@1.0.17 r-clue@0.3-68
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://github.com/matthewasisgress/cpfa
Licenses: GPL 2+
Build system: r
Synopsis: Classification with Parallel Factor Analysis
Description:

Classification using Richard A. Harshman's Parallel Factor Analysis-1 (Parafac) model or Parallel Factor Analysis-2 (Parafac2) model fit to a three-way or four-way data array. See Harshman and Lundy (1994): <doi:10.1016/0167-9473(94)90132-5>. Classification using principal component analysis (PCA) fit to a two-way data matrix is also supported. Uses component weights from one mode of a Parafac, Parafac2, or PCA model as features to tune parameters for one or more classification methods via a k-fold cross-validation procedure. Allows for constraints on different tensor modes. Allows for inclusion of additional features alongside features generated by the component model. Supports penalized logistic regression, support vector machine, random forest, feed-forward neural network, regularized discriminant analysis, and gradient boosting machine. Supports binary and multiclass classification. Predicts class labels or class probabilities and calculates multiple classification performance measures. Uses the clue package to align Parafac or Parafac2 models across data splits in the cross-validation procedure. Calculates classification importance of individual features using permutation feature importance. Implements parallel computing via the foreach', doParallel', and doRNG packages.

r-ctmcmove 1.2.10
Propagated dependencies: r-sp@2.2-1 r-raster@3.6-32 r-matrix@1.7-5 r-gdistance@1.6.5 r-fda@6.3.0
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://cran.r-project.org/package=ctmcmove
Licenses: GPL 2
Build system: r
Synopsis: Modeling Animal Movement with Continuous-Time Discrete-Space Markov Chains
Description:

Software to facilitates taking movement data in xyt format and pairing it with raster covariates within a continuous time Markov chain (CTMC) framework. As described in Hanks et al. (2015) <DOI:10.1214/14-AOAS803> , this allows flexible modeling of movement in response to covariates (or covariate gradients) with model fitting possible within a Poisson GLM framework.

r-climniche 0.0.1
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://github.com/Bohao0813/climniche
Licenses: GPL 3+
Build system: r
Synopsis: Niche Climate Exposure
Description:

Assesses niche climate exposure by interpreting projected climate change relative to the climate conditions a species currently occupies. Using occurrence records, range data or thresholded SDM suitability maps, current environmental rasters and future projections, the package separates climate change amount, change in distance to the current niche centre, composition change and exceedance beyond an empirical niche boundary.

r-cxr 1.1.1
Propagated dependencies: r-optimx@2025-4.9 r-mvtnorm@1.3-7 r-matrix@1.7-5
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://github.com/RadicalCommEcol/cxr
Licenses: Expat
Build system: r
Synopsis: Toolbox for Modelling Species Coexistence in R
Description:

Recent developments in modern coexistence theory have advanced our understanding on how species are able to persist and co-occur with other species at varying abundances. However, applying this mathematical framework to empirical data is still challenging, precluding a larger adoption of the theoretical tools developed by empiricists. This package provides a complete toolbox for modelling interaction effects between species, and calculate fitness and niche differences. The functions are flexible, may accept covariates, and different fitting algorithms can be used. A full description of the underlying methods is available in Garcà a-Callejas, D., Godoy, O., and Bartomeus, I. (2020) <doi:10.1111/2041-210X.13443>. Furthermore, the package provides a series of functions to calculate dynamics for stage-structured populations across sites.

r-circmle 0.3.0
Propagated dependencies: r-energy@1.7-12 r-circular@0.5-2
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: Maximum Likelihood Analysis of Circular Data
Description:

This package provides a series of wrapper functions to implement the 10 maximum likelihood models of animal orientation described by Schnute and Groot (1992) <DOI:10.1016/S0003-3472(05)80068-5>. The functions also include the ability to use different optimizer methods and calculate various model selection metrics (i.e., AIC, AICc, BIC). The ability to perform variants of the Hermans-Rasson test and Pycke test is also included as described in Landler et al. (2019) <DOI:10.1186/s12898-019-0246-8>. The latest version also includes a new method to calculate circular-circular and circular-linear distance correlations.

r-climind 0.1-3
Propagated dependencies: r-weathermetrics@1.2.2 r-spei@1.8.1 r-chron@2.3-62
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://gitlab.com/indecis-eu/indecis
Licenses: GPL 3+
Build system: r
Synopsis: Climate Indices
Description:

Computes 138 standard climate indices at monthly, seasonal and annual resolution. These indices were selected, based on their direct and significant impacts on target sectors, after a thorough review of the literature in the field of extreme weather events and natural hazards. Overall, the selected indices characterize different aspects of the frequency, intensity and duration of extreme events, and are derived from a broad set of climatic variables, including surface air temperature, precipitation, relative humidity, wind speed, cloudiness, solar radiation, and snow cover. The 138 indices have been classified as follow: Temperature based indices (42), Precipitation based indices (22), Bioclimatic indices (21), Wind-based indices (5), Aridity/ continentality indices (10), Snow-based indices (13), Cloud/radiation based indices (6), Drought indices (8), Fire indices (5), Tourism indices (5).

r-coala 0.7.2
Propagated dependencies: r-scrm@1.7.5 r-rehh@3.2.3 r-rcpparmadillo@15.2.6-1 r-rcpp@1.1.1-1.1 r-r6@2.6.1 r-digest@0.6.39 r-assertthat@0.2.1
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://github.com/statgenlmu/coala
Licenses: Expat
Build system: r
Synopsis: Framework for Coalescent Simulation
Description:

Coalescent simulators can rapidly simulate biological sequences evolving according to a given model of evolution. You can use this package to specify such models, to conduct the simulations and to calculate additional statistics from the results (Staab, Metzler, 2016 <doi:10.1093/bioinformatics/btw098>). It relies on existing simulators for doing the simulation, and currently supports the programs ms', msms and scrm'. It also supports finite-sites mutation models by combining the simulators with the program seq-gen'. Coala provides functions for calculating certain summary statistics, which can also be applied to actual biological data. One possibility to import data is through the PopGenome package (<https://github.com/pievos101/PopGenome>).

r-conversationalign 0.4.1
Propagated dependencies: r-zoo@1.8-15 r-tidyselect@1.2.1 r-tidyr@1.3.2 r-tibble@3.3.1 r-textstem@0.1.4 r-stringr@1.6.0 r-stringi@1.8.7 r-rlang@1.2.0 r-purrr@1.2.2 r-magrittr@2.0.5 r-httr@1.4.8 r-dplyr@1.2.1 r-desctools@0.99.60
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://github.com/Reilly-ConceptsCognitionLab/ConversationAlign
Licenses: LGPL 3+
Build system: r
Synopsis: Process Text and Compute Linguistic Alignment in Conversation Transcripts
Description:

Imports conversation transcripts into R, concatenates them into a single dataframe appending event identifiers, cleans and formats the text, then yokes user-specified psycholinguistic database values to each word. ConversationAlign then computes alignment indices between two interlocutors across each transcript for >40 possible semantic, lexical, and affective dimensions. In addition to alignment, ConversationAlign also produces a table of analytics (e.g., token count, type-token-ratio) in a summary table describing your particular text corpus.

r-civic-icarm 0.3.0
Propagated dependencies: r-tidyr@1.3.2 r-tibble@3.3.1 r-rpart@4.1.27 r-rlang@1.2.0 r-purrr@1.2.2 r-jsonlite@2.0.0 r-ggplot2@4.0.3 r-dplyr@1.2.1 r-digest@0.6.39
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://cran.r-project.org/package=civic.icarm
Licenses: Expat
Build system: r
Synopsis: Interpretable Civic-Accountable and Responsible Machine Learning
Description:

This package provides a general-purpose framework for Interpretable Civic-Accountable and Responsible Machine Learning (ICARM). Works with any clean tabular data and automatically detects whether a task is binary classification, multi-class classification, or regression from the target variable type. Provides a single unified entry point civic_fit() alongside tidy interfaces for global and local model explanations, group-level fairness auditing, probability calibration, multi-model comparison, threshold analysis, and reproducible audit trails. Designed to support the DataCitizen-Pro research agenda at Ludwigsburg University of Education: developing data literacy, statistical reasoning, and democratic judgment formation in civic and political teacher education. References: Biecek (2018) <doi:10.18637/jss.v085.i04>, Kuhn (2008) <doi:10.18637/jss.v028.i05>, Awe (2025) <https://github.com/Olawaleawe/civic.icarm>.

r-cvcovest 1.2.2
Propagated dependencies: r-tibble@3.3.1 r-stringr@1.6.0 r-rspectra@0.16-2 r-rmtstat@0.3.1 r-rlang@1.2.0 r-rdpack@2.6.6 r-rcolorbrewer@1.1-3 r-purrr@1.2.2 r-origami@1.0.8 r-matrixstats@1.5.0 r-matrix@1.7-5 r-ggpubr@0.6.3 r-ggplot2@4.0.3 r-dplyr@1.2.1 r-coop@0.6-3 r-assertthat@0.2.1
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://github.com/PhilBoileau/cvCovEst
Licenses: Expat
Build system: r
Synopsis: Cross-Validated Covariance Matrix Estimation
Description:

An efficient cross-validated approach for covariance matrix estimation, particularly useful in high-dimensional settings. This method relies upon the theory of high-dimensional loss-based covariance matrix estimator selection developed by Boileau et al. (2022) <doi:10.1080/10618600.2022.2110883> to identify the optimal estimator from among a prespecified set of candidates.

r-cyphr 1.1.7
Propagated dependencies: r-sodium@1.4.0 r-openssl@2.4.1 r-getpass@0.2-4
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://github.com/ropensci/cyphr
Licenses: Expat
Build system: r
Synopsis: High Level Encryption Wrappers
Description:

Encryption wrappers, using low-level support from sodium and openssl'. cyphr tries to smooth over some pain points when using encryption within applications and data analysis by wrapping around differences in function names and arguments in different encryption providing packages. It also provides high-level wrappers for input/output functions for seamlessly adding encryption to existing analyses.

r-cadftest 0.3-3
Propagated dependencies: r-urca@1.3-4 r-tseries@0.10-61 r-sandwich@3.1-1 r-dynlm@0.3-6
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: http://www.jstatsoft.org/v32/i02
Licenses: GPL 2+
Build system: r
Synopsis: Package to Perform Covariate Augmented Dickey-Fuller Unit Root Tests
Description:

Hansen's (1995) Covariate-Augmented Dickey-Fuller (CADF) test. The only required argument is y, the Tx1 time series to be tested. If no stationary covariate X is passed to the procedure, then an ordinary ADF test is performed. The p-values of the test are computed using the procedure illustrated in Lupi (2009).

r-condvis 0.5-2
Propagated dependencies: r-mass@7.3-65
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://markajoc.github.io/condvis/
Licenses: GPL 2+
Build system: r
Synopsis: Conditional Visualization for Statistical Models
Description:

Exploring fitted models by interactively taking 2-D and 3-D sections in data space.

r-cdiwg2ws 0.2.0
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://cran.r-project.org/package=cdiWG2WS
Licenses: GPL 3+
Build system: r
Synopsis: Words and Gestures to Words and Sentences Score Conversion
Description:

Convert MacArthur-Bates Communicative Development Inventory Words and Gestures scores to would-be scores on Words and Sentences, based on modeling from the Stanford Wordbank <https://wordbank.stanford.edu/>. See Day et al. (2025) <doi:10.1111/desc.70036>.

r-cooltools 2.18
Propagated dependencies: r-sp@2.2-1 r-rcpp@1.1.1-1.1 r-raster@3.6-32 r-randtoolbox@2.0.5 r-pracma@2.4.6 r-png@0.1-9 r-plotrix@3.8-14 r-mass@7.3-65 r-jpeg@0.1-11 r-hdf5r@1.3.12 r-fnn@1.1.4.1 r-float@0.3-3 r-data-table@1.18.4 r-cubature@2.1.4-1 r-celestial@1.5.8 r-bit64@4.8.2
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://cran.r-project.org/package=cooltools
Licenses: GPL 3
Build system: r
Synopsis: Practical Tools for Scientific Computations and Visualizations
Description:

Collection of routines for efficient scientific computations in physics and astrophysics. These routines include utility functions, numerical computation tools, as well as visualisation tools. They can be used, for example, for generating random numbers from spherical and custom distributions, information and entropy analysis, special Fourier transforms, two-point correlation estimation (e.g. as in Landy & Szalay (1993) <doi:10.1086/172900>), binning & gridding of point sets, 2D interpolation, Monte Carlo integration, vector arithmetic and coordinate transformations. Also included is a non-exhaustive list of important constants and cosmological conversion functions. The graphics routines can be used to produce and export publication-ready scientific plots and movies, e.g. as used in Obreschkow et al. (2020, MNRAS Vol 493, Issue 3, Pages 4551â 4569). These routines include special color scales, projection functions, and bitmap handling routines.

r-codep 1.2-4
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://cran.r-project.org/package=codep
Licenses: GPL 3
Build system: r
Synopsis: Multiscale Codependence Analysis
Description:

Computation of Multiscale Codependence Analysis and spatial eigenvector maps.

r-craftgrn 0.1.7
Propagated dependencies: r-yaml@2.3.12 r-tidyr@1.3.2 r-tibble@3.3.1 r-readr@2.2.0 r-rcpp@1.1.1-1.1 r-pheatmap@1.0.13 r-ldavis@0.3.2 r-jsonlite@2.0.0 r-ggplot2@4.0.3 r-future-apply@1.20.2 r-future@1.70.0 r-enrichr@3.4 r-dplyr@1.2.1 r-digest@0.6.39 r-data-table@1.18.4 r-config@0.3.2 r-cluster@2.1.8.2 r-cli@3.6.6
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://oncologylab.github.io/craftgrn/
Licenses: GPL 3+
Build system: r
Synopsis: Integrative Chromatin Accessibility and RNA Framework for Gene Regulatory Networks
Description:

This package provides a reproducible framework for constructing and comparing gene regulatory networks by integrating chromatin accessibility footprint scores with matched RNA expression data. It implements context-specific enhancer-gene linking, transcription factor focused network analysis, differential network analysis, and regulatory topic modeling workflows for systematic exploration of gene regulation across conditions. Methodological background is described in Bentsen and others (2020) <doi:10.1038/s41467-020-18035-1>, Blei, Ng and Jordan (2003) <https://www.jmlr.org/papers/v3/blei03a.html>, and Chen, Li, Zhu and Chen (2015) <doi:10.48550/arXiv.1510.08628>.

r-cdgd 1.0.1
Propagated dependencies: r-caret@7.0-1
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://github.com/ang-yu/cdgd
Licenses: Expat
Build system: r
Synopsis: Causal Decomposition of Group Disparities
Description:

Estimates the causal decompositions of group disparities developed by Yu and Elwert (2025) <doi:10.1214/24-AOAS1990>. For the nuisance functions of the estimators, we provide both parametric and nonparametric options, as well as manual options in case the default models are not satisfying.

r-charcuterie 0.0.6
Propagated dependencies: r-generics@0.1.4
Channel: guix-cran
Location: guix-cran/packages/c.scm (guix-cran packages c)
Home page: https://github.com/jonocarroll/charcuterie
Licenses: Expat
Build system: r
Synopsis: Handle Strings as Vectors of Characters
Description:

This package creates a new chars class which looks like a string but is actually a vector of individual characters, making strings iterable. This class enables vector operations on strings such as reverse, sort, head, and set operations.

Total packages: 22167