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

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-tfcox 0.1.0
Propagated dependencies: r-survival@3.8-3 r-rcpp@1.1.0
Channel: guix-cran
Location: guix-cran/packages/t.scm (guix-cran packages t)
Home page: https://cran.r-project.org/package=tfCox
Licenses: GPL 2+
Build system: r
Synopsis: Fits Piecewise Polynomial with Data-Adaptive Knots in Cox Model
Description:

In Cox's proportional hazard model, covariates are modeled as linear function and may not be flexible. This package implements additive trend filtering Cox proportional hazards model as proposed in Jiacheng Wu & Daniela Witten (2019) "Flexible and Interpretable Models for Survival Data", Journal of Computational and Graphical Statistics, <DOI:10.1080/10618600.2019.1592758>. The fitted functions are piecewise polynomial with adaptively chosen knots.

r-text2map 0.2.3
Propagated dependencies: r-tibble@3.3.0 r-text2vec@0.6.4 r-stringi@1.8.7 r-rsvd@1.0.5 r-rlang@1.1.6 r-qgraph@1.9.8 r-pillar@1.11.1 r-permute@0.9-8 r-matrix@1.7-4 r-kit@0.0.20 r-igraph@2.2.1 r-foreach@1.5.2 r-fastmatch@1.1-6 r-dplyr@1.1.4 r-doparallel@1.0.17 r-clusterr@1.3.5 r-cli@3.6.5
Channel: guix-cran
Location: guix-cran/packages/t.scm (guix-cran packages t)
Home page: https://culturalcartography.gitlab.io/text2map
Licenses: Expat
Build system: r
Synopsis: R Tools for Text Matrices, Embeddings, and Networks
Description:

This is a collection of functions optimized for working with with various kinds of text matrices. Focusing on the text matrix as the primary object - represented either as a base R dense matrix or a Matrix package sparse matrix - allows for a consistent and intuitive interface that stays close to the underlying mathematical foundation of computational text analysis. In particular, the package includes functions for working with word embeddings, text networks, and document-term matrices. Methods developed in Stoltz and Taylor (2019) <doi:10.1007/s42001-019-00048-6>, Taylor and Stoltz (2020) <doi:10.1007/s42001-020-00075-8>, Taylor and Stoltz (2020) <doi:10.15195/v7.a23>, and Stoltz and Taylor (2021) <doi:10.1016/j.poetic.2021.101567>.

r-tensorflow 2.20.0
Propagated dependencies: r-yaml@2.3.10 r-tfruns@1.5.4 r-tfautograph@0.3.2 r-rstudioapi@0.17.1 r-reticulate@1.44.1 r-processx@3.8.6 r-lifecycle@1.0.4 r-config@0.3.2
Channel: guix-cran
Location: guix-cran/packages/t.scm (guix-cran packages t)
Home page: https://github.com/rstudio/tensorflow
Licenses: ASL 2.0
Build system: r
Synopsis: R Interface to 'TensorFlow'
Description:

Interface to TensorFlow <https://www.tensorflow.org/>, an open source software library for numerical computation using data flow graphs. Nodes in the graph represent mathematical operations, while the graph edges represent the multidimensional data arrays (tensors) communicated between them. The flexible architecture allows you to deploy computation to one or more CPUs or GPUs in a desktop, server, or mobile device with a single API'. TensorFlow was originally developed by researchers and engineers working on the Google Brain Team within Google's Machine Intelligence research organization for the purposes of conducting machine learning and deep neural networks research, but the system is general enough to be applicable in a wide variety of other domains as well.

r-tidywikidatar 0.6.1
Propagated dependencies: r-vctrs@0.6.5 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-purrr@1.2.0 r-progress@1.2.3 r-pool@1.0.4 r-magrittr@2.0.4 r-jsonlite@2.0.0 r-httr2@1.2.1 r-glue@1.8.0 r-fs@1.6.6 r-dplyr@1.1.4 r-dbi@1.2.3 r-cli@3.6.5
Channel: guix-cran
Location: guix-cran/packages/t.scm (guix-cran packages t)
Home page: https://edjnet.github.io/tidywikidatar/
Licenses: Expat
Build system: r
Synopsis: Explore 'Wikidata' Through Tidy Data Frames
Description:

Query Wikidata API <https://www.wikidata.org/wiki/Wikidata:Main_Page> with ease, get tidy data frames in response, and cache data in a local database.

r-tableparser 1.0.5
Propagated dependencies: r-tabulapdf@1.0.5-5 r-jatsdecoder@1.3.1
Channel: guix-cran
Location: guix-cran/packages/t.scm (guix-cran packages t)
Home page: https://github.com/ingmarboeschen/tableParser
Licenses: GPL 3
Build system: r
Synopsis: Parse Tabled Content to Text Vector and Extract Statistical Standard Results
Description:

Features include the ability to extract tabled content from NISO-JATS-coded XML, any native HTML or HML file, DOCX, and PDF documents, and then collapse it into a text format that is readable by humans by mimicking the actions of a screen reader. As tables within PDF documents are extracted with the tabulapdf package, and the table captions and footnotes cannot be extracted, the results on tables within PDF documents have to be considered less precise. The function table2matrix() returns a list of the tables within a document as character matrices. table2text() collapses the matrix content into a list of character strings by imitating the behavior of a screen reader. The textual representation of characters and numbers can be unified with unifyMatrix() before parsing. The function table2stats() extracts the tabled statistical test results from the collapsed text with the function standardStats() from the JATSdecoder package and, if activated, checks the reported and coded p-values for consistency. Due to the great variability and potential complexity of table structures, parsing accuracy may vary. A detailed description of how tableParser works is provided here: <doi:10.48550/arXiv.2603.19756>.

r-tnl-test 0.1.0
Propagated dependencies: r-plyr@1.8.9 r-partitions@1.10-9
Channel: guix-cran
Location: guix-cran/packages/t.scm (guix-cran packages t)
Home page: https://github.com/ihababusaif/tnl.Test
Licenses: GPL 3
Build system: r
Synopsis: Non-Parametric Tests for the Two-Sample Problem
Description:

Performing the hypothesis tests for the two sample problem based on order statistics and power comparisons. Calculate the test statistic, density, distribution function, quantile function, random number generation and others.

r-tractortsbox 0.1.1
Propagated dependencies: r-checkmate@2.3.3
Channel: guix-cran
Location: guix-cran/packages/t.scm (guix-cran packages t)
Home page: https://github.com/TractorTom/TractorTsbox
Licenses: GPL 3+
Build system: r
Synopsis: Wrangle and Modify Ts Object with Classic Frequencies and Exact Dates
Description:

The ts objects in R are managed using a very specific date format (in the form c(2022, 9) for September 2022 or c(2021, 2) for the second quarter of 2021, depending on the frequency, for example). We focus solely on monthly and quarterly series to manage the dates of ts objects. The general idea is to offer a set of functions to manage this date format without it being too restrictive or too imprecise depending on the rounding. This is a compromise between simplicity, precision and use of the basic stats functions for creating and managing time series (ts(), window()). Les objets ts en R sont gérés par un format de date très particulier (sous la forme c(2022, 9) pour septembre 2022 ou c(2021, 2) pour le deuxième trimestre 2021 selon la fréquence par exemple). On se concentre uniquement sur les séries mensuelles et trimestrielles pour gérer les dates des objets ts. Lidée générale est de proposer un ensemble de fonctions pour gérer ce format de date sans que ce soit trop contraignant ou trop imprécis selon les arrondis. Cest un compromis entre simplicité, précision et utilisation des fonctions du package stats de création et de gestion des séries temporelles (ts(), window()).

r-tidystopwords 0.9.1
Propagated dependencies: 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=tidystopwords
Licenses: GPL 3+
Build system: r
Synopsis: Customisable Stop-Words in 110 Languages
Description:

This package provides functions to generate stop-word lists in 110 languages, in a way consistent across all the languages supported. The generated lists are based on the morphological tagset from the Universal Dependencies.

r-triversity 1.0
Propagated dependencies: r-matrix@1.7-4 r-data-tree@1.2.0
Channel: guix-cran
Location: guix-cran/packages/t.scm (guix-cran packages t)
Home page: https://cran.r-project.org/package=triversity
Licenses: GPL 3 FSDG-compatible
Build system: r
Synopsis: Diversity Measures on Tripartite Graphs
Description:

Computing diversity measures on tripartite graphs. This package first implements a parametrized family of such diversity measures which apply on probability distributions. Sometimes called "True Diversity", this family contains famous measures such as the richness, the Shannon entropy, the Herfindahl-Hirschman index, and the Berger-Parker index. Second, the package allows to apply these measures on probability distributions resulting from random walks between the levels of tripartite graphs. By defining an initial distribution at a given level of the graph and a path to follow between the three levels, the probability of the walker's position within the final level is then computed, thus providing a particular instance of diversity to measure.

r-tableeasy 1.1.2
Propagated dependencies: r-tableone@0.13.2 r-survival@3.8-3 r-nortest@1.0-4 r-mgcv@1.9-4 r-lmtest@0.9-40
Channel: guix-cran
Location: guix-cran/packages/t.scm (guix-cran packages t)
Home page: https://cran.r-project.org/package=tableeasy
Licenses: GPL 3
Build system: r
Synopsis: Tables of Clinical Study
Description:

This package creates some tables of clinical study. Table 1 is created by table1() to describe baseline characteristics, which is essential in every clinical study. Created by table2(), the function of Table 2 is to explore influence factors. And Table 3 created by table3() is able to make stratified analysis.

r-traipse 0.4.0
Propagated dependencies: r-magrittr@2.0.4 r-geographiclib@0.4.2 r-geodist@0.1.1
Channel: guix-cran
Location: guix-cran/packages/t.scm (guix-cran packages t)
Home page: https://github.com/AustralianAntarcticDivision/traipse
Licenses: GPL 3
Build system: r
Synopsis: Shared Tools for Tracking Data
Description:

This package provides a collection of commonly used tools for animal movement and other tracking data. Variously distance, angle, bearing, distance-to, bearing-to and speed are provided for geographic data that can be used directly or within tidyverse syntax. Distances and bearings are calculated using modern geodesic methods as provided by Charles F. F. Karney (2013) <doi:10.1007/s00190-012-0578-z> via the geographiclib package.

r-toposort 1.0.0
Propagated dependencies: r-vctrs@0.6.5 r-rlang@1.1.6 r-glue@1.8.0
Channel: guix-cran
Location: guix-cran/packages/t.scm (guix-cran packages t)
Home page: https://github.com/tzakharko/toposort
Licenses: Expat
Build system: r
Synopsis: Topological Sorting Algorithms
Description:

Flexible and ergonomic topological sorting implementation for R. Supports a variety of input data encoding (lists of edges or adjacency matrices, graphs edge direction), stable sort variants as well as cycle detection with detailed diagnosis.

r-tournamentofchampions 0.1.0
Propagated dependencies: r-tidyverse@2.0.0
Channel: guix-cran
Location: guix-cran/packages/t.scm (guix-cran packages t)
Home page: https://github.com/celevitz/touRnamentofchampions
Licenses: Expat
Build system: r
Synopsis: Tournament of Champions Data
Description:

Several datasets which describe the challenges and results of competitions in Tournament of Champions. This data is useful for practicing data wrangling, graphing, and analyzing how each season of Tournament of Champions played out.

r-trps 0.1.0
Propagated dependencies: r-lifecycle@1.0.4 r-dplyr@1.1.4 r-cli@3.6.5 r-brms@2.23.0
Channel: guix-cran
Location: guix-cran/packages/t.scm (guix-cran packages t)
Home page: https://benjaminhlina.github.io/trps/
Licenses: CC0
Build system: r
Synopsis: Bayesian Trophic Position Models using 'stan'
Description:

Bayesian trophic position models using stan by leveraging brms for stable isotope data. Trophic position models are derived by using equations from Post (2002) <doi:10.1890/0012-9658(2002)083[0703:USITET]2.0.CO;2>, Vander Zanden and Vadeboncoeur (2002) <doi:10.1890/0012-9658(2002)083[2152:FAIOBA]2.0.CO;2>, and Heuvel et al. (2024) <doi:10.1139/cjfas-2024-0028>.

r-ttr-pgm 1.0.0
Propagated dependencies: r-rcpparmadillo@15.2.2-1 r-rcpp@1.1.0 r-checkmate@2.3.3 r-abind@1.4-8
Channel: guix-cran
Location: guix-cran/packages/t.scm (guix-cran packages t)
Home page: https://cran.r-project.org/package=TTR.PGM
Licenses: LGPL 3
Build system: r
Synopsis: Thornley Transport Resistance Plant Growth Model
Description:

An implementation of the Thornley transport resistance plant growth model. The package can be used to simulate plant growth as forced by climate system variables. The package provides methods for formatting forcing variables, simulating growth dynamics and calibrating model parameters. For more information see Higgins et al. (2025) TTR.PGM: An R package for modelling the distributions and dynamics of plants using the Thornley transport resistance plant growth model. Methods in Ecology and Evolution. in press.

r-tsss 1.3.4-7
Channel: guix-cran
Location: guix-cran/packages/t.scm (guix-cran packages t)
Home page: https://cran.r-project.org/package=TSSS
Licenses: GPL 2+
Build system: r
Synopsis: Time Series Analysis with State Space Model
Description:

This package provides functions for statistical analysis, modeling and simulation of time series with state space model, based on the methodology in Kitagawa (2020, ISBN: 978-0-367-18733-0).

r-tgram 0.2-4
Propagated dependencies: r-zoo@1.8-14
Channel: guix-cran
Location: guix-cran/packages/t.scm (guix-cran packages t)
Home page: https://cran.r-project.org/package=tgram
Licenses: GPL 2+
Build system: r
Synopsis: Compute and Plot Tracheidograms
Description:

This package provides functions to compute and plot tracheidograms, as in De Soto et al. (2011) <doi:10.1139/x11-045>.

r-tikzdevice 0.12.6
Propagated dependencies: r-png@0.1-8 r-filehash@2.4-6
Channel: guix-cran
Location: guix-cran/packages/t.scm (guix-cran packages t)
Home page: https://github.com/daqana/tikzDevice
Licenses: GPL 2+
Build system: r
Synopsis: R Graphics Output in LaTeX Format
Description:

This package provides a graphics output device for R that records plots in a LaTeX-friendly format. The device transforms plotting commands issued by R functions into LaTeX code blocks. When included in a LaTeX document, these blocks are interpreted with the help of TikZ'---a graphics package for TeX and friends written by Till Tantau. Using the tikzDevice', the text of R plots can contain LaTeX commands such as mathematical formula. The device also allows arbitrary LaTeX code to be inserted into the output stream.

r-tinyimg 0.4
Channel: guix-cran
Location: guix-cran/packages/t.scm (guix-cran packages t)
Home page: https://github.com/yihui/tinyimg
Licenses: Expat
Build system: r
Synopsis: Optimize and Compress Images
Description:

Optimize and compress images using Rust libraries to reduce file sizes while maintaining image quality. Supports PNG palette reduction and dithering via the exoquant crate before lossless PNG optimization via the oxipng crate, and JPEG re-encoding via the mozjpeg crate. The package provides functions to optimize individual image files or entire directories, with configurable compression levels. Use tinyimg() as a convenient entry point for mixed PNG/JPEG workflows.

r-taxa 0.4.4
Propagated dependencies: r-viridislite@0.4.2 r-vctrs@0.6.5 r-tibble@3.3.0 r-stringr@1.6.0 r-rlang@1.1.6 r-pillar@1.11.1 r-magrittr@2.0.4 r-dplyr@1.1.4 r-crayon@1.5.3 r-cli@3.6.5
Channel: guix-cran
Location: guix-cran/packages/t.scm (guix-cran packages t)
Home page: https://docs.ropensci.org/taxa/
Licenses: Expat
Build system: r
Synopsis: Classes for Storing and Manipulating Taxonomic Data
Description:

This package provides classes for storing and manipulating taxonomic data. Most of the classes can be treated like base R vectors (e.g. can be used in tables as columns and can be named). Vectorized classes can store taxon names and authorities, taxon IDs from databases, taxon ranks, and other types of information. More complex classes are provided to store taxonomic trees and user-defined data associated with them.

r-tashiny 0.1.0
Propagated dependencies: r-wordcloud2@0.2.1 r-tm@0.7-16 r-snowballc@0.7.1 r-shiny@1.11.1 r-igraph@2.2.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=TAShiny
Licenses: GPL 2
Build system: r
Synopsis: 'Text Analyzer Shiny'
Description:

Interactive shiny application for working with textmining and text analytics. Various visualizations are provided.

r-ttainterfacetrendanalysis 1.5.11
Propagated dependencies: r-zoo@1.8-14 r-wql@1.0.3 r-tcltk2@1.6.1 r-stlplus@0.5.2 r-rkt@1.7 r-reshape@0.8.10 r-relimp@1.0-5 r-pastecs@1.4.2 r-nlme@3.1-168 r-mvtnorm@1.3-3 r-multcomp@1.4-29 r-e1071@1.7-16 r-data-table@1.17.8 r-breakpoints@1.2
Channel: guix-cran
Location: guix-cran/packages/t.scm (guix-cran packages t)
Home page: https://CRAN.R-project.org/package=TTAinterfaceTrendAnalysis
Licenses: GPL 2+
Build system: r
Synopsis: Temporal Trend Analysis Graphical Interface
Description:

This interface was created to develop a standard procedure to analyse temporal trend in the framework of the OSPAR convention. The analysis process run through 4 successive steps : 1) manipulate your data, 2) select the parameters you want to analyse, 3) build your regulated time series, 4) perform diagnosis and analysis and 5) read the results. Statistical analysis call other package function such as Kendall tests or cusum() function.

r-tiler 0.3.2
Dependencies: python@3.11.14
Propagated dependencies: r-sp@2.2-0 r-raster@3.6-32 r-png@0.1-8
Channel: guix-cran
Location: guix-cran/packages/t.scm (guix-cran packages t)
Home page: https://docs.ropensci.org/tiler/
Licenses: Expat
Build system: r
Synopsis: Create Geographic and Non-Geographic Map Tiles
Description:

This package creates geographic map tiles from geospatial map files or non-geographic map tiles from simple image files. This package provides a tile generator function for creating map tile sets for use with packages such as leaflet'. In addition to generating map tiles based on a common raster layer source, it also handles the non-geographic edge case, producing map tiles from arbitrary images. These map tiles, which have a non-geographic, simple coordinate reference system (CRS), can also be used with leaflet when applying the simple CRS option. Map tiles can be created from an input file with any of the following extensions: tif, grd and nc for spatial maps and png, jpg and bmp for basic images. This package requires Python and the gdal library for Python'. Windows users are recommended to install OSGeo4W (<https://trac.osgeo.org/osgeo4w/>) as an easy way to obtain the required gdal support for Python'.

r-texttools 0.1.0
Propagated dependencies: r-data-table@1.17.8
Channel: guix-cran
Location: guix-cran/packages/t.scm (guix-cran packages t)
Home page: https://cran.r-project.org/package=textTools
Licenses: GPL 2+
Build system: r
Synopsis: Functions for Text Cleansing and Text Analysis
Description:

This package provides a framework for text cleansing and analysis. Conveniently prepare and process large amounts of text for analysis. Includes various metrics for word counts/frequencies that scale efficiently. Quickly analyze large amounts of text data using a text.table (a data.table created with one word (or unit of text analysis) per row, similar to the tidytext format). Offers flexibility to efficiently work with text data stored in vectors as well as text data formatted as a text.table.

Total packages: 69242