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

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-lorenz 0.1.0
Propagated dependencies: r-magrittr@2.0.4 r-dineq@0.1.0
Channel: guix-cran
Location: guix-cran/packages/l.scm (guix-cran packages l)
Home page: https://cran.r-project.org/package=lorenz
Licenses: Expat
Build system: r
Synopsis: Tools for Deriving Income Inequality Estimates from Grouped Income Data
Description:

This package provides two methods of estimating income inequality statistics from binned income data, such as the income data provided in the Census. These methods use different interpolation techniques to infer the distribution of incomes within income bins. One method is an implementation of Jargowsky and Wheeler's mean-constrained integration over brackets (MCIB). The other method is based on a new technique, Lorenz interpolation, which estimates income inequality by constructing an interpolated Lorenz curve based on the binned income data. These methods can be used to estimate three income inequality measures: the Gini (the default measure returned), the Theil, and the Atkinson's index. Jargowsky and Wheeler (2018) <doi:10.1177/0081175018782579>.

r-lcra 1.1.5
Propagated dependencies: r-rlang@1.1.6 r-rjags@4-17 r-coda@0.19-4.1
Channel: guix-cran
Location: guix-cran/packages/l.scm (guix-cran packages l)
Home page: https://github.com/umich-biostatistics/lcra
Licenses: GPL 2
Build system: r
Synopsis: Bayesian Joint Latent Class and Regression Models
Description:

For fitting Bayesian joint latent class and regression models using Gibbs sampling. See the documentation for the model. The technical details of the model implemented here are described in Elliott, Michael R., Zhao, Zhangchen, Mukherjee, Bhramar, Kanaya, Alka, Needham, Belinda L., "Methods to account for uncertainty in latent class assignments when using latent classes as predictors in regression models, with application to acculturation strategy measures" (2020) In press at Epidemiology <doi:10.1097/EDE.0000000000001139>.

r-lgcu 0.1.5
Propagated dependencies: r-tictoc@1.2.1 r-rcpp@1.1.0 r-mass@7.3-65
Channel: guix-cran
Location: guix-cran/packages/l.scm (guix-cran packages l)
Home page: https://github.com/ingharold-madrid/LGCU
Licenses: GPL 3
Build system: r
Synopsis: Implementation of Learning Gamma CUSUM (Cumulative Sum) Control Charts
Description:

This package implements Cumulative Sum (CUSUM) control charts specifically designed for monitoring processes following a Gamma distribution. Provides functions to estimate distribution parameters, simulate control limits, and apply cautious learning schemes for adaptive thresholding. It supports upward and downward monitoring with guaranteed performance evaluated via Monte Carlo simulations. It is useful for quality control applications in industries where data follows a Gamma distribution. Methods are based on Madrid-Alvarez et al. (2024) <doi:10.1002/qre.3464> and Madrid-Alvarez et al. (2024) <doi:10.1080/08982112.2024.2440368>.

r-libra 1.7
Propagated dependencies: r-nnls@1.6
Channel: guix-cran
Location: guix-cran/packages/l.scm (guix-cran packages l)
Home page: https://arxiv.org/abs/1406.7728
Licenses: GPL 2
Build system: r
Synopsis: Linearized Bregman Algorithms for Generalized Linear Models
Description:

Efficient procedures for fitting the regularization path for linear, binomial, multinomial, Ising and Potts models with lasso, group lasso or column lasso(only for multinomial) penalty. The package uses Linearized Bregman Algorithm to solve the regularization path through iterations. Bregman Inverse Scale Space Differential Inclusion solver is also provided for linear model with lasso penalty.

r-literanger 0.2.0
Propagated dependencies: r-rcereal@1.3.2 r-cpp11@0.5.2
Channel: guix-cran
Location: guix-cran/packages/l.scm (guix-cran packages l)
Home page: https://gitlab.com/stephematician/literanger
Licenses: GPL 3
Build system: r
Synopsis: Fast Serializable Random Forests Based on 'ranger'
Description:

An updated implementation of R package ranger by Wright et al, (2017) <doi:10.18637/jss.v077.i01> for training and predicting from random forests, particularly suited to high-dimensional data, and for embedding in Multiple Imputation by Chained Equations (MICE) by van Buuren (2007) <doi:10.1177/0962280206074463>. Ensembles of classification and regression trees are currently supported. Sparse data of class dgCMatrix (R package Matrix') can be directly analyzed. Conventional bagged predictions are available alongside an efficient prediction for MICE via the algorithm proposed by Doove et al (2014) <doi:10.1016/j.csda.2013.10.025>. Trained forests can be written to and read from storage. Survival and probability forests are not supported in the update, nor is data of class gwaa.data (R package GenABEL'); use the original ranger package for these analyses.

r-loggit 2.1.1
Channel: guix-cran
Location: guix-cran/packages/l.scm (guix-cran packages l)
Home page: https://github.com/ryapric/loggit
Licenses: Expat
Build system: r
Synopsis: Modern Logging for the R Ecosystem
Description:

An effortless ndjson (newline-delimited JSON') logger, with two primary log-writing interfaces. It provides a set of wrappings for base R's message(), warning(), and stop() functions that maintain identical functionality, but also log the handler message to an ndjson log file. loggit also exports its internal loggit() function for powerful and configurable custom logging. No change in existing code is necessary to use this package, and should only require additions to fully leverage the power of the logging system. loggit also provides a log reader for reading an ndjson log file into a data frame, log rotation, and live echo of the ndjson log messages to terminal stdout for log capture by external systems (like containers). loggit is ideal for Shiny apps, data pipelines, modeling work flows, and more. Please see the vignettes for detailed example use cases.

r-lcc 3.2.2
Propagated dependencies: r-nlme@3.1-168 r-hnp@1.2-7 r-ggplot2@4.0.1 r-foreach@1.5.2 r-dosnow@1.0.20 r-dorng@1.8.6.2
Channel: guix-cran
Location: guix-cran/packages/l.scm (guix-cran packages l)
Home page: https://cran.r-project.org/package=lcc
Licenses: GPL 2+
Build system: r
Synopsis: Advanced Analysis of Longitudinal Data Using the Concordance Correlation Coefficient
Description:

This package provides methods for assessing agreement between repeated measurements obtained by two or more methods using the longitudinal concordance correlation coefficient (LCC). Polynomial mixed-effects models (via nlme') describe how concordance, Pearson correlation and accuracy evolve over time. Functions are provided for model fitting, diagnostic plots, extraction of summaries, and non-parametric bootstrap confidence intervals (including parallel computation), following Oliveira et al. (2018) <doi:10.1007/s13253-018-0321-1>.

r-lmforc 1.0.0
Channel: guix-cran
Location: guix-cran/packages/l.scm (guix-cran packages l)
Home page: https://cran.r-project.org/package=lmForc
Licenses: GPL 3
Build system: r
Synopsis: Linear Model Forecasting
Description:

Introduces in-sample, out-of-sample, pseudo out-of-sample, and benchmark model forecast tests and a new class for working with forecast data, Forecast.

r-lingtypology 1.1.25
Propagated dependencies: r-stringdist@0.9.15 r-leaflet-minicharts@0.6.3 r-leaflet@2.2.3 r-jsonlite@2.0.0
Channel: guix-cran
Location: guix-cran/packages/l.scm (guix-cran packages l)
Home page: https://CRAN.R-project.org/package=lingtypology
Licenses: GPL 2+
Build system: r
Synopsis: Linguistic Typology and Mapping
Description:

This package provides R with the Glottolog database <https://glottolog.org/> and some more abilities for purposes of linguistic mapping. The Glottolog database contains the catalogue of languages of the world. This package helps researchers to make a linguistic maps, using philosophy of the Cross-Linguistic Linked Data project <https://clld.org/>, which allows for while at the same time facilitating uniform access to the data across publications. A tutorial for this package is available on GitHub pages <https://docs.ropensci.org/lingtypology/> and package vignette. Maps created by this package can be used both for the investigation and linguistic teaching. In addition, package provides an ability to download data from typological databases such as WALS, AUTOTYP and some others and to create your own database website.

r-lcmsqa 1.0.2
Propagated dependencies: r-shinywidgets@0.9.1 r-shinyjs@2.1.0 r-shinycssloaders@1.1.0 r-shiny@1.11.1 r-plotly@4.11.0 r-ggplot2@4.0.1 r-dt@0.34.0 r-data-table@1.17.8 r-bsplus@0.1.5
Channel: guix-cran
Location: guix-cran/packages/l.scm (guix-cran packages l)
Home page: https://cran.r-project.org/package=LCMSQA
Licenses: GPL 3+
Build system: r
Synopsis: Liquid Chromatography/Mass Spectrometry (LC/MS) Quality Assessment
Description:

The goal of LCMSQA is to make it easy to check the quality of liquid chromatograph/mass spectrometry (LC/MS) experiments using a shiny application. This package provides interactive data visualizations for quality control (QC) samples, including total ion current chromatogram (TIC), base peak chromatogram (BPC), mass spectrum, extracted ion chromatogram (XIC), and feature detection results from internal standards or known metabolites.

r-lpbkg 1.2
Propagated dependencies: r-polynom@1.4-1 r-orthopolynom@1.0-6.1 r-hmisc@5.2-4
Channel: guix-cran
Location: guix-cran/packages/l.scm (guix-cran packages l)
Home page: https://cran.r-project.org/package=LPBkg
Licenses: GPL 3
Build system: r
Synopsis: Detecting New Signals under Background Mismodelling
Description:

Given a postulated model and a set of data, the comparison density is estimated and the deviance test is implemented in order to assess if the data distribution deviates significantly from the postulated model. Finally, the results are summarized in a CD-plot as described in Algeri S. (2019) <arXiv:1906.06615>.

r-lmd 1.2.1
Propagated dependencies: r-shiny@1.11.1 r-patchwork@1.3.2 r-ggplot2@4.0.1 r-emd@1.5.9
Channel: guix-cran
Location: guix-cran/packages/l.scm (guix-cran packages l)
Home page: https://github.com/shubhra-opensource/LMD
Licenses: FSDG-compatible
Build system: r
Synopsis: Self-Adaptive Approach for Demodulating Multi-Component Signal
Description:

Local Mean Decomposition is an iterative and self-adaptive approach for demodulating, processing, and analyzing multi-component amplitude modulated and frequency modulated signals. This R package is based on the approach suggested by Smith (2005) <doi:10.1098/rsif.2005.0058> and the Python library PyLMD'.

r-leafarea 0.1.8
Dependencies: openjdk@25
Channel: guix-cran
Location: guix-cran/packages/l.scm (guix-cran packages l)
Home page: https://github.com/mattocci27/LeafArea
Licenses: GPL 2
Build system: r
Synopsis: Rapid Digital Image Analysis of Leaf Area
Description:

An interface for the image processing program ImageJ', which allows a rapid digital image analysis for particle sizes. This package includes function to write an ImageJ macro which is optimized for a leaf area analysis by default.

r-lettervalue 0.2.1
Propagated dependencies: r-tibble@3.3.0 r-purrr@1.2.0 r-glue@1.8.0
Channel: guix-cran
Location: guix-cran/packages/l.scm (guix-cran packages l)
Home page: https://cran.r-project.org/package=lettervalue
Licenses: Expat
Build system: r
Synopsis: Computing Letter Values
Description:

Letter Values for the course Exploratory Data Analysis at Federal University of Bahia (Brazil). The approach implemented in the package is presented in the textbook of Tukey (1977) <ISBN: 978-0201076165>.

r-lazytrade 0.5.4
Propagated dependencies: r-tibble@3.3.0 r-stringr@1.6.0 r-reinforcementlearning@1.0.5 r-readr@2.1.6 r-openssl@2.3.4 r-lubridate@1.9.4 r-lifecycle@1.0.4 r-h2o@3.44.0.3 r-ggplot2@4.0.1 r-dplyr@1.1.4 r-cluster@2.1.8.1
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-lgcp 2.0-1
Propagated dependencies: r-spatstat-utils@3.2-0 r-spatstat-geom@3.6-1 r-spatstat-explore@3.6-0 r-sp@2.2-0 r-sf@1.0-23 r-rpanel@1.1-6.3 r-raster@3.6-32 r-ncdf4@1.24 r-matrix@1.7-4 r-iterators@1.0.14 r-fields@17.1
Channel: guix-cran
Location: guix-cran/packages/l.scm (guix-cran packages l)
Home page: https://cran.r-project.org/package=lgcp
Licenses: GPL 2 GPL 3
Build system: r
Synopsis: Log-Gaussian Cox Process
Description:

Spatial and spatio-temporal modelling of point patterns using the log-Gaussian Cox process. Bayesian inference for spatial, spatiotemporal, multivariate and aggregated point processes using Markov chain Monte Carlo. See Benjamin M. Taylor, Tilman M. Davies, Barry S. Rowlingson, Peter J. Diggle (2015) <doi:10.18637/jss.v063.i07>.

r-logan 1.0.1
Propagated dependencies: r-stringr@1.6.0 r-rlang@1.1.6 r-psych@2.5.6 r-pander@0.6.6 r-modules@0.13.0 r-magrittr@2.0.4 r-ggplot2@4.0.1 r-foreign@0.8-90 r-dplyr@1.1.4
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-lulab-utils 1.0.0
Propagated dependencies: r-stringr@1.6.0 r-rappdirs@0.3.3 r-purrr@1.2.0 r-magrittr@2.0.4 r-httr2@1.2.1 r-dplyr@1.1.4 r-boot@1.3-32
Channel: guix-cran
Location: guix-cran/packages/l.scm (guix-cran packages l)
Home page: https://github.com/Leslie-Lu/lulab.utils
Licenses: Expat
Build system: r
Synopsis: Supporting Functions Maintained by Zhen Lu
Description:

Miscellaneous functions commonly used by LuLab. This package aims to help more researchers on epidemiology to perform data management and visualization more efficiently.

r-lares 5.4.0
Propagated dependencies: r-yaml@2.3.10 r-tidyr@1.3.1 r-stringr@1.6.0 r-rvest@1.0.5 r-rpart-plot@3.1.4 r-rpart@4.1.24 r-rlang@1.1.6 r-proc@1.19.0.1 r-patchwork@1.3.2 r-openxlsx@4.2.8.1 r-lubridate@1.9.4 r-jsonlite@2.0.0 r-httr@1.4.7 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://github.com/laresbernardo/lares
Licenses: Expat
Build system: r
Synopsis: Lean Analytics and Robust Exploration Sidekick
Description:

Auxiliary package for better/faster analytics, visualization, data mining, and machine learning tasks. With a wide variety of family functions, like Machine Learning, Data Wrangling, Marketing Mix Modeling (Robyn), Exploratory, API, and Scrapper, it helps the analyst or data scientist to get quick and robust results, without the need of repetitive coding or advanced R programming skills.

r-lareshiny 0.0.3
Propagated dependencies: r-shinywidgets@0.9.1 r-shinydashboard@0.7.3 r-shiny@1.11.1 r-miniui@0.1.2 r-htmltools@0.5.8.1 r-dt@0.34.0 r-dplyr@1.1.4
Channel: guix-cran
Location: guix-cran/packages/l.scm (guix-cran packages l)
Home page: https://github.com/laresbernardo/lareshiny
Licenses: AGPL 3
Build system: r
Synopsis: Lares 'shiny' Modules
Description:

Useful shiny production-ready modules and helpers such as login window and visualization tools.

r-lgrextra 0.2.2
Propagated dependencies: r-r6@2.6.1 r-lgr@0.5.0 r-data-table@1.17.8
Channel: guix-cran
Location: guix-cran/packages/l.scm (guix-cran packages l)
Home page: https://s-fleck.github.io/lgrExtra/
Licenses: Expat
Build system: r
Synopsis: Extra Appenders for 'lgr'
Description:

Additional appenders for the logging package lgr that support logging to Elasticsearch', Dynatrace', AWSCloudWatchLog', databases, syslog', email- and push notifications, and more.

r-ladder 0.0.3
Propagated dependencies: r-rlang@1.1.6 r-httr@1.4.7 r-httpuv@1.6.16 r-gargle@1.6.0 r-flextable@0.9.10 r-curl@7.0.0 r-cli@3.6.5 r-checkmate@2.3.3
Channel: guix-cran
Location: guix-cran/packages/l.scm (guix-cran packages l)
Home page: https://www.r-ladder.com
Licenses: Expat
Build system: r
Synopsis: Get on to the Slides
Description:

Create tables from within R directly on Google Slides presentations. Currently supports matrix, data.frame and flextable objects.

r-lifetablefertility 0.1.0
Propagated dependencies: r-shiny@1.11.1
Channel: guix-cran
Location: guix-cran/packages/l.scm (guix-cran packages l)
Home page: https://github.com/almarazkrae-4081/LifeTableFertility
Licenses: Expat
Build system: r
Synopsis: 'shiny' Application for Life Table and Fertility Analysis
Description:

This package provides a shiny application to construct age-specific life tables and fertility schedules from individual female daily egg records. The application computes age-specific survival and fertility functions and estimates key demographic parameters including the net reproductive rate, mean generation time, intrinsic rate of increase, finite rate of increase and doubling time. Optional confidence intervals can be obtained using percentile bootstrap or delete-1 jackknife resampling at the female level. Methods and definitions follow Stevens (2009) <doi:10.1007/978-0-387-89882-7> and Rossini et al. (2024) <doi:10.1371/journal.pone.0299598>.

r-lbamodel 0.2.9.2
Propagated dependencies: r-rcpparmadillo@15.2.2-1 r-rcpp@1.1.0 r-ggdmcprior@0.2.9.0 r-ggdmcmodel@0.2.9.0 r-ggdmcheaders@0.2.9.1
Channel: guix-cran
Location: guix-cran/packages/l.scm (guix-cran packages l)
Home page: https://cran.r-project.org/package=lbaModel
Licenses: GPL 2+
Build system: r
Synopsis: The Linear Ballistic Accumulation Model
Description:

This package provides density, distribution and random generation functions for the Linear Ballistic Accumulation (LBA) model, a widely used choice response time model in cognitive psychology. The package supports model specifications, parameter estimation, and likelihood computation, facilitating simulation and statistical inference for LBA-based experiments. For details on the LBA model, see Brown and Heathcote (2008) <doi:10.1016/j.cogpsych.2007.12.002>.

Total packages: 69237