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

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-exactcidiff 2.1
Channel: guix-cran
Location: guix-cran/packages/e.scm (guix-cran packages e)
Home page: https://urldefense.proofpoint.com/v2/url?u=http-3A__www.R-2Dproject.org&d=DwICaQ&c=sJ6xIWYx-zLMB3EPkvcnVg&r=u5749-0kOlGR1AfizUVmaw&m=qjJHLdipM5gUyXllZWH5kL0wENGFef6KuJ57hW5lHx14eZasfdmgFN_1geUbxk5J&s=VFf9h_9FOlJBpRMIjim8tGuVnJ7GlWc5qZkrA9kmoMM&e=
Licenses: GPL 2+
Build system: r
Synopsis: Inductive Confidence Intervals for the Difference Between Two Proportions
Description:

This is a package for exact Confidence Intervals for the difference between two independent or dependent proportions.

r-eph 1.0.2
Propagated dependencies: r-zoo@1.8-14 r-tidyselect@1.2.1 r-tidyr@1.3.1 r-tibble@3.3.0 r-stringr@1.6.0 r-rlang@1.1.6 r-readxl@1.4.5 r-purrr@1.2.0 r-leaflet@2.2.3 r-httr@1.4.7 r-htmltools@0.5.8.1 r-expss@0.11.7 r-dplyr@1.1.4 r-curl@7.0.0 r-cli@3.6.5
Channel: guix-cran
Location: guix-cran/packages/e.scm (guix-cran packages e)
Home page: https://github.com/ropensci/eph
Licenses: Expat
Build system: r
Synopsis: Argentina's Permanent Household Survey Data and Manipulation Utilities
Description:

This package provides tools to download and manipulate the Permanent Household Survey from Argentina (EPH is the Spanish acronym for Permanent Household Survey). e.g: get_microdata() for downloading the datasets, get_poverty_lines() for downloading the official poverty baskets, calculate_poverty() for the calculation of stating if a household is in poverty or not, following the official methodology. organize_panels() is used to concatenate observations from different periods, and organize_labels() adds the official labels to the data. The implemented methods are based on INDEC (2016) <http://www.estadistica.ec.gba.gov.ar/dpe/images/SOCIEDAD/EPH_metodologia_22_pobreza.pdf>. As this package works with the argentinian Permanent Household Survey and its main audience is from this country, the documentation was written in Spanish.

r-eattools 0.7.9
Propagated dependencies: r-stringi@1.8.7 r-data-table@1.17.8 r-checkmate@2.3.3
Channel: guix-cran
Location: guix-cran/packages/e.scm (guix-cran packages e)
Home page: https://github.com/weirichs/eatTools
Licenses: GPL 2+
Build system: r
Synopsis: Miscellaneous Functions for the Analysis of Educational Assessments
Description:

Miscellaneous functions for data cleaning and data analysis of educational assessments. Includes functions for descriptive analyses, character vector manipulations and weighted statistics. Mainly a lightweight dependency for the packages eatRep', eatGADS', eatPrep and eatModel (which will be subsequently submitted to CRAN'). The function for defining (weighted) contrasts in weighted effect coding refers to te Grotenhuis et al. (2017) <doi:10.1007/s00038-016-0901-1>. Functions for weighted statistics refer to Wolter (2007) <doi:10.1007/978-0-387-35099-8>.

r-equivnoninf 1.0.2
Propagated dependencies: r-biasedurn@2.0.12
Channel: guix-cran
Location: guix-cran/packages/e.scm (guix-cran packages e)
Home page: https://cran.r-project.org/package=EQUIVNONINF
Licenses: CC0
Build system: r
Synopsis: Testing for Equivalence and Noninferiority
Description:

Making available in R the complete set of programs accompanying S. Wellek's (2010) monograph Testing Statistical Hypotheses of Equivalence and Noninferiority. Second Edition (Chapman&Hall/CRC).

r-expdb 0.3.0
Propagated dependencies: r-weaana@0.3.0 r-tidyr@1.3.1 r-tibble@3.3.0 r-stringr@1.6.0 r-rsqlite@2.4.4 r-rlang@1.1.6 r-reshape2@1.4.5 r-readxl@1.4.5 r-png@0.1-8 r-magrittr@2.0.4 r-lubridate@1.9.4 r-dplyr@1.1.4 r-dbi@1.2.3
Channel: guix-cran
Location: guix-cran/packages/e.scm (guix-cran packages e)
Home page: https://expdb.bangyou.me/
Licenses: Expat
Build system: r
Synopsis: Database for Experiment Dataset
Description:

This package provides a SQLite database is designed to store all information of experiment-based data including metadata, experiment design, managements, phenotypic values and climate records. The dataset can be imported from an Excel file.

r-extraoperators 0.3.0
Channel: guix-cran
Location: guix-cran/packages/e.scm (guix-cran packages e)
Home page: https://joshuawiley.com/extraoperators/
Licenses: GPL 3
Build system: r
Synopsis: Extra Binary Relational and Logical Operators
Description:

Speed up common tasks, particularly logical or relational comparisons and routine follow up tasks such as finding the indices and subsetting. Inspired by mathematics, where something like: 3 < x < 6 is a standard, elegant and clear way to assert that x is both greater than 3 and less than 6 (see for example <https://en.wikipedia.org/wiki/Relational_operator>), a chaining operator is implemented. The chaining operator, %c%, allows multiple relational operations to be used in quotes on the right hand side for the same object, on the left hand side. The %e% operator allows something like set-builder notation (see for example <https://en.wikipedia.org/wiki/Set-builder_notation>) to be used on the right hand side. All operators have built in prefixes defined for all, subset, and which to reduce the amount of code needed for common tasks, such as return those values that are true.

r-epidisplay 3.7.0.0
Propagated dependencies: r-survival@3.8-3 r-nnet@7.3-20 r-mass@7.3-65 r-foreign@0.8-90
Channel: guix-cran
Location: guix-cran/packages/e.scm (guix-cran packages e)
Home page: https://cran.r-project.org/package=epiDisplay
Licenses: GPL 2+
Build system: r
Synopsis: Epidemiological Data Display Package
Description:

Package for data exploration and result presentation. Full epicalc package with data management functions is available at <https://medipe.psu.ac.th/epicalc/>'.

r-ept 0.7.6
Channel: guix-cran
Location: guix-cran/packages/e.scm (guix-cran packages e)
Home page: https://cran.r-project.org/package=EPT
Licenses: GPL 3+
Build system: r
Synopsis: Ensemble Patch Transform, Visualization and Decomposition
Description:

For multiscale analysis, this package carries out ensemble patch transform, its visualization and multiscale decomposition. The detailed procedure is described in Kim et al. (2020), and Oh and Kim (2020). D. Kim, G. Choi, H.-S. Oh, Ensemble patch transformation: a flexible framework for decomposition and filtering of signal, EURASIP Journal on Advances in Signal Processing 30 (2020) 1-27 <doi:10.1186/s13634-020-00690-7>. H.-S. Oh, D. Kim, Image decomposition by bidimensional ensemble patch transform, Pattern Recognition Letters 135 (2020) 173-179 <doi:10.1016/j.patrec.2020.03.029>.

r-ebci 1.0.0
Channel: guix-cran
Location: guix-cran/packages/e.scm (guix-cran packages e)
Home page: https://github.com/kolesarm/ebci
Licenses: Expat
Build system: r
Synopsis: Robust Empirical Bayes Confidence Intervals
Description:

Computes empirical Bayes confidence estimators and confidence intervals in a normal means model. The intervals are robust in the sense that they achieve correct coverage regardless of the distribution of the means. If the means are treated as fixed, the intervals have an average coverage guarantee. The implementation is based on Armstrong, Kolesár and Plagborg-Møller (2020) <arXiv:2004.03448>.

r-exams2learnr 0.1-0
Propagated dependencies: r-rmarkdown@2.30 r-learnr@0.11.6 r-knitr@1.50 r-exams@2.4-3
Channel: guix-cran
Location: guix-cran/packages/e.scm (guix-cran packages e)
Home page: https://www.R-exams.org/
Licenses: GPL 2 GPL 3
Build system: r
Synopsis: Interface for 'exams' Exercises in 'learnr' Tutorials
Description:

Automatic generation of quizzes or individual questions for learnr tutorials based on R/exams exercises.

r-emirt 0.0.15
Propagated dependencies: r-rcpparmadillo@15.2.2-1 r-rcpp@1.1.0 r-pscl@1.5.9
Channel: guix-cran
Location: guix-cran/packages/e.scm (guix-cran packages e)
Home page: https://cran.r-project.org/package=emIRT
Licenses: GPL 3+
Build system: r
Synopsis: EM Algorithms for Estimating Item Response Theory Models
Description:

Various Expectation-Maximization (EM) algorithms are implemented for item response theory (IRT) models. The package includes IRT models for binary and ordinal responses, along with dynamic and hierarchical IRT models with binary responses. The latter two models are fitted using variational EM. The package also includes variational network and text scaling models. The algorithms are described in Imai, Lo, and Olmsted (2016) <DOI:10.1017/S000305541600037X>.

r-expgenetic 0.1.0
Propagated dependencies: r-venndiagram@1.7.3 r-plyr@1.8.9 r-ggsci@4.1.0 r-ggplot2@4.0.1 r-futile-logger@1.4.3 r-deseq2@1.50.2
Channel: guix-cran
Location: guix-cran/packages/e.scm (guix-cran packages e)
Home page: https://cran.r-project.org/package=ExpGenetic
Licenses: AGPL 3+
Build system: r
Synopsis: Non-Additive Expression Analysis of Hybrid Offspring
Description:

Three functional modules, including genetic features, differential expression analysis and non-additive expression analysis were integrated into the package. And the package is suitable for RNA-seq and small RNA sequencing data. Besides, two methods of non-additive expression analysis were provided. One is the calculation of the additive (a) and dominant (d), the other is the evaluation of expression level dominance by comparing the total expression of the gene in hybrid offspring with the expression level in parents. For non-additive expression analysis of RNA-seq data, it is only applicable to hybrid offspring (including two sub-genomes) species for the time being.

r-evolution 0.1.0
Propagated dependencies: r-jsonlite@2.0.0 r-httr2@1.2.1 r-cli@3.6.5 r-base64enc@0.1-3
Channel: guix-cran
Location: guix-cran/packages/e.scm (guix-cran packages e)
Home page: https://github.com/StrategicProjects/evolution/
Licenses: Expat
Build system: r
Synopsis: Client for 'Evolution Cloud API'
Description:

This package provides an R interface to the Evolution API <https://evoapicloud.com>, enabling sending and receiving WhatsApp messages directly from R'. Functions include sending text, media (image/video/document), audio, stickers, geographic locations, contacts, polls, interactive lists and button messages. Also includes number verification and structured CLI logging for debugging.

r-elevatr 0.99.1
Propagated dependencies: r-units@1.0-0 r-terra@1.8-86 r-slippymath@0.3.1 r-sf@1.0-23 r-raster@3.6-32 r-purrr@1.2.0 r-progressr@0.18.0 r-jsonlite@2.0.0 r-httr@1.4.7 r-future@1.68.0 r-furrr@0.3.1 r-curl@7.0.0
Channel: guix-cran
Location: guix-cran/packages/e.scm (guix-cran packages e)
Home page: https://github.com/usepa/elevatr/
Licenses: Expat
Build system: r
Synopsis: Access Elevation Data from Various APIs
Description:

Several web services are available that provide access to elevation data. This package provides access to many of those services and returns elevation data either as an sf simple features object from point elevation services or as a raster object from raster elevation services. In future versions, elevatr will drop support for raster and will instead return terra objects. Currently, the package supports access to the Amazon Web Services Terrain Tiles <https://registry.opendata.aws/terrain-tiles/>, the Open Topography Global Datasets API <https://opentopography.org/developers/>, and the USGS Elevation Point Query Service <https://apps.nationalmap.gov/epqs/>.

r-exiftoolr 0.2.8
Dependencies: perl@5.36.0
Propagated dependencies: r-zip@2.3.3 r-jsonlite@2.0.0 r-data-table@1.17.8 r-curl@7.0.0 r-backports@1.5.0
Channel: guix-cran
Location: guix-cran/packages/e.scm (guix-cran packages e)
Home page: https://github.com/JoshOBrien/exiftoolr#readme
Licenses: GPL 2
Build system: r
Synopsis: ExifTool Functionality from R
Description:

Reads, writes, and edits EXIF and other file metadata using ExifTool <https://exiftool.org/>, returning read results as a data frame. ExifTool supports many different metadata formats including EXIF, GPS, IPTC, XMP, JFIF, GeoTIFF, ICC Profile, Photoshop IRB, FlashPix, AFCP and ID3, Lyrics3, as well as the maker notes of many digital cameras by Canon, Casio, DJI, FLIR, FujiFilm, GE, GoPro, HP, JVC/Victor, Kodak, Leaf, Minolta/Konica-Minolta, Motorola, Nikon, Nintendo, Olympus/Epson, Panasonic/Leica, Pentax/Asahi, Phase One, Reconyx, Ricoh, Samsung, Sanyo, Sigma/Foveon and Sony.

r-etable 1.3.1
Propagated dependencies: r-hmisc@5.2-4
Channel: guix-cran
Location: guix-cran/packages/e.scm (guix-cran packages e)
Home page: https://cran.r-project.org/package=etable
Licenses: GPL 3+
Build system: r
Synopsis: Easy Table
Description:

This package creates simple to highly customized tables for a wide selection of descriptive statistics, with or without weighting the data.

r-epiflows 0.2.2
Propagated dependencies: r-visnetwork@2.1.4 r-tibble@3.3.0 r-sp@2.2-0 r-leaflet@2.2.3 r-htmltools@0.5.8.1 r-ggplot2@4.0.1 r-ggmap@4.0.2 r-geosphere@1.5-20 r-epicontacts@1.1.4
Channel: guix-cran
Location: guix-cran/packages/e.scm (guix-cran packages e)
Home page: https://www.repidemicsconsortium.org/epiflows/
Licenses: Expat
Build system: r
Synopsis: Predicting Disease Spread from Flow Data
Description:

This package provides functions and classes designed to handle and visualise epidemiological flows between locations. Also contains a statistical method for predicting disease spread from flow data initially described in Dorigatti et al. (2017) <doi:10.2807/1560-7917.ES.2017.22.28.30572>. This package is part of the RECON (<https://www.repidemicsconsortium.org/>) toolkit for outbreak analysis.

r-easy-glmnet 1.1
Propagated dependencies: r-survival@3.8-3 r-glmnet@4.1-10 r-foreach@1.5.2 r-doparallel@1.0.17
Channel: guix-cran
Location: guix-cran/packages/e.scm (guix-cran packages e)
Home page: https://cran.r-project.org/package=easy.glmnet
Licenses: GPL 3
Build system: r
Synopsis: Functions to Simplify the Use of 'glmnet' for Machine Learning
Description:

This package provides several functions to simplify using the glmnet package: converting data frames into matrices ready for glmnet'; b) imputing missing variables multiple times; c) fitting and applying prediction models straightforwardly; d) assigning observations to folds in a balanced way; e) cross-validate the models; f) selecting the most representative model across imputations and folds; and g) getting the relevance of the model regressors; as described in several publications: Solanes et al. (2022) <doi:10.1038/s41537-022-00309-w>, Palau et al. (2023) <doi:10.1016/j.rpsm.2023.01.001>, Salazar de Pablo et al. (2025) <doi:10.1038/s41380-025-03244-1>.

r-econet 1.0.0.1
Propagated dependencies: r-spatstat-utils@3.2-0 r-sna@2.8 r-progressr@0.18.0 r-plyr@1.8.9 r-minpack-lm@1.2-4 r-matrix@1.7-4 r-mass@7.3-65 r-intergraph@2.0-4 r-igraph@2.2.1 r-formula-tools@1.7.1 r-foreach@1.5.2 r-dplyr@1.1.4 r-doparallel@1.0.17 r-bbmle@1.0.25.1
Channel: guix-cran
Location: guix-cran/packages/e.scm (guix-cran packages e)
Home page: https://cran.r-project.org/package=econet
Licenses: Expat
Build system: r
Synopsis: Estimation of Parameter-Dependent Network Centrality Measures
Description:

This package provides methods for estimating parameter-dependent network centrality measures with linear-in-means models. Both non linear least squares and maximum likelihood estimators are implemented. The methods allow for both link and node heterogeneity in network effects, endogenous network formation and the presence of unconnected nodes. The routines also compare the explanatory power of parameter-dependent network centrality measures with those of standard measures of network centrality. Benefits and features of the econet package are illustrated using data from Battaglini and Patacchini (2018) and Battaglini, Patacchini, and Leone Sciabolazza (2020). For additional details, see the vignette <doi:10.18637/jss.v102.i08>.

r-emmixssl 1.1.1
Propagated dependencies: r-mvtnorm@1.3-3
Channel: guix-cran
Location: guix-cran/packages/e.scm (guix-cran packages e)
Home page: https://cran.r-project.org/package=EMMIXSSL
Licenses: GPL 3
Build system: r
Synopsis: Semi-Supervised Gaussian Mixture Model with a Missing-Data Mechanism
Description:

The algorithm of semi-supervised learning based on finite Gaussian mixture models with a missing-data mechanism is designed for a fitting g-class Gaussian mixture model via maximum likelihood (ML). It is proposed to treat the labels of the unclassified features as missing-data and to introduce a framework for their missing as in the pioneering work of Rubin (1976) for missing in incomplete data analysis. This dependency in the missingness pattern can be leveraged to provide additional information about the optimal classifier as specified by Bayesâ rule.

r-em-fuzzy 1.0
Propagated dependencies: r-fuzzynumbers@0.4-7 r-distrib@1.0
Channel: guix-cran
Location: guix-cran/packages/e.scm (guix-cran packages e)
Home page: https://cran.r-project.org/package=EM.Fuzzy
Licenses: LGPL 3+
Build system: r
Synopsis: EM Algorithm for Maximum Likelihood Estimation by Non-Precise Information
Description:

The EM algorithm is a powerful tool for computing maximum likelihood estimates with incomplete data. This package will help to applying EM algorithm based on triangular and trapezoidal fuzzy numbers (as two kinds of incomplete data). A method is proposed for estimating the unknown parameter in a parametric statistical model when the observations are triangular or trapezoidal fuzzy numbers. This method is based on maximizing the observed-data likelihood defined as the conditional probability of the fuzzy data; for more details and formulas see Denoeux (2011) <doi:10.1016/j.fss.2011.05.022>.

r-esci 1.0.9
Propagated dependencies: r-stringr@1.6.0 r-statpsych@1.9.0 r-sadists@0.2.5 r-rlang@1.1.6 r-rdpack@2.6.4 r-r6@2.6.1 r-multcomp@1.4-29 r-metafor@4.8-0 r-mathjaxr@1.8-0 r-legendry@0.2.4 r-jmvcore@2.7.7 r-glue@1.8.0 r-ggtext@0.1.2 r-ggplot2@4.0.1 r-ggdist@3.3.3 r-ggbeeswarm@0.7.2
Channel: guix-cran
Location: guix-cran/packages/e.scm (guix-cran packages e)
Home page: https://github.com/rcalinjageman/esci/
Licenses: GPL 3
Build system: r
Synopsis: Estimation Statistics with Confidence Intervals
Description:

This package provides a collection of functions and jamovi module for the estimation approach to inferential statistics, the approach which emphasizes effect sizes, interval estimates, and meta-analysis. Nearly all functions are based on statpsych and metafor'. This package is still under active development, and breaking changes are likely, especially with the plot and hypothesis test functions. Data sets are included for all examples from Cumming & Calin-Jageman (2024) <ISBN:9780367531508>.

r-epx 1.0.4
Propagated dependencies: r-rngtools@1.5.2 r-randomforest@4.7-1.2 r-nnet@7.3-20 r-foreach@1.5.2 r-dorng@1.8.6.2 r-doparallel@1.0.17
Channel: guix-cran
Location: guix-cran/packages/e.scm (guix-cran packages e)
Home page: https://cran.r-project.org/package=EPX
Licenses: GPL 3
Build system: r
Synopsis: Ensemble of Phalanxes
Description:

An ensemble method for the statistical detection of a rare class in two-class classification problems. The method uses an ensemble of classifiers where the constituent models of the ensemble use disjoint subsets (phalanxes) of explanatory variables. We provide an implementation of the phalanx-formation algorithm. Please see Tomal et al. (2015) <doi:10.1214/14-AOAS778>, Tomal et al. (2016) <doi:10.1021/acs.jcim.5b00663>, and Tomal et al. (2019) <arXiv:1706.06971> for more details.

r-eat 0.1.4
Propagated dependencies: r-reshape2@1.4.5 r-rdpack@2.6.4 r-partykit@1.2-24 r-lpsolveapi@5.5.2.0-17.14 r-ggrepel@0.9.6 r-ggplot2@4.0.1 r-ggparty@1.0.0.1 r-dplyr@1.1.4 r-conflicted@1.2.0
Channel: guix-cran
Location: guix-cran/packages/e.scm (guix-cran packages e)
Home page: https://efficiencytools.wordpress.com/
Licenses: GPL 3
Build system: r
Synopsis: Efficiency Analysis Trees
Description:

This package provides functions are provided to determine production frontiers and technical efficiency measures through non-parametric techniques based upon regression trees. The package includes code for estimating radial input, output, directional and additive measures, plotting graphical representations of the scores and the production frontiers by means of trees, and determining rankings of importance of input variables in the analysis. Additionally, an adaptation of Random Forest by a set of individual Efficiency Analysis Trees for estimating technical efficiency is also included. More details in: <doi:10.1016/j.eswa.2020.113783>.

Page: 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895
Total results: 21457