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

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-lost 2.1.3
Propagated dependencies: r-shapes@1.2.8 r-rgl@1.3.36 r-pcamethods@2.4.0 r-misctools@0.6-30 r-mass@7.3-65 r-geomorph@4.1.0 r-gdata@3.0.1 r-e1071@1.7-17
Channel: guix-cran
Location: guix-cran/packages/l.scm (guix-cran packages l)
Home page: https://cran.r-project.org/package=LOST
Licenses: GPL 2+
Build system: r
Synopsis: Missing Morphometric Data Simulation and Estimation
Description:

This package provides functions for simulating missing morphometric data randomly, with taxonomic bias and with anatomical bias. LOST also includes functions for estimating linear and geometric morphometric data.

r-limnopalettes 0.1.0
Channel: guix-cran
Location: guix-cran/packages/l.scm (guix-cran packages l)
Home page: https://github.com/SwampThingPaul/LimnoPalettes
Licenses: GPL 3
Build system: r
Synopsis: Limnology Themed Palette Generator
Description:

Palettes generated from limnology based field and laboratory photos. Palettes can be used to generate color values to be used in any functions that calls for a color (i.e. ggplot(), plot(), flextable(), etc.).

r-lero-lero 0.2
Channel: guix-cran
Location: guix-cran/packages/l.scm (guix-cran packages l)
Home page: https://cran.r-project.org/package=lero.lero
Licenses: GPL 2+ GPL 3+
Build system: r
Synopsis: Generate 'Lero Lero' Quotes
Description:

Generates quotes from Lero Lero', a database for meaningless sentences filled with corporate buzzwords, intended to be used as corporate lorem ipsum (see <http://www.lerolero.com/> for more information). Unfortunately, quotes are currently portuguese-only.

r-learngeom 1.5
Channel: guix-cran
Location: guix-cran/packages/l.scm (guix-cran packages l)
Home page: https://cran.r-project.org/package=LearnGeom
Licenses: GPL 2
Build system: r
Synopsis: Learning Plane Geometry
Description:

This package contains some functions to learn and teach basic plane Geometry at undergraduate level with the aim of being helpful to young students with little programming skills.

r-lmhelprs 0.4.4
Channel: guix-cran
Location: guix-cran/packages/l.scm (guix-cran packages l)
Home page: https://sfcheung.github.io/lmhelprs/
Licenses: GPL 3+
Build system: r
Synopsis: Helper Functions for Linear Model Analysis
Description:

This package provides a collection of helper functions for multiple regression models fitted by lm(). Most of them are simple functions for simple tasks which can be done with coding, but may not be easy for occasional users of R. Most of the tasks addressed are those sometimes needed when using the manymome package (Cheung and Cheung, 2023, <doi:10.3758/s13428-023-02224-z>) and stdmod package (Cheung, Cheung, Lau, Hui, and Vong, 2022, <doi:10.1037/hea0001188>). However, they can also be used in other scenarios.

r-lmest 3.2.8
Propagated dependencies: r-scatterplot3d@0.3-45 r-mvtnorm@1.3-7 r-multilcirt@2.12 r-mix@1.0-13 r-mclust@6.1.2 r-mass@7.3-65 r-formula@1.2-5 r-diagram@1.6.5
Channel: guix-cran
Location: guix-cran/packages/l.scm (guix-cran packages l)
Home page: https://cran.r-project.org/package=LMest
Licenses: GPL 2+
Build system: r
Synopsis: Generalized Latent Markov Models
Description:

Latent Markov models for longitudinal continuous and categorical data. See Bartolucci, Pandolfi, Pennoni (2017)<doi:10.18637/jss.v081.i04>.

r-lexisplotr 0.4.0
Propagated dependencies: r-tidyr@1.3.2 r-ggplot2@4.0.3 r-dplyr@1.2.1
Channel: guix-cran
Location: guix-cran/packages/l.scm (guix-cran packages l)
Home page: https://github.com/ottlngr/LexisPlotR
Licenses: GPL 2
Build system: r
Synopsis: Plot Lexis Diagrams for Demographic Purposes
Description:

Plots empty Lexis grids, adds lifelines and highlights certain areas of the grid, like cohorts and age groups.

r-lazytrade 0.5.4
Propagated dependencies: r-tibble@3.3.1 r-stringr@1.6.0 r-reinforcementlearning@1.0.5 r-readr@2.2.0 r-openssl@2.4.1 r-lubridate@1.9.5 r-lifecycle@1.0.5 r-h2o@3.44.0.3 r-ggplot2@4.0.3 r-dplyr@1.2.1 r-cluster@2.1.8.2
Channel: guix-cran
Location: guix-cran/packages/l.scm (guix-cran packages l)
Home page: https://vladdsm.github.io/myblog_attempt/topics/lazy%20trading/
Licenses: Expat
Build system: r
Synopsis: Learn Computer and Data Science using Algorithmic Trading
Description:

Provide sets of functions and methods to learn and practice data science using idea of algorithmic trading. Main goal is to process information within "Decision Support System" to come up with analysis or predictions. There are several utilities such as dynamic and adaptive risk management using reinforcement learning and even functions to generate predictions of price changes using pattern recognition deep regression learning. Summary of Methods used: Awesome H2O tutorials: <https://github.com/h2oai/awesome-h2o>, Market Type research of Van Tharp Institute: <https://vantharp.com/>, Reinforcement Learning R package: <https://CRAN.R-project.org/package=ReinforcementLearning>.

r-learner 1.0.0
Propagated dependencies: r-screenot@0.1.0 r-rcppeigen@0.3.4.0.2 r-rcpp@1.1.1-1.1
Channel: guix-cran
Location: guix-cran/packages/l.scm (guix-cran packages l)
Home page: https://github.com/stmcg/learner
Licenses: GPL 3+
Build system: r
Synopsis: Latent Space-Based Transfer Learning
Description:

This package implements transfer learning methods for low-rank matrix estimation. These methods leverage similarity in the latent row and column spaces between the source and target populations to improve estimation in the target population. The methods include the LatEnt spAce-based tRaNsfer lEaRning (LEARNER) method and the direct projection LEARNER (D-LEARNER) method described by McGrath et al. (2024) <doi:10.48550/arXiv.2412.20605>.

r-landest 1.2
Propagated dependencies: r-survival@3.8-6
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-lmreg 1.3
Propagated dependencies: r-mass@7.3-65
Channel: guix-cran
Location: guix-cran/packages/l.scm (guix-cran packages l)
Home page: https://cran.r-project.org/package=lmreg
Licenses: GPL 2+
Build system: r
Synopsis: Data and Functions Used in Linear Models and Regression with R: An Integrated Approach
Description:

Data files and a few functions used in the book Linear Models and Regression with R: An Integrated Approach by Debasis Sengupta and Sreenivas Rao Jammalamadaka (2019).

r-lsts 2.1
Propagated dependencies: r-scales@1.4.0 r-rdpack@2.6.6 r-patchwork@1.3.2 r-ggplot2@4.0.3
Channel: guix-cran
Location: guix-cran/packages/l.scm (guix-cran packages l)
Home page: https://pacha.dev/LSTS/
Licenses: FSDG-compatible
Build system: r
Synopsis: Locally Stationary Time Series
Description:

This package provides a set of functions that allow stationary analysis and locally stationary time series analysis.

r-lpint 2.1
Channel: guix-cran
Location: guix-cran/packages/l.scm (guix-cran packages l)
Home page: https://cran.r-project.org/package=lpint
Licenses: GPL 2+
Build system: r
Synopsis: Local Polynomial Estimators of the Intensity Function and Its Derivatives
Description:

This package provides functions to estimate the intensity function and its derivative of a given order of a multiplicative counting process using the local polynomial method.

r-lognorm 0.1.10
Propagated dependencies: r-matrix@1.7-5
Channel: guix-cran
Location: guix-cran/packages/l.scm (guix-cran packages l)
Home page: https://github.com/bgctw/lognorm
Licenses: GPL 2
Build system: r
Synopsis: Functions for the Lognormal Distribution
Description:

The lognormal distribution (Limpert et al. (2001) <doi:10.1641/0006-3568(2001)051%5B0341:lndats%5D2.0.co;2>) can characterize uncertainty that is bounded by zero. This package provides estimation of distribution parameters, computation of moments and other basic statistics, and an approximation of the distribution of the sum of several correlated lognormally distributed variables (Lo 2013 <doi:10.12988/ams.2013.39511>) and the approximation of the difference of two correlated lognormally distributed variables (Lo 2012 <doi:10.1155/2012/838397>).

r-l0ggm 0.1.0
Propagated dependencies: r-psych@2.6.5 r-matrix@1.7-5 r-igraph@2.3.1 r-glassofast@1.0.1 r-glasso@1.11
Channel: guix-cran
Location: guix-cran/packages/l.scm (guix-cran packages l)
Home page: https://cran.r-project.org/package=L0ggm
Licenses: FSDG-compatible
Build system: r
Synopsis: Smooth L0 Penalty Approximations for Gaussian Graphical Models
Description:

This package provides smooth approximations to the L0 norm penalty for estimating sparse Gaussian graphical models (GGMs). Network estimation is performed using the Local Linear Approximation (LLA) framework (Fan & Li, 2001 <doi:10.1198/016214501753382273>; Zou & Li, 2008 <doi:10.1214/009053607000000802>) with five penalty functions: arctangent (Wang & Zhu, 2016 <doi:10.1155/2016/6495417>), EXP (Wang, Fan, & Zhu, 2018 <doi:10.1007/s10463-016-0588-3>), Gumbel, Log (Candes, Wakin, & Boyd, 2008 <doi:10.1007/s00041-008-9045-x>), and Weibull. Adaptive penalty parameters for EXP, Gumbel, and Weibull are estimated via maximum likelihood, and model selection uses information criteria including AIC, BIC, and EBIC (Extended BIC). Simulation functions generate multivariate normal data from GGMs with stochastic block model or small-world (Watts-Strogatz) network structures.

r-lm-beta 1.7-3
Propagated dependencies: r-xtable@1.8-8
Channel: guix-cran
Location: guix-cran/packages/l.scm (guix-cran packages l)
Home page: https://cran.r-project.org/package=lm.beta
Licenses: GPL 3+
Build system: r
Synopsis: Add Standardized Regression Coefficients to Linear-Model-Objects
Description:

Adds standardized regression coefficients to objects created by lm'. Also extends the S3 methods print', summary and coef with additional boolean argument standardized and provides xtable'-support.

r-ldamatch 1.0.3
Propagated dependencies: r-runit@0.4.33.1 r-ksamples@1.2-12 r-iterpc@0.4.2 r-iterators@1.0.14 r-gmp@0.7-5.1 r-foreach@1.5.2 r-entropy@1.3.2 r-data-table@1.18.4 r-car@3.1-5
Channel: guix-cran
Location: guix-cran/packages/l.scm (guix-cran packages l)
Home page: https://cran.r-project.org/package=ldamatch
Licenses: Expat
Build system: r
Synopsis: Selection of Statistically Similar Research Groups
Description:

Select statistically similar research groups by backward selection using various robust algorithms, including a heuristic based on linear discriminant analysis, multiple heuristics based on the test statistic, and parallelized exhaustive search.

r-lchemix 0.1.0
Propagated dependencies: r-mvtnorm@1.3-7 r-mcmcpack@1.7-1
Channel: guix-cran
Location: guix-cran/packages/l.scm (guix-cran packages l)
Home page: http://github.com/wzhang17/lchemix.git
Licenses: GPL 3
Build system: r
Synopsis: Bayesian Multi-Dimensional Couple-Based Latent Risk Model
Description:

This package provides a joint latent class model where a hierarchical structure exists, with an interaction between female and male partners of a couple. A Bayesian perspective to inference and Markov chain Monte Carlo algorithms to obtain posterior estimates of model parameters. The reference paper is: Beom Seuk Hwang, Zhen Chen, Germaine M.Buck Louis, Paul S. Albert, (2018) "A Bayesian multi-dimensional couple-based latent risk model with an application to infertility". Biometrics, 75, 315-325. <doi:10.1111/biom.12972>.

r-locits 1.7.8
Propagated dependencies: r-wavethresh@4.7.3 r-igraph@2.3.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-lilikoi 2.1.1
Propagated dependencies: r-survminer@0.5.2 r-survival@3.8-6 r-stringr@1.6.0 r-scales@1.4.0 r-rweka@0.4-48 r-reticulate@1.46.0 r-reshape@0.8.10 r-rcy3@2.32.0 r-proc@1.19.0.1 r-princurve@2.1.6 r-preprocesscore@1.74.0 r-plyr@1.8.9 r-pathview@1.52.0 r-mlmetrics@1.1.3 r-metrics@0.1.4 r-m3c@1.34.0 r-limma@3.68.3 r-infotheo@1.2.0.1 r-impute@1.86.0 r-h2o@3.44.0.3 r-glmnet@5.0 r-ggplot2@4.0.3 r-gbm@2.2.3 r-dplyr@1.2.1 r-caret@7.0-1 r-car@3.1-5
Channel: guix-cran
Location: guix-cran/packages/l.scm (guix-cran packages l)
Home page: https://cran.r-project.org/package=lilikoi
Licenses: GPL 2
Build system: r
Synopsis: Metabolomics Personalized Pathway Analysis Tool
Description:

This package provides a comprehensive analysis tool for metabolomics data. It consists a variety of functional modules, including several new modules: a pre-processing module for normalization and imputation, an exploratory data analysis module for dimension reduction and source of variation analysis, a classification module with the new deep-learning method and other machine-learning methods, a prognosis module with cox-PH and neural-network based Cox-nnet methods, and pathway analysis module to visualize the pathway and interpret metabolite-pathway relationships. References: H. Paul Benton <http://www.metabolomics-forum.com/index.php?topic=281.0> Jeff Xia <https://github.com/cangfengzhe/Metabo/blob/master/MetaboAnalyst/website/name_match.R> Travers Ching, Xun Zhu, Lana X. Garmire (2018) <doi:10.1371/journal.pcbi.1006076>.

r-lcmcr 0.4.14
Dependencies: gsl@2.8
Channel: guix-cran
Location: guix-cran/packages/l.scm (guix-cran packages l)
Home page: https://cran.r-project.org/package=LCMCR
Licenses: GPL 2+
Build system: r
Synopsis: Bayesian Non-Parametric Latent-Class Capture-Recapture
Description:

Bayesian population size estimation using non parametric latent-class models.

r-languagelayer 1.2.4
Propagated dependencies: r-jsonlite@2.0.0 r-httr@1.4.8 r-curl@7.1.0 r-attempt@0.3.1
Channel: guix-cran
Location: guix-cran/packages/l.scm (guix-cran packages l)
Home page: https://github.com/ColinFay/languagelayer
Licenses: Expat
Build system: r
Synopsis: Access the 'languagelayer' API
Description:

Improve your text analysis with languagelayer <https://languagelayer.com>, a powerful language detection API.

r-lmtestrob 0.1
Propagated dependencies: r-mass@7.3-65
Channel: guix-cran
Location: guix-cran/packages/l.scm (guix-cran packages l)
Home page: https://cran.r-project.org/package=lmtestrob
Licenses: GPL 2
Build system: r
Synopsis: Outlier Robust Specification Testing
Description:

Robust test(s) for model diagnostics in regression. The current version contains a robust test for functional specification (linearity). The test is based on the robust bounded-influence test by Heritier and Ronchetti (1994) <doi:10.1080/01621459.1994.10476822>.

r-lorbridge 0.1.0
Propagated dependencies: r-nnet@7.3-20 r-cavariants@6.0
Channel: guix-cran
Location: guix-cran/packages/l.scm (guix-cran packages l)
Home page: https://github.com/sekangakim/lorbridge
Licenses: GPL 3+
Build system: r
Synopsis: Bridging Log-Odds Ratios and Correspondence Analysis via Closeness-of-Concordance Measures
Description:

This package provides a unified analytical workflow that bridges conventional binary and multinomial logistic regression with singly-ordered (SONSCA) and doubly-ordered (DONSCA) nonsymmetric correspondence analysis. Log-odds ratios (LORs) from logistic regression are re-expressed as cosine theta estimates and closeness-of-concordance measures (CCMs) -- including Yule's Q, Yule's Y, and r_meta -- on the familiar [-1, +1] scale introduced by Kim and Grochowalski (2019) <doi:10.3758/s13428-018-1161-1>. Bootstrap confidence intervals for cosine theta are provided throughout. The package is intended to help clinical and medical researchers interpret association strength from logistic regression in an intuitive, correlation-like metric, and to connect conventional regression results with geometric correspondence analysis visualisations.

Total packages: 22167