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

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-tsdataleaks 2.1.1
Propagated dependencies: r-viridis@0.6.5 r-tidyr@1.3.2 r-tibble@3.3.1 r-slider@0.3.3 r-purrr@1.2.2 r-plyr@1.8.9 r-ggplot2@4.0.3 r-dplyr@1.2.1 r-cowplot@1.2.0
Channel: guix-cran
Location: guix-cran/packages/t.scm (guix-cran packages t)
Home page: https://github.com/thiyangt/tsdataleaks
Licenses: GPL 2+
Build system: r
Synopsis: Exploit Data Leakages in Time Series Forecasting Competitions
Description:

Forecasting competitions are of increasing importance as a mean to learn best practices and gain knowledge. Data leakage is one of the most common issues that can often be found in competitions. Data leaks can happen when the training data contains information about the test data. For example: randomly chosen blocks of time series are concatenated to form a new time series, scale-shifts, repeating patterns in time series, white noise is added in the original time series to form a new time series, etc. tsdataleaks package can be used to detect data leakages in a collection of time series.

r-trip 1.10.0
Propagated dependencies: r-viridis@0.6.5 r-traipse@0.4.0 r-spatstat-geom@3.7-3 r-spatstat-explore@3.8-0 r-sp@2.2-1 r-rlang@1.2.0 r-reproj@0.7.0 r-raster@3.6-32 r-mass@7.3-65 r-glue@1.8.1 r-geodist@0.1.1 r-dplyr@1.2.1 r-crsmeta@0.3.0
Channel: guix-cran
Location: guix-cran/packages/t.scm (guix-cran packages t)
Home page: https://github.com/Trackage/trip
Licenses: GPL 3
Build system: r
Synopsis: Tracking Data
Description:

Access and manipulate spatial tracking data, with straightforward coercion from and to other formats. Filter for speed and create time spent maps from tracking data. There are coercion methods to convert between trip and ltraj from adehabitatLT', and between trip and psp and ppp from spatstat'. Trip objects can be created from raw or grouped data frames, and from types in the sp', sf', amt', trackeR', mousetrap', and other packages, Sumner, MD (2011) <https://figshare.utas.edu.au/articles/thesis/The_tag_location_problem/23209538>.

r-tchazards 1.1.5
Propagated dependencies: r-terra@1.9-27 r-sp@2.2-1 r-rcpp@1.1.1-1.1 r-rastervis@0.51.7 r-raster@3.6-32 r-ncdf4@1.24 r-latticeextra@0.6-31 r-geosphere@1.6-8
Channel: guix-cran
Location: guix-cran/packages/t.scm (guix-cran packages t)
Home page: https://github.com/AusClimateService/TCHazaRds
Licenses: GPL 3+
Build system: r
Synopsis: Tropical Cyclone (Hurricane, Typhoon) Spatial Hazard Modelling
Description:

This package provides methods for generating modelled parametric Tropical Cyclone (TC) spatial hazard fields and time series output at point locations from TC tracks. R's compatibility to simply use fast cpp code via the Rcpp package and the wide range spatial analysis tools via the terra package makes it an attractive open source environment to study TCs'. This package estimates TC vortex wind and pressure fields using parametric equations originally coded up in python by TCRM <https://github.com/GeoscienceAustralia/tcrm> and then coded up in Cuda cpp by TCwindgen <https://github.com/CyprienBosserelle/TCwindgen>.

r-tensormiss 1.1.1
Propagated dependencies: r-rtensor@1.5.0 r-rcppeigen@0.3.4.0.2 r-rcpp@1.1.1-1.1
Channel: guix-cran
Location: guix-cran/packages/t.scm (guix-cran packages t)
Home page: https://cran.r-project.org/package=tensorMiss
Licenses: GPL 3
Build system: r
Synopsis: Handle Missing Tensor Data with C++ Integration
Description:

To handle higher-order tensor data. See Kolda and Bader (2009) <doi:10.1137/07070111X> for details on tensor. While existing packages on tensor data extend the base array class to some data classes, this package serves as an alternative resort to handle tensor only as array class. Some functionalities related to missingness are also supported.

r-tsensembler 0.1.0
Propagated dependencies: r-zoo@1.8-15 r-xts@0.14.2 r-xgboost@3.2.1.1 r-softimpute@1.4-3 r-rcpproll@0.3.2 r-ranger@0.18.0 r-pls@2.9-0 r-monmlp@1.1.5-1 r-kernlab@0.9-33 r-glmnet@5.0 r-gbm@2.2.3 r-foreach@1.5.2 r-earth@5.3.5 r-doparallel@1.0.17 r-cubist@0.6.0
Channel: guix-cran
Location: guix-cran/packages/t.scm (guix-cran packages t)
Home page: https://github.com/vcerqueira/tsensembler
Licenses: GPL 2+
Build system: r
Synopsis: Dynamic Ensembles for Time Series Forecasting
Description:

This package provides a framework for dynamically combining forecasting models for time series forecasting predictive tasks. It leverages machine learning models from other packages to automatically combine expert advice using metalearning and other state-of-the-art forecasting combination approaches. The predictive methods receive a data matrix as input, representing an embedded time series, and return a predictive ensemble model. The ensemble use generic functions predict() and forecast() to forecast future values of the time series. Moreover, an ensemble can be updated using methods, such as update_weights() or update_base_models()'. A complete description of the methods can be found in: Cerqueira, V., Torgo, L., Pinto, F., and Soares, C. "Arbitrated Ensemble for Time Series Forecasting." to appear at: Joint European Conference on Machine Learning and Knowledge Discovery in Databases. Springer International Publishing, 2017; and Cerqueira, V., Torgo, L., and Soares, C.: "Arbitrated Ensemble for Solar Radiation Forecasting." International Work-Conference on Artificial Neural Networks. Springer, 2017 <doi:10.1007/978-3-319-59153-7_62>.

r-tidyestimate 1.1.1
Propagated dependencies: r-rlang@1.2.0 r-glue@1.8.1 r-ggrepel@0.9.8 r-ggplot2@4.0.3 r-dplyr@1.2.1
Channel: guix-cran
Location: guix-cran/packages/t.scm (guix-cran packages t)
Home page: https://github.com/KaiAragaki/tidyestimate
Licenses: GPL 2+
Build system: r
Synopsis: Tidy Implementation of 'ESTIMATE'
Description:

The ESTIMATE package infers tumor purity from expression data as a function of immune and stromal infiltrate, but requires writing of intermediate files, is un-pipeable, and performs poorly when presented with modern datasets with current gene symbols. tidyestimate a fast, tidy, modern reimagination of ESTIMATE (2013) <doi:10.1038/ncomms3612>.

r-ttt 1.0
Propagated dependencies: r-knitr@1.51 r-htmltools@0.5.9 r-formula@1.2-5
Channel: guix-cran
Location: guix-cran/packages/t.scm (guix-cran packages t)
Home page: https://github.com/benjaminrich/ttt
Licenses: GPL 3
Build system: r
Synopsis: The Table Tool
Description:

Create structured, formatted HTML tables of in a flexible and convenient way.

r-taipan 0.1.2
Propagated dependencies: r-shiny@1.13.0
Channel: guix-cran
Location: guix-cran/packages/t.scm (guix-cran packages t)
Home page: https://github.com/srkobakian/taipan
Licenses: GPL 3
Build system: r
Synopsis: Tool for Annotating Images in Preparation for Analysis
Description:

This package provides a tool to help create shiny apps for selecting and annotating elements of images. Users must supply images, questions, and answer choices. The user interface is a dynamic shiny app, that displays the images and questions and answer choices. The data generated can be saved to a file that can be used for subsequent analysis. The original purpose was to annotate still images from tennis video for face recognition and emotion detection purposes.

r-tipse 2.0
Propagated dependencies: r-survival@3.8-6 r-rmarkdown@2.31 r-purrr@1.2.2 r-mass@7.3-65 r-knitr@1.51 r-ggplot2@4.0.3 r-dplyr@1.2.1
Channel: guix-cran
Location: guix-cran/packages/t.scm (guix-cran packages t)
Home page: https://cran.r-project.org/package=tipse
Licenses: GPL 3+
Build system: r
Synopsis: Tipping Point Analysis for Survival Endpoints
Description:

This package implements tipping point sensitivity analysis for time-to-event endpoints under different missing data scenarios, as described in Oodally et al. (2025) <doi:10.48550/arXiv.2506.19988>. Supports both model-based and model-free imputation, multiple imputation workflows, plausibility assessment and visualizations. Enables robust assessment for regulatory and exploratory analyses.

r-thames 0.1.2
Channel: guix-cran
Location: guix-cran/packages/t.scm (guix-cran packages t)
Home page: https://cran.r-project.org/package=thames
Licenses: GPL 3+
Build system: r
Synopsis: Truncated Harmonic Mean Estimator of the Marginal Likelihood
Description:

This package implements the truncated harmonic mean estimator (THAMES) of the reciprocal marginal likelihood using posterior samples and unnormalized log posterior values via reciprocal importance sampling. Metodiev, Perrot-Dockès, Ouadah, Irons, Latouche, & Raftery (2024). Bayesian Analysis. <doi:10.1214/24-BA1422>.

r-textir 2.0-5
Propagated dependencies: r-matrix@1.7-5 r-gamlr@1.13-9 r-distrom@1.0.2
Channel: guix-cran
Location: guix-cran/packages/t.scm (guix-cran packages t)
Home page: http://taddylab.com
Licenses: GPL 3
Build system: r
Synopsis: Inverse Regression for Text Analysis
Description:

Multinomial (inverse) regression inference for text documents and associated attributes. For details see: Taddy (2013 JASA) Multinomial Inverse Regression for Text Analysis <arXiv:1012.2098> and Taddy (2015, AoAS), Distributed Multinomial Regression, <arXiv:1311.6139>. A minimalist partial least squares routine is also included. Note that the topic modeling capability of earlier textir is now a separate package, maptpx'.

r-tsfknn 0.6.0
Propagated dependencies: r-rcpp@1.1.1-1.1 r-ggplot2@4.0.3
Channel: guix-cran
Location: guix-cran/packages/t.scm (guix-cran packages t)
Home page: https://github.com/franciscomartinezdelrio/tsfknn
Licenses: GPL 2
Build system: r
Synopsis: Time Series Forecasting Using Nearest Neighbors
Description:

Allows forecasting time series using nearest neighbors regression Francisco Martinez, Maria P. Frias, Maria D. Perez-Godoy and Antonio J. Rivera (2019) <doi:10.1007/s10462-017-9593-z>. When the forecasting horizon is higher than 1, two multi-step ahead forecasting strategies can be used. The model built is autoregressive, that is, it is only based on the observations of the time series. The nearest neighbors used in a prediction can be consulted and plotted.

r-treediff 0.2.3
Propagated dependencies: r-testthat@3.3.2 r-summarizedexperiment@1.42.0 r-rlang@1.2.0 r-reshape2@1.4.5 r-purrr@1.2.2 r-limma@3.68.3 r-interactionset@1.40.0 r-dplyr@1.2.1 r-data-table@1.18.4 r-csaw@1.46.0 r-biocgenerics@0.58.1 r-adjclust@0.6.11
Channel: guix-cran
Location: guix-cran/packages/t.scm (guix-cran packages t)
Home page: https://scales.pages-forge.inrae.fr/treediff
Licenses: GPL 3+
Build system: r
Synopsis: Testing Differences Between Families of Trees
Description:

Perform test to detect differences in structure between families of trees. The method is based on cophenetic distances and aggregated Student's tests.

r-tmcn 0.2-13
Channel: guix-cran
Location: guix-cran/packages/t.scm (guix-cran packages t)
Home page: https://cran.r-project.org/package=tmcn
Licenses: LGPL 2.0+
Build system: r
Synopsis: Text Mining Toolkit for Chinese
Description:

This package provides a Text mining toolkit for Chinese, which includes facilities for Chinese string processing, Chinese NLP supporting, encoding detecting and converting. Moreover, it provides some functions to support tm package in Chinese.

r-tatooheene 1.0.0
Propagated dependencies: r-tidyr@1.3.2 r-rlang@1.2.0 r-dplyr@1.2.1 r-assertthat@0.2.1
Channel: guix-cran
Location: guix-cran/packages/t.scm (guix-cran packages t)
Home page: https://cran.r-project.org/package=tatooheene
Licenses: Expat
Build system: r
Synopsis: Technology Appraisal Toolbox for Health Economic Evaluations in the Netherlands
Description:

This package provides functions to support economic modelling in R based on the methods of the Dutch guideline for economic evaluations in healthcare <https://www.zorginstituutnederland.nl/documenten/2024/01/16/richtlijn-voor-het-uitvoeren-van-economische-evaluaties-in-de-gezondheidszorg>, CBS data <https://www.cbs.nl/>, and OECD data <https://www.oecd.org/en.html>.

r-transmem 0.1.1
Propagated dependencies: r-plot3d@1.4.2 r-ggplot2@4.0.3 r-ggformula@1.0.1 r-cmna@1.0.5
Channel: guix-cran
Location: guix-cran/packages/t.scm (guix-cran packages t)
Home page: https://CRAN.R-project.org/package=transmem
Licenses: GPL 2+
Build system: r
Synopsis: Treatment of Membrane-Transport Data
Description:

Treatment and visualization of membrane (selective) transport data. Transport profiles involving up to three species are produced as publication-ready plots and several membrane performance parameters (e.g. separation factors as defined in Koros et al. (1996) <doi:10.1351/pac199668071479> and non-linear regression parameters for the equations described in Rodriguez de San Miguel et al. (2014) <doi:10.1016/j.jhazmat.2014.03.052>) can be obtained. Many widely used experimental setups (e.g. membrane physical aging) can be easily studied through the package's graphical representations.

r-tickr 1.0.2
Propagated dependencies: r-rlang@1.2.0 r-magrittr@2.0.5 r-ggplot2@4.0.3
Channel: guix-cran
Location: guix-cran/packages/t.scm (guix-cran packages t)
Home page: https://github.com/ben-williams/tickr
Licenses: Expat
Build system: r
Synopsis: Consistent Axis Tick Marks
Description:

This is a small package to provide consistent tick marks for plotting ggplot2 figures. It provides breaks and labels for ggplot2 without requiring ggplot2 to be installed.

r-tr-iatgen 1.1.0
Propagated dependencies: r-shiny@1.13.0
Channel: guix-cran
Location: guix-cran/packages/t.scm (guix-cran packages t)
Home page: https://github.com/iatgen/tr.iatgen
Licenses: Expat
Build system: r
Synopsis: Translate 'iatgen' Generated QSF Files
Description:

Automates translating the instructions of iatgen generated qsf (Qualtrics survey files) to other languages using either officially supported or user-supplied translations (for tutorial see Santos et al., 2023 <doi:10.17504/protocols.io.kxygx34jdg8j/v1>).

r-tidier 0.2.0
Propagated dependencies: r-tidyr@1.3.2 r-slider@0.3.3 r-rlang@1.2.0 r-magrittr@2.0.5 r-furrr@0.4.0 r-dplyr@1.2.1 r-dbplyr@2.5.2 r-checkmate@2.3.4
Channel: guix-cran
Location: guix-cran/packages/t.scm (guix-cran packages t)
Home page: https://github.com/talegari/tidier
Licenses: GPL 3+
Build system: r
Synopsis: Enhanced 'mutate'
Description:

This package provides Apache Spark style window aggregation for R dataframes and remote dbplyr tables via mutate in dplyr flavour.

r-tablesgg 0.9-1
Propagated dependencies: r-tables@0.9.33 r-ggplot2@4.0.3
Channel: guix-cran
Location: guix-cran/packages/t.scm (guix-cran packages t)
Home page: https://github.com/rrprf/tablesgg
Licenses: GPL 3+
Build system: r
Synopsis: Presentation-Quality Tables, Displayed Using 'ggplot2'
Description:

Presentation-quality tables are displayed as plots on an R graphics device. Although there are other packages that format tables for display, this package is unique in combining two features: (a) It is aware of the logical structure of the table being presented, and makes use of that for automatic layout and styling of the table. This avoids the need for most manual adjustments to achieve an attractive result. (b) It displays tables using ggplot2 graphics. Therefore a table can be presented anywhere a graph could be, with no more effort. External software such as LaTeX or HTML or their viewers is not required. The package provides a full set of tools to control the style and appearance of tables, including titles, footnotes and reference marks, horizontal and vertical rules, and spacing of rows and columns. Methods are included to display matrices; data frames; tables created by R's ftable(), table(), and xtabs() functions; and tables created by the tables and xtable packages. Methods can be added to display other table-like objects. A vignette is included that illustrates usage and options available in the package.

r-tidymc 1.0.1
Propagated dependencies: r-tidyr@1.3.2 r-tibble@3.3.1 r-stringr@1.6.0 r-rlang@1.2.0 r-purrr@1.2.2 r-magrittr@2.0.5 r-kableextra@1.4.0 r-hms@1.1.4 r-ggplot2@4.0.3 r-future@1.70.0 r-furrr@0.4.0 r-dplyr@1.2.1 r-checkmate@2.3.4
Channel: guix-cran
Location: guix-cran/packages/t.scm (guix-cran packages t)
Home page: https://github.com/stefanlinner/tidyMC
Licenses: Expat
Build system: r
Synopsis: Monte Carlo Simulations Made Easy and Tidy
Description:

Framework to run Monte Carlo simulations over a parameter grid. Allows to parallelize the simulations. Generates plots and LaTeX tables summarizing the results from the simulation.

r-timedelay 1.0.11
Propagated dependencies: r-mvtnorm@1.3-7 r-mass@7.3-65
Channel: guix-cran
Location: guix-cran/packages/t.scm (guix-cran packages t)
Home page: https://cran.r-project.org/package=timedelay
Licenses: GPL 2
Build system: r
Synopsis: Time Delay Estimation for Stochastic Time Series of Gravitationally Lensed Quasars
Description:

We provide a toolbox to estimate the time delay between the brightness time series of gravitationally lensed quasar images via Bayesian and profile likelihood approaches. The model is based on a state-space representation for irregularly observed time series data generated from a latent continuous-time Ornstein-Uhlenbeck process. Our Bayesian method adopts scientifically motivated hyper-prior distributions and a Metropolis-Hastings within Gibbs sampler, producing posterior samples of the model parameters that include the time delay. A profile likelihood of the time delay is a simple approximation to the marginal posterior distribution of the time delay. Both Bayesian and profile likelihood approaches complement each other, producing almost identical results; the Bayesian way is more principled but the profile likelihood is easier to implement. A new functionality is added in version 1.0.9 for estimating the time delay between doubly-lensed light curves observed in two bands. See also Tak et al. (2017) <doi:10.1214/17-AOAS1027>, Tak et al. (2018) <doi:10.1080/10618600.2017.1415911>, Hu and Tak (2020) <arXiv:2005.08049>.

r-thor 1.2.0
Propagated dependencies: r-storr@1.2.6 r-r6@2.6.1
Channel: guix-cran
Location: guix-cran/packages/t.scm (guix-cran packages t)
Home page: https://github.com/richfitz/thor
Licenses: Expat
Build system: r
Synopsis: Interface to 'LMDB'
Description:

Key-value store, implemented as a wrapper around LMDB'; the "lightning memory-mapped database" <https://www.symas.com/mdb>. LMDB is a transactional key value store that uses a memory map for efficient access. This package wraps the entire LMDB interface (except duplicated keys), and provides objects for transactions and cursors.

r-timber 2.0.1
Propagated dependencies: r-tidyr@1.3.2 r-tibble@3.3.1 r-shiny@1.13.0 r-miniui@0.1.2 r-magrittr@2.0.5 r-ggplot2@4.0.3 r-dplyr@1.2.1 r-cowplot@1.2.0
Channel: guix-cran
Location: guix-cran/packages/t.scm (guix-cran packages t)
Home page: https://cran.r-project.org/package=timbeR
Licenses: Expat
Build system: r
Synopsis: Calculate Wood Volumes from Taper Functions
Description:

This package provides functions for estimation of wood volumes, number of logs, diameters along the stem and heights at which certain diameters occur, based on taper functions and other parameters. References: McTague, J. P., & Weiskittel, A. (2021). <doi:10.1139/cjfr-2020-0326>.

Total packages: 72465