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

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-tulpamesh 0.1.1
Dependencies: tbb@2021.6.0
Propagated dependencies: r-rcppparallel@5.1.11-1 r-rcpp@1.1.0 r-matrix@1.7-4
Channel: guix-cran
Location: guix-cran/packages/t.scm (guix-cran packages t)
Home page: https://github.com/gcol33/tulpaMesh
Licenses: Expat
Build system: r
Synopsis: Constrained Delaunay Triangulation Meshes for Spatial 'SPDE' Models
Description:

Generate constrained Delaunay triangulation meshes for use with stochastic partial differential equation (SPDE) spatial models (Lindgren, Rue and Lindstroem 2011 <doi:10.1111/j.1467-9868.2011.00777.x>). Provides automatic mesh generation from point coordinates with boundary constraints, Ruppert refinement for mesh quality, finite element method (FEM) matrix assembly (mass, stiffness, projection), barrier models, spherical meshes via icosahedral subdivision, and metric graph meshes for network geometries. Built on the CDT header-only C++ library (Amirkhanov 2024 <https://github.com/artem-ogre/CDT>). Designed as the mesh backend for the tulpa Bayesian hierarchical modelling engine but usable standalone for any spatial triangulation task.

r-tcv 0.1.0
Propagated dependencies: r-rcpparmadillo@15.2.2-1 r-rcpp@1.1.0 r-irlba@2.3.5.1 r-gfm@1.2.2 r-countsplit@4.0.0
Channel: guix-cran
Location: guix-cran/packages/t.scm (guix-cran packages t)
Home page: https://github.com/Wangzhijingwzj/tcv
Licenses: GPL 3+
Build system: r
Synopsis: Determining the Number of Factors in Poisson Factor Models via Thinning Cross-Validation
Description:

This package implements methods for selecting the number of factors in Poisson factor models, with a primary focus on Thinning Cross-Validation (TCV). The TCV method is based on the data thinning technique, which probabilistically partitions each count observation into training and test sets while preserving the underlying factor structure. The Poisson factor model is then fit on the training set, and model selection is performed by comparing predictive performance on the test set. This toolkit is designed for researchers working with high-dimensional count data in fields such as genomics, text mining, and social sciences. The data thinning methodology is detailed in Dharamshi et al. (2025) <doi:10.1080/01621459.2024.2353948> and Wang et al. (2025) <doi:10.1080/01621459.2025.2546577>.

r-tidypaleo 0.1.4
Propagated dependencies: r-withr@3.0.2 r-vctrs@0.6.5 r-tidyselect@1.2.1 r-tidyr@1.3.1 r-tibble@3.3.0 r-styler@1.11.0 r-stringr@1.6.0 r-scales@1.4.0 r-rlang@1.1.6 r-rioja@1.0-7 r-purrr@1.2.0 r-ggstance@0.3.7 r-ggplot2@4.0.1 r-dplyr@1.1.4 r-digest@0.6.39
Channel: guix-cran
Location: guix-cran/packages/t.scm (guix-cran packages t)
Home page: https://paleolimbot.github.io/tidypaleo/
Licenses: Expat
Build system: r
Synopsis: Tidy Tools for Paleoenvironmental Archives
Description:

This package provides a set of functions with a common framework for age-depth model management, stratigraphic visualization, and common statistical transformations. The focus of the package is stratigraphic visualization, for which ggplot2 components are provided to reproduce the scales, geometries, facets, and theme elements commonly used in publication-quality stratigraphic diagrams. Helpers are also provided to reproduce the exploratory statistical summaries that are frequently included on stratigraphic diagrams. See Dunnington et al. (2021) <doi:10.18637/jss.v101.i07>.

r-testarguments 0.0.1
Propagated dependencies: r-reshape2@1.4.5 r-plyr@1.8.9 r-magrittr@2.0.4 r-ggplot2@4.0.1 r-dplyr@1.1.4
Channel: guix-cran
Location: guix-cran/packages/t.scm (guix-cran packages t)
Home page: https://cran.r-project.org/package=testarguments
Licenses: Expat
Build system: r
Synopsis: Test (Multiple) Arguments of a User-Defined Prediction Algorithm
Description:

Finding the best values for user-specified arguments of a prediction algorithm can be difficult, particularly if there is an interaction between argument levels. This package automates the testing of any user-defined prediction algorithm over an arbitrary number of arguments. It includes functions for testing the algorithm over the given arguments with respect to an arbitrary number of user-defined diagnostics, visualising the results of these tests, and finding the optimal argument combinations with respect to each diagnostic.

r-tsgs 1.0
Propagated dependencies: r-kernlab@0.9-33 r-genalg@0.2.1 r-fastmatch@1.1-6 r-edger@4.8.0 r-e1071@1.7-16 r-caret@7.0-1
Channel: guix-cran
Location: guix-cran/packages/t.scm (guix-cran packages t)
Home page: https://github.com/SudhirSrivastava/TSGS
Licenses: GPL 2 GPL 3
Build system: r
Synopsis: Trait Specific Gene Selection using SVM and GA
Description:

Obtaining relevant set of trait specific genes from gene expression data is important for clinical diagnosis of disease and discovery of disease mechanisms in plants and animals. This process involves identification of relevant genes and removal of redundant genes as much as possible from a whole gene set. This package returns the trait specific gene set from the high dimensional RNA-seq count data by applying combination of two conventional machine learning algorithms, support vector machine (SVM) and genetic algorithm (GA). GA is used to control and optimize the subset of genes sent to the SVM for classification and evaluation. Genetic algorithm uses repeated learning steps and cross validation over number of possible solution and selects the best. The algorithm selects the set of genes based on a fitness function that is obtained via support vector machines. Using SVM as the classifier performance and the genetic algorithm for feature selection, a set of trait specific gene set is obtained.

r-twdtw 1.0-1
Propagated dependencies: r-rcpp@1.1.0 r-proxy@0.4-27
Channel: guix-cran
Location: guix-cran/packages/t.scm (guix-cran packages t)
Home page: https://github.com/vwmaus/twdtw/
Licenses: GPL 3+
Build system: r
Synopsis: Time-Weighted Dynamic Time Warping
Description:

This package implements Time-Weighted Dynamic Time Warping (TWDTW), a measure for quantifying time series similarity. The TWDTW algorithm, described in Maus et al. (2016) <doi:10.1109/JSTARS.2016.2517118> and Maus et al. (2019) <doi:10.18637/jss.v088.i05>, is applicable to multi-dimensional time series of various resolutions. It is particularly suitable for comparing time series with seasonality for environmental and ecological data analysis, covering domains such as remote sensing imagery, climate data, hydrology, and animal movement. The twdtw package offers a user-friendly R interface, efficient Fortran routines for TWDTW calculations, flexible time weighting definitions, as well as utilities for time series preprocessing and visualization.

r-tailrank 3.2.4
Propagated dependencies: r-oompadata@3.1.5 r-oompabase@3.2.10 r-biobase@2.70.0
Channel: guix-cran
Location: guix-cran/packages/t.scm (guix-cran packages t)
Home page: http://oompa.r-forge.r-project.org/
Licenses: ASL 2.0
Build system: r
Synopsis: The Tail-Rank Statistic
Description:

This package implements the tail-rank statistic for selecting biomarkers from a microarray data set, an efficient nonparametric test focused on the distributional tails. See <https://gitlab.com/krcoombes/coombeslab/-/blob/master/doc/papers/tolstoy-new.pdf>.

r-tlaginterim 1.1
Propagated dependencies: r-survival@3.8-3 r-r-utils@2.13.0
Channel: guix-cran
Location: guix-cran/packages/t.scm (guix-cran packages t)
Home page: https://cran.r-project.org/package=tLagInterim
Licenses: GPL 2
Build system: r
Synopsis: Interim Monitoring of Clinical Trials with Time-Lagged Outcome
Description:

This package implements inverse and augmented inverse probability weighted estimators for common treatment effect parameters at an interim analysis with time-lagged outcome that may not be available for all enrolled subjects. Produces estimators, standard errors, and information that can be used to compute stopping boundaries using software that assumes that the estimators/test statistics have independent increments. Tsiatis, A. A. and Davidian, M., (2022) <doi:10.1002/sim.9580> .

r-topsis 1.0
Channel: guix-cran
Location: guix-cran/packages/t.scm (guix-cran packages t)
Home page: https://cran.r-project.org/package=topsis
Licenses: GPL 2
Build system: r
Synopsis: TOPSIS method for multiple-criteria decision making (MCDM)
Description:

Evaluation of alternatives based on multiple criteria using TOPSIS method.

r-transhdm 1.0.1
Propagated dependencies: r-mass@7.3-65 r-hdmt@1.0.5 r-glmnet@4.1-10 r-foreach@1.5.2 r-doparallel@1.0.17 r-caret@7.0-1
Channel: guix-cran
Location: guix-cran/packages/t.scm (guix-cran packages t)
Home page: https://github.com/Gaohuer/TransHDM
Licenses: GPL 3+
Build system: r
Synopsis: High-Dimensional Mediation Analysis via Transfer Learning
Description:

This package provides a framework for high-dimensional mediation analysis using transfer learning. The main function TransHDM() integrates large-scale source data to improve the detection power of potential mediators in small-sample target studies. It addresses data heterogeneity via transfer regularization and debiased estimation while controlling the false discovery rate. The package also includes utilities for data generation (gen_simData_homo(), gen_simData_hetero()), baseline methods such as lasso() and dblasso(), sure independence screening via SIS(), and model diagnostics through source_detection(). The methodology is described in Pan et al. (2025) <doi:10.1093/bib/bbaf460>.

r-tuwmodel 1.1-1
Channel: guix-cran
Location: guix-cran/packages/t.scm (guix-cran packages t)
Home page: https://cran.r-project.org/package=TUWmodel
Licenses: GPL 2+
Build system: r
Synopsis: Lumped/Semi-Distributed Hydrological Model for Education Purposes
Description:

The model, developed at the Vienna University of Technology, is a lumped conceptual rainfall-runoff model, following the structure of the HBV model. The model can also be run in a semi-distributed fashion and with dual representation of soil layer. The model runs on a daily or shorter time step and consists of a snow routine, a soil moisture routine and a flow routing routine. See Parajka, J., R. Merz, G. Bloeschl (2007) <DOI:10.1002/hyp.6253> Uncertainty and multiple objective calibration in regional water balance modelling: case study in 320 Austrian catchments, Hydrological Processes, 21, 435-446.

r-tidyemoji 0.1.1
Propagated dependencies: r-tidyr@1.3.1 r-tibble@3.3.0 r-stringr@1.6.0 r-purrr@1.2.0 r-emoji@16.0.0 r-dplyr@1.1.4
Channel: guix-cran
Location: guix-cran/packages/t.scm (guix-cran packages t)
Home page: https://pursuitofdatascience.github.io/tidyEmoji/
Licenses: GPL 3+
Build system: r
Synopsis: Discovers Emoji from Text
Description:

Unicodes are not friendly to work with, and not all Unicodes are Emoji per se, making obtaining Emoji statistics a difficult task. This tool can help your experience of working with Emoji as smooth as possible, as it has the tidyverse style.

r-tailtransform 2.0.0
Channel: guix-cran
Location: guix-cran/packages/t.scm (guix-cran packages t)
Home page: https://cran.r-project.org/package=tailTransform
Licenses: GPL 2
Build system: r
Synopsis: Symmetric Transformation of Tails for Plotting Differences
Description:

When plotting treated-minus-control differences, after-minus-before changes, or difference-in-differences, the ttrans() function symmetrically transforms the positive and negative tails to aid plotting. The package includes an observational study with three control groups and an unaffected outcome; see Rosenbaum (2022) <doi:10.1080/00031305.2022.2063944>.

r-tsmodel 0.6-2
Channel: guix-cran
Location: guix-cran/packages/t.scm (guix-cran packages t)
Home page: https://cran.r-project.org/package=tsModel
Licenses: GPL 2+
Build system: r
Synopsis: Time Series Modeling for Air Pollution and Health
Description:

This package provides tools for specifying time series regression models.

r-tww 0.1.0
Channel: guix-cran
Location: guix-cran/packages/t.scm (guix-cran packages t)
Home page: https://cran.r-project.org/package=TWW
Licenses: GPL 3
Build system: r
Synopsis: Growth Models
Description:

This package provides a model for the growth of self-limiting populations using three, four, or five parameter functions, which have wide applications in a variety of fields. The dependent variable in a dynamical modeling could be the population size at time x, where x is the independent variable. In the analysis of quantitative polymerase chain reaction (qPCR), the dependent variable would be the fluorescence intensity and the independent variable the cycle number. This package then would calculate the TWW cycle threshold.

r-telraamstats 1.1.2
Propagated dependencies: r-yaml@2.3.10 r-tidyr@1.3.1 r-scales@1.4.0 r-rlang@1.1.6 r-reshape2@1.4.5 r-purrr@1.2.0 r-paletteer@1.6.0 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 r-config@0.3.2
Channel: guix-cran
Location: guix-cran/packages/t.scm (guix-cran packages t)
Home page: https://annuaire.agistaterre.org/telraamStats/
Licenses: FSDG-compatible
Build system: r
Synopsis: Retrieval and Visualization of Mobility Data from 'Telraam' Sensors
Description:

Streamline the processing of Telraam data, sourced from open data mobility sensors. These tools range from data retrieval (without the need for API knowledge) to data visualization, including data preprocessing.

r-testthatdocs 1.0.23
Channel: guix-cran
Location: guix-cran/packages/t.scm (guix-cran packages t)
Home page: https://github.com/urniaz/testthatdocs
Licenses: Expat
Build system: r
Synopsis: Automated and Idempotent Unit Tests Documentation for Reproducible Quality Assurance
Description:

Automates documentation of test_that() calls within R test files. The package scans test sources, extracts human-readable test titles (even when composed with functions like paste() or glue::glue(), ... etc.), and generates reproducible roxygen2-style listings that can be inserted both globally and per-section. It ensures idempotent updates and supports customizable numbering templates with hierarchical indices. Designed for developers, QA teams, and package maintainers seeking consistent, self-documenting test inventories.

r-testequavar 0.1.5
Channel: guix-cran
Location: guix-cran/packages/t.scm (guix-cran packages t)
Home page: https://cran.r-project.org/package=testequavar
Licenses: GPL 3+
Build system: r
Synopsis: Bootstrap Tests for Equality of 2, 3, or 4 Population Variances
Description:

Tests the hypothesis that variances are homogeneous or not using bootstrap. The procedure uses a variance-based statistic, and is derived from a normal-theory test. The test equivalently expressed the hypothesis as a function of the log contrasts of the population variances. A box-type acceptance region is constructed to test the hypothesis. See Cahoy (2010) \doi10.1016/j.csda.2010.04.012.

r-transreg 1.0.6
Propagated dependencies: r-starnet@1.0.1 r-joinet@1.0.0 r-glmnet@4.1-10
Channel: guix-cran
Location: guix-cran/packages/t.scm (guix-cran packages t)
Home page: https://github.com/rauschenberger/transreg
Licenses: GPL 3
Build system: r
Synopsis: Penalised Regression with Multiple Sets of Prior Effects ('Transfer Learning')
Description:

Improves the predictive performance of ridge and lasso regression exploiting one or more sources of prior information on the importance and direction of effects (Rauschenberger and others 2023, <doi:10.1093/bioinformatics/btad680>). For running the vignette (optional), install fwelnet and ecpc from <https://github.com/kjytay/fwelnet> and <https://github.com/Mirrelijn/ecpc>, respectively.

r-trialr 0.1.6
Propagated dependencies: r-tidybayes@3.0.7 r-tibble@3.3.0 r-stringr@1.6.0 r-stanheaders@2.32.10 r-rstantools@2.5.0 r-rstan@2.32.7 r-rlang@1.1.6 r-rcppparallel@5.1.11-1 r-rcppeigen@0.3.4.0.2 r-rcpp@1.1.0 r-purrr@1.2.0 r-mass@7.3-65 r-magrittr@2.0.4 r-gtools@3.9.5 r-ggplot2@4.0.1 r-dplyr@1.1.4 r-coda@0.19-4.1 r-binom@1.1-1.1 r-bh@1.87.0-1
Channel: guix-cran
Location: guix-cran/packages/t.scm (guix-cran packages t)
Home page: https://github.com/brockk/trialr
Licenses: GPL 3+
Build system: r
Synopsis: Clinical Trial Designs in 'rstan'
Description:

This package provides a collection of clinical trial designs and methods, implemented in rstan and R, including: the Continual Reassessment Method by O'Quigley et al. (1990) <doi:10.2307/2531628>; EffTox by Thall & Cook (2004) <doi:10.1111/j.0006-341X.2004.00218.x>; the two-parameter logistic method of Neuenschwander, Branson & Sponer (2008) <doi:10.1002/sim.3230>; and the Augmented Binary method by Wason & Seaman (2013) <doi:10.1002/sim.5867>; and more. We provide functions to aid model-fitting and analysis. The rstan implementations may also serve as a cookbook to anyone looking to extend or embellish these models. We hope that this package encourages the use of Bayesian methods in clinical trials. There is a preponderance of early phase trial designs because this is where Bayesian methods are used most. If there is a method you would like implemented, please get in touch.

r-tidystats 0.7.0
Propagated dependencies: r-jsonlite@2.0.0
Channel: guix-cran
Location: guix-cran/packages/t.scm (guix-cran packages t)
Home page: https://willemsleegers.github.io/tidystats/
Licenses: Expat
Build system: r
Synopsis: Save Output of Statistical Tests
Description:

Save the output of statistical tests in an organized file that can be shared with others or used to report statistics in scientific papers.

r-trackreconstruction 1.3
Propagated dependencies: r-rcolorbrewer@1.1-3 r-fields@17.1
Channel: guix-cran
Location: guix-cran/packages/t.scm (guix-cran packages t)
Home page: https://cran.r-project.org/package=TrackReconstruction
Licenses: GPL 2+
Build system: r
Synopsis: Reconstruct Animal Tracks from Magnetometer, Accelerometer, Depth and Optional Speed Data
Description:

Reconstructs animal tracks from magnetometer, accelerometer, depth and optional speed data. Designed primarily using data from Wildlife Computers Daily Diary tags deployed on northern fur seals.

r-tidyconsultant 0.1.2
Propagated dependencies: r-validata@0.1.1 r-tidybins@0.1.2 r-presenter@0.1.2 r-pacman@0.5.1 r-framecleaner@0.2.1 r-ckmeans-1d-dp@4.3.5 r-badger@0.2.5 r-autostats@0.4.2
Channel: guix-cran
Location: guix-cran/packages/t.scm (guix-cran packages t)
Home page: https://harrison4192.github.io/TidyConsultant/
Licenses: Expat
Build system: r
Synopsis: Tidy Consultant Universe
Description:

Loads the 5 packages in the Tidy Consultant Universe. This collection of packages is useful for anyone doing data science, data analysis, or quantitative consulting. The functions in these packages range from data cleaning, data validation, data binning, statistical modeling, and file exporting.

r-traudem 1.0.3
Propagated dependencies: r-withr@3.0.2 r-sys@3.4.3 r-rlang@1.1.6 r-purrr@1.2.0 r-cli@3.6.5
Channel: guix-cran
Location: guix-cran/packages/t.scm (guix-cran packages t)
Home page: https://lucarraro.github.io/traudem/
Licenses: Expat
Build system: r
Synopsis: Use TauDEM
Description:

Simple trustworthy utility functions to use TauDEM (Terrain Analysis Using Digital Elevation Models <https://hydrology.usu.edu/taudem/taudem5/>) command-line interface. This package provides a guide to installation of TauDEM and its dependencies GDAL (Geopatial Data Abstraction Library) and MPI (Message Passing Interface) for different operating systems. Moreover, it checks that TauDEM and its dependencies are correctly installed and included to the PATH, and it provides wrapper commands for calling TauDEM methods from R.

Total packages: 69242