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

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-splithalf 0.8.2
Propagated dependencies: r-tidyr@1.3.1 r-robustbase@0.99-6 r-rcpp@1.1.0 r-psych@2.5.6 r-plyr@1.8.9 r-patchwork@1.3.2 r-lme4@1.1-37 r-ggplot2@4.0.1 r-dplyr@1.1.4
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://github.com/sdparsons/splithalf
Licenses: GPL 3
Build system: r
Synopsis: Calculate Task Split Half Reliability Estimates
Description:

Estimate the internal consistency of your tasks with a permutation based split-half reliability approach. Unofficial release name: "I eat stickers all the time, dude!".

r-simseq 1.4.0
Propagated dependencies: r-fdrtool@1.2.18
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=SimSeq
Licenses: GPL 2+
Build system: r
Synopsis: Nonparametric Simulation of RNA-Seq Data
Description:

RNA sequencing analysis methods are often derived by relying on hypothetical parametric models for read counts that are not likely to be precisely satisfied in practice. Methods are often tested by analyzing data that have been simulated according to the assumed model. This testing strategy can result in an overly optimistic view of the performance of an RNA-seq analysis method. We develop a data-based simulation algorithm for RNA-seq data. The vector of read counts simulated for a given experimental unit has a joint distribution that closely matches the distribution of a source RNA-seq dataset provided by the user. Users control the proportion of genes simulated to be differentially expressed (DE) and can provide a vector of weights to control the distribution of effect sizes. The algorithm requires a matrix of RNA-seq read counts with large sample sizes in at least two treatment groups. Many datasets are available that fit this standard.

r-stableestim 2.4
Propagated dependencies: r-stabledist@0.7-2 r-rdpack@2.6.4 r-numderiv@2016.8-1.1 r-mass@7.3-65 r-fbasics@4041.97
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://geobosh.github.io/StableEstim/
Licenses: GPL 2+
Build system: r
Synopsis: Estimate the Four Parameters of Stable Laws using Different Methods
Description:

Estimate the four parameters of stable laws using maximum likelihood method, generalised method of moments with finite and continuum number of points, iterative Koutrouvelis regression and Kogon-McCulloch method. The asymptotic properties of the estimators (covariance matrix, confidence intervals) are also provided.

r-sqlscore 0.1.4
Propagated dependencies: r-dbplyr@2.5.1
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://github.com/wwbrannon/sqlscore/
Licenses: Expat
Build system: r
Synopsis: Utilities for Generating SQL Queries from Model Objects
Description:

This package provides utilities for generating SQL queries (particularly CREATE TABLE statements) from R model objects. The most important use case is generating SQL to score a generalized linear model or related model represented as an R object, in which case the package handles parsing formula operators and including the model's response function.

r-spatialpop 0.1.0
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=SpatialPOP
Licenses: GPL 2+
Build system: r
Synopsis: Generation of Spatial Data with Spatially Varying Model Parameter
Description:

This package provides a spatial population can be generated based on spatially varying regression model under the assumption that observations are collected from a uniform two-dimensional grid consist of (m * m) lattice points with unit distance between any two neighbouring points. For method details see Chao, Liu., Chuanhua, Wei. and Yunan, Su. (2018).<DOI:10.1080/10485252.2018.1499907>. This spatially generated data can be used to test different issues related to the statistical analysis of spatial data. This generated spatial data can be utilized in geographically weighted regression analysis for studying the spatially varying relationships among the variables.

r-scoreeb 0.1.1
Propagated dependencies: r-data-table@1.17.8
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=ScoreEB
Licenses: GPL 3
Build system: r
Synopsis: Score Test Integrated with Empirical Bayes for Association Study
Description:

Perform association test within linear mixed model framework using score test integrated with Empirical Bayes for genome-wide association study. Firstly, score test was conducted for each marker under linear mixed model framework, taking into account the genetic relatedness and population structure. And then all the potentially associated markers were selected with a less stringent criterion. Finally, all the selected markers were placed into a multi-locus model to identify the true quantitative trait nucleotide.

r-shapr 1.0.8
Propagated dependencies: r-rlang@1.1.6 r-rcpparmadillo@15.2.2-1 r-rcpp@1.1.0 r-matrix@1.7-4 r-future-apply@1.20.0 r-data-table@1.17.8 r-cli@3.6.5
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://norskregnesentral.github.io/shapr/
Licenses: Expat
Build system: r
Synopsis: Prediction Explanation with Dependence-Aware Shapley Values
Description:

Complex machine learning models are often hard to interpret. However, in many situations it is crucial to understand and explain why a model made a specific prediction. Shapley values is the only method for such prediction explanation framework with a solid theoretical foundation. Previously known methods for estimating the Shapley values do, however, assume feature independence. This package implements methods which accounts for any feature dependence, and thereby produces more accurate estimates of the true Shapley values. An accompanying Python wrapper ('shaprpy') is available through PyPI.

r-sentencepiece 0.2.5
Propagated dependencies: r-rcpp@1.1.0
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://github.com/bnosac/sentencepiece
Licenses: FSDG-compatible
Build system: r
Synopsis: Text Tokenization using Byte Pair Encoding and Unigram Modelling
Description:

Unsupervised text tokenizer allowing to perform byte pair encoding and unigram modelling. Wraps the sentencepiece library <https://github.com/google/sentencepiece> which provides a language independent tokenizer to split text in words and smaller subword units. The techniques are explained in the paper "SentencePiece: A simple and language independent subword tokenizer and detokenizer for Neural Text Processing" by Taku Kudo and John Richardson (2018) <doi:10.18653/v1/D18-2012>. Provides as well straightforward access to pretrained byte pair encoding models and subword embeddings trained on Wikipedia using word2vec', as described in "BPEmb: Tokenization-free Pre-trained Subword Embeddings in 275 Languages" by Benjamin Heinzerling and Michael Strube (2018) <http://www.lrec-conf.org/proceedings/lrec2018/pdf/1049.pdf>.

r-spacesrgb 1.7-0
Propagated dependencies: r-logger@0.4.1
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=spacesRGB
Licenses: GPL 3+
Build system: r
Synopsis: Standard and User-Defined RGB Color Spaces, with Conversion Between RGB and CIE XYZ and Lab
Description:

Standard RGB spaces included are sRGB, Adobe RGB, ProPhoto RGB, BT.709, and others. User-defined RGB spaces are also possible. There is partial support for ACES Color workflows.

r-softclassval 1.1.0
Propagated dependencies: r-svunit@1.0.8 r-arrayhelpers@1.1-0
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: http://softclassval.r-forge.r-project.org/
Licenses: GPL 3+
Build system: r
Synopsis: Soft Classification Performance Measures
Description:

An extension of sensitivity, specificity, positive and negative predictive value to continuous predicted and reference memberships in [0, 1].

r-ssebief 1.0.1
Propagated dependencies: r-terra@1.8-86 r-dplyr@1.1.4
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=ssebiEF
Licenses: GPL 3
Build system: r
Synopsis: Calculation of SSEBI and Evaporative Fraction from Raster Data
Description:

Calculates a modified Simplified Surface Energy Balance Index (SSEBI) and the Evaporative Fraction (EF) using geospatial raster data such as albedo and surface-air temperature difference (TSâ TA). The SSEBI is computed from albedo and TSâ TA to estimate surface moisture and evaporative dynamics, providing a robust assessment of surface dryness while accounting for atmospheric variations. Based on Roerink, Su, and Menenti (2000) <doi:10.1016/S1464-1909(99)00128-8>.

r-sc2sc 0.0.1-18
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=sc2sc
Licenses: GPL 2+
Build system: r
Synopsis: Spatial Transfer of Statistics among Spanish Census Sections
Description:

Transfers/imputes statistics among Spanish spatial polygons (census sections or postal code areas) from different moments in time (2001-2023) without need of spatial files, just linking statistics to the ID codes of the spatial units. The data available in the census sections of a partition/division (cartography) into force in a moment of time is transferred to the census sections of another partition/division employing the geometric approach (also known as areal weighting or polygon overlay). References: Goerlich (2022) <doi:10.12842/WPIVIE_0322>. Pavà a and Cantarino (2017a, b) <doi:10.1111/gean.12112>, <doi:10.1016/j.apgeog.2017.06.021>. Pérez and Pavà a (2024a, b) <doi:10.4995/CARMA2024.2024.17796>, <doi:10.38191/iirr-jorr.24.057>. Acknowledgements: The authors wish to thank Consellerà a de Educación, Cultura, Universidades y Empleo, Generalitat Valenciana (grant CIACIO/2023/031), Consellerà a de Educación, Universidades y Empleo, Generalitat Valenciana (grant AICO/2021/257), Ministerio de Economà a e Innovación (grant PID2021-128228NB-I00) and Fundación Mapfre for supporting this research.

r-sdaa 0.1-5
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=SDaA
Licenses: GPL 3
Build system: r
Synopsis: Sampling: Design and Analysis
Description:

This package provides functions and Datasets from Lohr, S. (1999), Sampling: Design and Analysis, Duxbury.

r-strucchangercpp 1.5-4-1.0.1
Propagated dependencies: r-zoo@1.8-14 r-sandwich@3.1-1 r-rcpparmadillo@15.2.2-1 r-rcpp@1.1.0
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://github.com/bfast2/strucchangeRcpp/
Licenses: GPL 2 GPL 3
Build system: r
Synopsis: Testing, Monitoring, and Dating Structural Changes: C++ Version
Description:

This package provides a fast implementation with additional experimental features for testing, monitoring and dating structural changes in (linear) regression models. strucchangeRcpp features tests/methods from the generalized fluctuation test framework as well as from the F test (Chow test) framework. This includes methods to fit, plot and test fluctuation processes (e.g. cumulative/moving sum, recursive/moving estimates) and F statistics, respectively. These methods are described in Zeileis et al. (2002) <doi:10.18637/jss.v007.i02>. Finally, the breakpoints in regression models with structural changes can be estimated together with confidence intervals, and their magnitude as well as the model fit can be evaluated using a variety of statistical measures.

r-svgtools 1.1.3
Propagated dependencies: r-xml2@1.5.0 r-stringr@1.6.0 r-rsvg@2.7.0 r-magick@2.9.0
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=svgtools
Licenses: GPL 3
Build system: r
Synopsis: Manipulate SVG (Template) Files of Charts
Description:

The purpose of this package is to manipulate SVG files that are templates of charts the user wants to produce. In vector graphics one copes with x-/y-coordinates of elements (e.g. lines, rectangles, text). Their scale is often dependent on the program that is used to produce the graphics. In applied statistics one usually has numeric values on a fixed scale (e.g. percentage values between 0 and 100) to show in a chart. Basically, svgtools transforms the statistical values into coordinates and widths/heights of the vector graphics. This is done by stackedBar() for bar charts, by linesSymbols() for charts with lines and/or symbols (dot markers) and scatterSymbols() for scatterplots.

r-stand 2.0
Propagated dependencies: r-survival@3.8-3
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: http://www.csm.ornl.gov/esh/statoed/
Licenses: GPL 2+
Build system: r
Synopsis: Statistical Analysis of Non-Detects
Description:

This package provides functions for the analysis of occupational and environmental data with non-detects. Maximum likelihood (ML) methods for censored log-normal data and non-parametric methods based on the product limit estimate (PLE) for left censored data are used to calculate all of the statistics recommended by the American Industrial Hygiene Association (AIHA) for the complete data case. Functions for the analysis of complete samples using exact methods are also provided for the lognormal model. Revised from 2007-11-05 survfit~1'.

r-sbmsdp 0.2
Propagated dependencies: r-rcpparmadillo@15.2.2-1 r-rcpp@1.1.0
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=sbmSDP
Licenses: GPL 3
Build system: r
Synopsis: Semidefinite Programming for Fitting Block Models of Equal Block Sizes
Description:

An ADMM implementation of SDP-1, a semidefinite programming relaxation of the maximum likelihood estimator for fitting a block model. SDP-1 has a tendency to produce equal-sized blocks and is ideal for producing a form of network histogram approximating a nonparametric graphon model. Alternatively, it can be used for community detection. (This is experimental code, proceed with caution.).

r-simlandr 0.4.0
Propagated dependencies: r-tidyr@1.3.1 r-tibble@3.3.0 r-sim-diffproc@5.0 r-rlang@1.1.6 r-purrr@1.2.0 r-progress@1.2.3 r-plotly@4.11.0 r-mass@7.3-65 r-magrittr@2.0.4 r-lifecycle@1.0.4 r-ks@1.15.1 r-htmlwidgets@1.6.4 r-ggplot2@4.0.1 r-gganimate@1.0.11 r-furrr@0.3.1 r-forcats@1.0.1 r-dplyr@1.1.4 r-digest@0.6.39 r-coda@0.19-4.1 r-bigmemory@4.6.4
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://sciurus365.github.io/simlandr/
Licenses: GPL 3+
Build system: r
Synopsis: Simulation-Based Landscape Construction for Dynamical Systems
Description:

This package provides a toolbox for constructing potential landscapes for dynamical systems using Monte Carlo simulation. The method is based on the potential landscape definition by Wang et al. (2008) <doi:10.1073/pnas.0800579105> (also see Zhou & Li, 2016 <doi:10.1063/1.4943096> for further mathematical discussions) and can be used for a large variety of models.

r-supclust 1.1-1
Propagated dependencies: r-rpart@4.1.24 r-class@7.3-23
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://github.com/mmaechler/supclust
Licenses: GPL 3
Build system: r
Synopsis: Supervised Clustering of Predictor Variables Such as Genes
Description:

Methodology for supervised grouping aka "clustering" of potentially many predictor variables, such as genes etc, implementing algorithms PELORA and WILMA'.

r-squid 0.2.1
Propagated dependencies: r-shinymatrix@0.8.1 r-shiny@1.11.1 r-plotly@4.11.0 r-mass@7.3-65 r-lme4@1.1-37 r-ggplot2@4.0.1 r-data-table@1.17.8 r-brms@2.23.0 r-arm@1.14-4
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://github.com/squid-group/squid
Licenses: Expat
Build system: r
Synopsis: Statistical Quantification of Individual Differences
Description:

This package provides a simulation-based tool made to help researchers to become familiar with multilevel variations, and to build up sampling designs for their study. This tool has two main objectives: First, it provides an educational tool useful for students, teachers and researchers who want to learn to use mixed-effects models. Users can experience how the mixed-effects model framework can be used to understand distinct biological phenomena by interactively exploring simulated multilevel data. Second, it offers research opportunities to those who are already familiar with mixed-effects models, as it enables the generation of data sets that users may download and use for a range of simulation-based statistical analyses such as power and sensitivity analysis of multilevel and multivariate data [Allegue, H., Araya-Ajoy, Y.G., Dingemanse, N.J., Dochtermann N.A., Garamszegi, L.Z., Nakagawa, S., Reale, D., Schielzeth, H. and Westneat, D.F. (2016) <doi: 10.1111/2041-210X.12659>].

r-sameplot 0.1.0
Propagated dependencies: r-ragg@1.5.0 r-knitr@1.50
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://github.com/TomNaber/sameplot
Licenses: Expat
Build system: r
Synopsis: Consistent Plot Rendering and Saving Across Interactive Sessions and Reports
Description:

Renders plots to a temporary image using the ragg graphics device and returns knitr::include_graphics() output. Optionally saves the image to a specified path. This helps ensure consistent appearance across interactive sessions, saved files, and knitted documents. For more details see Pedersen and Shemanarev (2025) <doi: 10.32614/CRAN.package.ragg>.

r-seqtarget 1.4.1
Propagated dependencies: r-survival@3.8-3 r-stringr@1.6.0 r-parallelly@1.45.1 r-knitr@1.50 r-ggplot2@4.0.1 r-future-apply@1.20.0 r-future@1.68.0 r-fastglm@0.0.3 r-dorng@1.8.6.2 r-dofuture@1.1.2 r-data-table@1.17.8
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://causalinference.github.io/SEQTaRget/
Licenses: Expat
Build system: r
Synopsis: Sequential Trial Emulation
Description:

Implementation of sequential trial emulation for the analysis of observational databases. The SEQTaRget software accommodates time-varying treatments and confounders, as well as binary and failure time outcomes. SEQTaRget allows to compare both static and dynamic strategies, can be used to estimate observational analogs of intention-to-treat and per-protocol effects, and can adjust for potential selection bias induced by losses-to-follow-up. (Paper to come).

r-studentlife 1.1.0
Propagated dependencies: r-visdat@0.6.0 r-tidyr@1.3.1 r-tibble@3.3.0 r-skimr@2.2.2 r-readr@2.1.6 r-r-utils@2.13.0 r-purrr@1.2.0 r-jsonlite@2.0.0 r-ggplot2@4.0.1 r-dplyr@1.1.4 r-crayon@1.5.3
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://github.com/Frycast/studentlife
Licenses: GPL 3
Build system: r
Synopsis: Tidy Handling and Navigation of the Student-Life Dataset
Description:

Download, navigate and analyse the Student-Life dataset. The Student-Life dataset contains passive and automatic sensing data from the phones of a class of 48 Dartmouth college students. It was collected over a 10 week term. Additionally, the dataset contains ecological momentary assessment results along with pre-study and post-study mental health surveys. The intended use is to assess mental health, academic performance and behavioral trends. The raw dataset and additional information is available at <https://studentlife.cs.dartmouth.edu/>.

r-secrlinear 1.2.5
Propagated dependencies: r-sp@2.2-0 r-sf@1.0-23 r-secr@5.4.2 r-mass@7.3-65 r-igraph@2.2.1
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://www.otago.ac.nz/density/
Licenses: GPL 2+
Build system: r
Synopsis: Spatially Explicit Capture-Recapture for Linear Habitats
Description:

This package provides tools for spatially explicit capture-recapture analysis of animal populations in linear habitats, extending package secr'.

Page: 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901
Total results: 21615