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

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-lazybar 0.1.0
Channel: guix-cran
Location: guix-cran/packages/l.scm (guix-cran packages l)
Home page: https://pkg.yangzhuoranyang.com/lazybar/
Licenses: GPL 3
Build system: r
Synopsis: Progress Bar with Remaining Time Forecast Method
Description:

This package provides a simple progress bar showing estimated remaining time. Multiple forecast methods and user defined forecast method for the remaining time are supported.

r-lmridge 1.2.2
Channel: guix-cran
Location: guix-cran/packages/l.scm (guix-cran packages l)
Home page: https://cran.r-project.org/package=lmridge
Licenses: GPL 2+
Build system: r
Synopsis: Linear Ridge Regression with Ridge Penalty and Ridge Statistics
Description:

Linear ridge regression coefficient's estimation and testing with different ridge related measures such as MSE, R-squared etc. REFERENCES i. Hoerl and Kennard (1970) <doi:10.1080/00401706.1970.10488634>, ii. Halawa and El-Bassiouni (2000) <doi:10.1080/00949650008812006>, iii. Imdadullah, Aslam, and Saima (2017), iv. Marquardt (1970) <doi:10.2307/1267205>.

r-liblinear 2.10-24
Channel: guix-cran
Location: guix-cran/packages/l.scm (guix-cran packages l)
Home page: <https://dnalytics.com/software/liblinear/>
Licenses: GPL 2
Build system: r
Synopsis: Linear Predictive Models Based on the LIBLINEAR C/C++ Library
Description:

This package provides a wrapper around the LIBLINEAR C/C++ library for machine learning (available at <https://www.csie.ntu.edu.tw/~cjlin/liblinear/>). LIBLINEAR is a simple library for solving large-scale regularized linear classification and regression. It currently supports L2-regularized classification (such as logistic regression, L2-loss linear SVM and L1-loss linear SVM) as well as L1-regularized classification (such as L2-loss linear SVM and logistic regression) and L2-regularized support vector regression (with L1- or L2-loss). The main features of LiblineaR include multi-class classification (one-vs-the rest, and Crammer & Singer method), cross validation for model selection, probability estimates (logistic regression only) or weights for unbalanced data. The estimation of the models is particularly fast as compared to other libraries.

r-lexfindr 1.1.0
Channel: guix-cran
Location: guix-cran/packages/l.scm (guix-cran packages l)
Home page: https://github.com/maglab-uconn/LexFindR
Licenses: GPL 3+
Build system: r
Synopsis: Find Related Items and Lexical Dimensions in a Lexicon
Description:

This package implements code to identify lexical competitors in a given list of words. We include many of the standard competitor types used in spoken word recognition research, such as functions to find cohorts, neighbors, and rhymes, amongst many others. The package includes documentation for using a variety of lexicon files, including those with form codes made up of multiple letters (i.e., phoneme codes) and also basic orthographies. Importantly, the code makes use of multiple CPU cores and vectorization when possible, making it extremely fast and able to handle large lexicons. Additionally, the package contains documentation for users to easily write new functions, allowing researchers to examine other relationships within a lexicon. Preprint: <https://osf.io/preprints/psyarxiv/8dyru/>. Open access: <doi:10.3758/s13428-021-01667-6>. Citation: Li, Z., Crinnion, A.M. & Magnuson, J.S. (2021). <doi:10.3758/s13428-021-01667-6>.

r-logan 1.0.1
Channel: guix-cran
Location: guix-cran/packages/l.scm (guix-cran packages l)
Home page: https://cran.r-project.org/package=LOGAN
Licenses: GPL 3
Build system: r
Synopsis: Log File Analysis in International Large-Scale Assessments
Description:

Enables users to handle the dataset cleaning for conducting specific analyses with the log files from two international educational assessments: the Programme for International Student Assessment (PISA, <https://www.oecd.org/pisa/>) and the Programme for the International Assessment of Adult Competencies (PIAAC, <https://www.oecd.org/skills/piaac/>). An illustration of the analyses can be found on the LOGAN Shiny app (<https://loganpackage.shinyapps.io/shiny/>) on your browser.

r-lmperm 2.1.6
Channel: guix-cran
Location: guix-cran/packages/l.scm (guix-cran packages l)
Home page: https://github.com/mtorchiano/lmPerm
Licenses: GPL 2+
Build system: r
Synopsis: Permutation Tests for Linear Models
Description:

Linear model functions using permutation tests.

r-logisticcopula 0.1.0
Propagated dependencies: r-vinecopula@2.6.1 r-stringr@1.6.0 r-rvinecopulib@0.7.3.1.0 r-numderiv@2016.8-1.1 r-igraph@2.2.1 r-brglm2@1.0.1
Channel: guix-cran
Location: guix-cran/packages/l.scm (guix-cran packages l)
Home page: https://cran.r-project.org/package=LogisticCopula
Licenses: Expat
Build system: r
Synopsis: Copula Based Extension of Logistic Regression
Description:

An implementation of a method of extending a logistic regression model beyond linear effects of the co-variates. The extension in is constructed by first equating the logistic regression model to a naive Bayes model where all the margins are specified to follow natural exponential distributions conditional on Y, that is, a model for Y given X that is specified through the distribution of X given Y, where the columns of X are assumed to be mutually independent conditional on Y. Subsequently, the model is expanded by adding vine - copulas to relax the assumption of mutual independence, where pair-copulas are added in a stage-wise, forward selection manner. Some heuristics are employed during the process of selecting edges, as well as the families of pair-copula models. After each component is added, the parameters are updated by a (smaller) number of gradient steps to maximise the likelihood. When the algorithm has stopped adding edges, based the criterion that a new edge should improve the likelihood more than k times the number new parameters, the parameters are updated with a larger number of gradient steps, or until convergence.

r-lfstat 0.9.13
Propagated dependencies: r-zoo@1.8-14 r-xts@0.14.1 r-scales@1.4.0 r-plyr@1.8.9 r-lmomrfa@3.8 r-lmom@3.2 r-latticeextra@0.6-31 r-lattice@0.22-7 r-dygraphs@1.1.1.6
Channel: guix-cran
Location: guix-cran/packages/l.scm (guix-cran packages l)
Home page: https://cran.r-project.org/package=lfstat
Licenses: GPL 2+
Build system: r
Synopsis: Calculation of Low Flow Statistics for Daily Stream Flow Data
Description:

The "Manual on Low-flow Estimation and Prediction" (Gustard & Demuth (2009, ISBN:978-92-63-11029-9)), published by the World Meteorological Organisation, gives a comprehensive summary on how to analyse stream flow data focusing on low-flows. This packages provides functions to compute the described statistics and produces plots similar to the ones in the manual.

r-libimath 3.2.2-0
Dependencies: cmake@4.1.3
Channel: guix-cran
Location: guix-cran/packages/l.scm (guix-cran packages l)
Home page: https://cran.r-project.org/package=libimath
Licenses: Modified BSD
Build system: r
Synopsis: 'Imath' Computer Graphics Linear Algebra Static Library
Description:

This package provides a static library for Imath (see <https://github.com/AcademySoftwareFoundation/Imath>), a library for functions and data types common in computer graphics applications, including a 16-bit floating-point type.

r-latent2likert 1.2.1
Channel: guix-cran
Location: guix-cran/packages/l.scm (guix-cran packages l)
Home page: https://lalovic.io/latent2likert/
Licenses: Expat
Build system: r
Synopsis: Converting Latent Variables into Likert Scale Responses
Description:

Effectively simulates the discretization process inherent to Likert scales while minimizing distortion. It converts continuous latent variables into ordinal categories to generate Likert scale item responses. Particularly useful for accurately modeling and analyzing survey data that use Likert scales, especially when applying statistical techniques that require metric data.

r-landest 1.2
Propagated dependencies: r-survival@3.8-3
Channel: guix-cran
Location: guix-cran/packages/l.scm (guix-cran packages l)
Home page: https://cran.r-project.org/package=landest
Licenses: GPL 2+ GPL 3+
Build system: r
Synopsis: Landmark Estimation of Survival and Treatment Effect
Description:

This package provides functions to estimate survival and a treatment effect using a landmark estimation approach.

r-litriddle 1.0.0
Propagated dependencies: r-ggplot2@4.0.1 r-dplyr@1.1.4
Channel: guix-cran
Location: guix-cran/packages/l.scm (guix-cran packages l)
Home page: https://literaryquality.huygens.knaw.nl/
Licenses: GPL 3+
Build system: r
Synopsis: Dataset and Tools to Research the Riddle of Literary Quality
Description:

Dataset and functions to explore quality of literary novels. The package is a part of the Riddle of Literary Quality project, and it contains the data of a reader survey about fiction in Dutch, a description of the novels the readers rated, and the results of stylistic measurements of the novels. The package also contains functions to combine, analyze, and visualize these data. For more details, see: Eder M, van Zundert J, Lensink S, van Dalen-Oskam K (2022). Replicating The Riddle of Literary Quality: The litRiddle package for R. In _Digital Humanities 2022: Conference Abstracts_, 636-637.

r-lme4breeding 1.1.2
Propagated dependencies: r-matrix@1.7-4 r-lme4@1.1-37 r-enhancer@1.1.1 r-crayon@1.5.3
Channel: guix-cran
Location: guix-cran/packages/l.scm (guix-cran packages l)
Home page: https://cran.r-project.org/package=lme4breeding
Licenses: GPL 2+
Build system: r
Synopsis: Breeding-Related Mixed-Effects Models
Description:

Fit relationship-based and customized mixed-effects models with complex variance-covariance structures using the lme4 machinery. The core computational algorithms are implemented using the Eigen C++ library for numerical linear algebra and RcppEigen glue'.

r-listcompr 0.4.0
Channel: guix-cran
Location: guix-cran/packages/l.scm (guix-cran packages l)
Home page: https://github.com/patrickroocks/listcompr
Licenses: GPL 2+
Build system: r
Synopsis: List Comprehension for R
Description:

Syntactic shortcuts for creating synthetic lists, vectors, data frames, and matrices using list comprehension.

r-lordif 0.4.2
Propagated dependencies: r-rms@8.1-0 r-mirt@1.45.1 r-foreach@1.5.2 r-dosnow@1.0.20
Channel: guix-cran
Location: guix-cran/packages/l.scm (guix-cran packages l)
Home page: https://cran.r-project.org/package=lordif
Licenses: GPL 2+
Build system: r
Synopsis: Logistic Ordinal Regression Differential Item Functioning using IRT
Description:

This package performs analysis of Differential Item Functioning (DIF) for dichotomous and polytomous items using an iterative hybrid of ordinal logistic regression and item response theory (IRT) according to Choi, Gibbons, and Crane (2011) <doi:10.18637/jss.v039.i08>.

r-lmeresampler 0.2.4
Channel: guix-cran
Location: guix-cran/packages/l.scm (guix-cran packages l)
Home page: https://github.com/aloy/lmeresampler
Licenses: GPL 3
Build system: r
Synopsis: Bootstrap Methods for Nested Linear Mixed-Effects Models
Description:

Bootstrap routines for nested linear mixed effects models fit using either lme4 or nlme'. The provided bootstrap() function implements the parametric, residual, cases, random effect block (REB), and wild bootstrap procedures. An overview of these procedures can be found in Van der Leeden et al. (2008) <doi: 10.1007/978-0-387-73186-5_11>, Carpenter, Goldstein & Rasbash (2003) <doi: 10.1111/1467-9876.00415>, and Chambers & Chandra (2013) <doi: 10.1080/10618600.2012.681216>.

r-ldcorsv 1.3.4
Channel: guix-cran
Location: guix-cran/packages/l.scm (guix-cran packages l)
Home page: https://gitlab.in2p3.fr/aursiber/ldcorsv
Licenses: GPL 2+
Build system: r
Synopsis: Linkage Disequilibrium Corrected by the Structure and the Relatedness
Description:

Four measures of linkage disequilibrium are provided: the usual r^2 measure, the r^2_S measure (r^2 corrected by the structure sample), the r^2_V (r^2 corrected by the relatedness of genotyped individuals), the r^2_VS measure (r^2 corrected by both the relatedness of genotyped individuals and the structure of the sample).

r-libstable4u 1.0.5
Propagated dependencies: r-rcppgsl@0.3.13 r-rcpp@1.1.0
Channel: guix-cran
Location: guix-cran/packages/l.scm (guix-cran packages l)
Home page: https://cran.r-project.org/package=libstable4u
Licenses: GPL 3
Build system: r
Synopsis: Stable Distribution Functions...For You
Description:

This package provides tools for fast and accurate evaluation of skew stable distributions (CDF, PDF and quantile functions), random number generation, and parameter estimation. This is libstableR as per Royuela del Val, Simmross-Wattenberg, and Alberola López (2017) <doi:10.18637/jss.v078.i01> under a new maintainer.

r-lagsequential 0.1.1
Channel: guix-cran
Location: guix-cran/packages/l.scm (guix-cran packages l)
Home page: https://cran.r-project.org/package=LagSequential
Licenses: GPL 2+
Build system: r
Synopsis: Lag-Sequential Categorical Data Analysis
Description:

Lag-sequential analysis is a method of assessing of patterns (what tends to follow what?) in sequences of codes. The codes are typically for discrete behaviors or states. The functions in this package read a stream of codes, or a frequency transition matrix, and produce a variety of lag sequential statistics, including transitional frequencies, expected transitional frequencies, transitional probabilities, z values, adjusted residuals, Yule's Q values, likelihood ratio tests of stationarity across time and homogeneity across groups or segments, transformed kappas for unidirectional dependence, bidirectional dependence, parallel and nonparallel dominance, and significance levels based on both parametric and randomization tests. The methods are described in Bakeman & Quera (2011) <doi:10.1017/CBO9781139017343>, O'Connor (1999) <doi:10.3758/BF03200753>, Wampold & Margolin (1982) <doi:10.1037/0033-2909.92.3.755>, and Wampold (1995, ISBN:0-89391-919-5).

r-lincal 1.0.1
Channel: guix-cran
Location: guix-cran/packages/l.scm (guix-cran packages l)
Home page: https://cran.r-project.org/package=LinCal
Licenses: GPL 2
Build system: r
Synopsis: Static Univariate Frequentist and Bayesian Linear Calibration
Description:

Estimate and confidence/credible intervals for an unknown regressor x0 given an observed y0.

r-lazydata 1.1.0
Channel: guix-cran
Location: guix-cran/packages/l.scm (guix-cran packages l)
Home page: https://cran.r-project.org/package=lazyData
Licenses: GPL 2
Build system: r
Synopsis: LazyData Facility
Description:

Supplies a LazyData facility for packages which have data sets but do not provide LazyData: true. A single function is is included, requireData, which is a drop-in replacement for base::require, but carrying the additional functionality. By default, it suppresses package startup messages as well. See argument reallyQuitely'.

r-lisat 0.1.2
Channel: guix-cran
Location: guix-cran/packages/l.scm (guix-cran packages l)
Home page: https://cran.r-project.org/package=lisat
Licenses: Expat
Build system: r
Synopsis: Longitudinal Integration Site Analysis Toolkit
Description:

This package provides a comprehensive toolkit for the analysis of longitudinal integration site data, including data cleaning, quality control, statistical modeling, and visualization. It streamlines the entire workflow of integration site analysis, supports simple input formats, and provides user-friendly functions for researchers in virus integration site analysis. Ni et al. (2025) <doi:10.64898/2025.12.20.695672>.

r-locits 1.7.8
Propagated dependencies: r-wavethresh@4.7.3 r-igraph@2.2.1
Channel: guix-cran
Location: guix-cran/packages/l.scm (guix-cran packages l)
Home page: https://cran.r-project.org/package=locits
Licenses: GPL 2+
Build system: r
Synopsis: Test of Stationarity and Localized Autocovariance
Description:

This package provides test of second-order stationarity for time series (for dyadic and arbitrary-n length data). Provides localized autocovariance, with confidence intervals, for locally stationary (nonstationary) time series. See Nason, G P (2013) "A test for second-order stationarity and approximate confidence intervals for localized autocovariance for locally stationary time series." Journal of the Royal Statistical Society, Series B, 75, 879-904. <doi:10.1111/rssb.12015>.

r-leaveoutkss 0.1.0
Propagated dependencies: r-sanic@0.0.2 r-matrix@1.7-4 r-igraph@2.2.1 r-foreach@1.5.2 r-doparallel@1.0.17 r-data-table@1.17.8
Channel: guix-cran
Location: guix-cran/packages/l.scm (guix-cran packages l)
Home page: https://cran.r-project.org/package=LeaveOutKSS
Licenses: Expat
Build system: r
Synopsis: Leave-Out Variance Component Estimation for Two-Way Fixed Effects Models
Description:

This package implements leave-out estimation of variance components in two-way fixed effects models as an R translation of the original MATLAB package of Kline, Saggio, and Solvsten (2020) <doi:10.3982/ECTA16410>. The package includes graph-based connected-set pruning, leave-out bias correction, leverage computation by exact and randomized algorithms, fixed effect estimation helpers, and companion model-fit summaries for matched worker-firm panels in the spirit of Abowd, Kramarz, and Margolis (1999) <doi:10.1111/1468-0262.00020>.

Total packages: 69257