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

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-tern-mmrm 0.3.3
Propagated dependencies: r-tidyr@1.3.2 r-tern@0.9.11 r-rtables@0.6.16 r-rlang@1.2.0 r-parallelly@1.47.0 r-mmrm@0.3.18 r-magrittr@2.0.5 r-lifecycle@1.0.5 r-ggplot2@4.0.3 r-generics@0.1.4 r-formatters@0.5.13 r-emmeans@2.0.3 r-dplyr@1.2.1 r-cowplot@1.2.0 r-checkmate@2.3.4
Channel: guix-cran
Location: guix-cran/packages/t.scm (guix-cran packages t)
Home page: https://github.com/insightsengineering/tern.mmrm
Licenses: ASL 2.0
Build system: r
Synopsis: Tables and Graphs for Mixed Models for Repeated Measures (MMRM)
Description:

Mixed models for repeated measures (MMRM) are a popular choice for analyzing longitudinal continuous outcomes in randomized clinical trials and beyond; see for example Cnaan, Laird and Slasor (1997) <doi:10.1002/(SICI)1097-0258(19971030)16:20%3C2349::AID-SIM667%3E3.0.CO;2-E>. This package provides an interface for fitting MMRM within the tern <https://cran.r-project.org/package=tern> framework by Zhu et al. (2023) and tabulate results easily using rtables <https://cran.r-project.org/package=rtables> by Becker et al. (2023). It builds on mmrm <https://cran.r-project.org/package=mmrm> by Sabanés Bové et al. (2023) for the actual MMRM computations.

r-twophasegas 1.2.5
Propagated dependencies: r-nloptr@2.2.1 r-matrix@1.7-5 r-mass@7.3-65 r-kofnga@1.3 r-enrichwith@0.5.0 r-dfoptim@2023.1.0 r-data-table@1.18.4
Channel: guix-cran
Location: guix-cran/packages/t.scm (guix-cran packages t)
Home page: https://github.com/egosv/twoPhaseGAS
Licenses: GPL 2+
Build system: r
Synopsis: Two-Phase Genetic Association Study Design and Analysis with Missing Covariates by Design
Description:

This package provides functionality for designing and analysing two-phase genetic association studies. Phase 1 data usually come from genome-wide association study (GWAS) results and we assume phase 2 data will be part of a targeted genome sequencing or fine-mapping study. At design stage, the package assists in selecting a subset of individuals that will be sequenced for phase 2 via alternative approaches, including a flexible genetic algorithm (GA) for near-optimal designs. Once phase 2 data have been collected, the package implements methods to analyse phase 1 and phase 2 data together using semi-parametric regression models via the expectation-maximization (EM) algorithm. For more details see Espin-Garcia, Craiu and Bull (2018) <doi:10.1002/gepi.22099> and Espin-Garcia, Craiu and Bull (2021) <doi:10.1002/sim.9211>.

r-tracee 0.0.4
Propagated dependencies: r-nmdata@0.2.6 r-gridextra@2.3 r-ggplot2@4.0.3 r-flextable@0.9.11 r-data-table@1.18.4
Channel: guix-cran
Location: guix-cran/packages/t.scm (guix-cran packages t)
Home page: https://cran.r-project.org/package=tracee
Licenses: Expat
Build system: r
Synopsis: Easily Save Output and Trace it Back to Code
Description:

Write output (plots and tables) ensuring traceability back to code. Includes a graphics saver with simple automation of stamping with source, destination and creation time. A list of plots can be saved at once. A user-friendly selection of output dimensions for presentations, on-screen inspections, and more available.

r-tinyscholar 0.1.7
Propagated dependencies: r-xml2@1.5.2 r-stringr@1.6.0 r-rvest@1.0.5 r-rlang@1.2.0 r-r-utils@2.13.0 r-purrr@1.2.2 r-magrittr@2.0.5 r-jsonlite@2.0.0 r-gt@1.3.0 r-ggplot2@4.0.3 r-dplyr@1.2.1 r-curl@7.1.0
Channel: guix-cran
Location: guix-cran/packages/t.scm (guix-cran packages t)
Home page: https://github.com/ShixiangWang/tinyscholar
Licenses: Expat
Build system: r
Synopsis: Get and Show Personal 'Google Scholar' Profile
Description:

This package provides functions to get personal Google Scholar profile data from web API and show it in table or figure format.

r-tsgs 1.0.1
Propagated dependencies: r-kernlab@0.9-33 r-genalg@0.2.1 r-fastmatch@1.1-8 r-edger@4.10.0 r-e1071@1.7-17 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-trendsegmentr 1.3.2
Channel: guix-cran
Location: guix-cran/packages/t.scm (guix-cran packages t)
Home page: https://cran.r-project.org/package=trendsegmentR
Licenses: GPL 2+ GPL 3+
Build system: r
Synopsis: Linear Trend Segmentation
Description:

This package performs the detection of linear trend changes for univariate time series by implementing the bottom-up unbalanced wavelet transformation proposed by H. Maeng and P. Fryzlewicz (2023). The estimated number and locations of the change-points are returned with the piecewise-linear estimator for signal.

r-tsdt 1.0.8
Propagated dependencies: r-survrm2@1.0-4 r-survival@3.8-6 r-rpart@4.1.27 r-party@1.3-20 r-modeltools@0.2-24 r-mlbench@2.1-8 r-hash@2.2.6.4
Channel: guix-cran
Location: guix-cran/packages/t.scm (guix-cran packages t)
Home page: https://github.com/EliLillyCo/CRAN_TSDT
Licenses: GPL 2+
Build system: r
Synopsis: Treatment-Specific Subgroup Detection Tool
Description:

This package implements a method for identifying subgroups with superior response relative to the overall sample.

r-term 0.4.0
Propagated dependencies: r-vctrs@0.7.3 r-universals@0.0.5 r-rlang@1.2.0 r-lifecycle@1.0.5 r-extras@0.10.0 r-chk@0.10.0
Channel: guix-cran
Location: guix-cran/packages/t.scm (guix-cran packages t)
Home page: https://poissonconsulting.github.io/term/
Licenses: Expat
Build system: r
Synopsis: Create, Manipulate and Query Parameter Terms
Description:

Creates, manipulates, queries and repairs vectors of parameter terms. Parameter terms are the labels used to reference values in vectors, matrices and arrays. They represent the names in coefficient tables and the column names in mcmc and mcmc.list objects.

r-truchet 0.0.1.1
Propagated dependencies: r-tidyr@1.3.2 r-sf@1.1-1 r-rlang@1.2.0 r-purrr@1.2.2 r-magrittr@2.0.5 r-lwgeom@0.2-16 r-dplyr@1.2.1 r-checkmate@2.3.4 r-bezier@1.1.2
Channel: guix-cran
Location: guix-cran/packages/t.scm (guix-cran packages t)
Home page: https://paezha.github.io/truchet/
Licenses: Expat
Build system: r
Synopsis: Tiles and Random Mosaics Truchet Style Using the 'sf' Framework
Description:

This package provides functions to create Truchet tiles, so called after Sébastien Truchet who was the first to describe the patterns obtained by rotating tiles with respect to each other. This form of tiling is described by Smith and Boucher (1987) <https://muse.jhu.edu/article/600574>.

r-totalcopheneticindex 2.0.1
Propagated dependencies: r-treetools@2.4.1
Channel: guix-cran
Location: guix-cran/packages/t.scm (guix-cran packages t)
Home page: https://github.com/ms609/tci/
Licenses: FSDG-compatible
Build system: r
Synopsis: Quantify the Balance of Phylogenetic Trees
Description:

Measures the degree of balance for a given phylogenetic tree by calculating the Total Cophenetic Index. Reference: A. Mir, F. Rossello, L. A. Rotger (2013). A new balance index for phylogenetic trees. Math. Biosci. 241, 125-136 <doi:10.1016/j.mbs.2012.10.005>.

r-tumgr 0.0.4
Propagated dependencies: r-minpack-lm@1.2-4
Channel: guix-cran
Location: guix-cran/packages/t.scm (guix-cran packages t)
Home page: https://wilkersj.shinyapps.io/tumgrShiny
Licenses: Expat
Build system: r
Synopsis: Tumor Growth Rate Analysis
Description:

This package provides a tool to obtain tumor growth rates from clinical trial patient data. Output includes individual and summary data for tumor growth rate estimates as well as optional plots of the observed and predicted tumor quantity over time.

r-toon 0.0.1
Channel: guix-cran
Location: guix-cran/packages/t.scm (guix-cran packages t)
Home page: https://github.com/laresbernardo/toon
Licenses: Expat
Build system: r
Synopsis: Token-Oriented Object Notation (TOON)
Description:

Token-Oriented Object Notation (TOON) is a compact, human-readable serialization format designed for passing structured data to Large Language Models with significantly reduced token usage. It's intended for LLM input as a lossless, drop-in representation of JSON data.

r-twilio 0.1.0
Propagated dependencies: r-purrr@1.2.2 r-magrittr@2.0.5 r-lubridate@1.9.5 r-jsonlite@2.0.0 r-httr@1.4.8
Channel: guix-cran
Location: guix-cran/packages/t.scm (guix-cran packages t)
Home page: http://github.com/seankross/twilio
Licenses: Expat
Build system: r
Synopsis: An Interface to the Twilio API for R
Description:

The Twilio web service provides an API for computer programs to interact with telephony. The included functions wrap the SMS and MMS portions of Twilio's API, allowing users to send and receive text messages from R. See <https://www.twilio.com/docs/> for more information.

r-tidylo 0.2.0
Propagated dependencies: r-rlang@1.2.0 r-dplyr@1.2.1
Channel: guix-cran
Location: guix-cran/packages/t.scm (guix-cran packages t)
Home page: https://juliasilge.github.io/tidylo/
Licenses: Expat
Build system: r
Synopsis: Weighted Tidy Log Odds Ratio
Description:

How can we measure how the usage or frequency of some feature, such as words, differs across some group or set, such as documents? One option is to use the log odds ratio, but the log odds ratio alone does not account for sampling variability; we haven't counted every feature the same number of times so how do we know which differences are meaningful? Enter the weighted log odds, which tidylo provides an implementation for, using tidy data principles. In particular, here we use the method outlined in Monroe, Colaresi, and Quinn (2008) <doi:10.1093/pan/mpn018> to weight the log odds ratio by a prior. By default, the prior is estimated from the data itself, an empirical Bayes approach, but an uninformative prior is also available.

r-tradeoffaucdim 0.2.0
Propagated dependencies: r-tidyr@1.3.2 r-tibble@3.3.1 r-superlearner@2.0-40 r-stringr@1.6.0 r-speedglm@0.3-5 r-rsample@1.3.2 r-rocr@1.0-12 r-purrr@1.2.2 r-magrittr@2.0.5 r-ggplot2@4.0.3 r-fuzzysim@4.59 r-fastdummies@1.7.6 r-ez@4.5-0 r-dplyr@1.2.1 r-caret@7.0-1
Channel: guix-cran
Location: guix-cran/packages/t.scm (guix-cran packages t)
Home page: https://github.com/luisgarcez11/tradeoffaucdim
Licenses: Expat
Build system: r
Synopsis: Plotting Trade-Off AUC-Dimensionality
Description:

Perform and Runtime statistical comparisons between models. This package aims at choosing the best model for a particular dataset, regarding its discriminant power and runtime.

r-trps 0.1.0
Propagated dependencies: r-lifecycle@1.0.5 r-dplyr@1.2.1 r-cli@3.6.6 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-thresholdroc 2.10.0
Propagated dependencies: r-proc@1.19.0.1 r-numderiv@2016.8-1.1 r-mass@7.3-65 r-ks@1.15.2
Channel: guix-cran
Location: guix-cran/packages/t.scm (guix-cran packages t)
Home page: https://cran.r-project.org/package=ThresholdROC
Licenses: GPL 2+
Build system: r
Synopsis: Optimum Threshold Estimation
Description:

This package provides functions that provide point and interval estimations of optimum thresholds for continuous diagnostic tests. The methodology used is based on minimizing an overall cost function in the two- and three-state settings. We also provide functions for sample size determination and estimation of diagnostic accuracy measures. We also include graphical tools. The statistical methodology used here can be found in Perez-Jaume et al (2017) <doi:10.18637/jss.v082.i04> and in Skaltsa et al (2010, 2012) <doi:10.1002/bimj.200900294>, <doi:10.1002/sim.4369>.

r-tplsr 1.0.5
Propagated dependencies: r-plotly@4.12.0
Channel: guix-cran
Location: guix-cran/packages/t.scm (guix-cran packages t)
Home page: https://cran.r-project.org/package=TPLSr
Licenses: GPL 3
Build system: r
Synopsis: Thresholded Partial Least Squares Model for Neuroimaging Data
Description:

Uses thresholded partial least squares algorithm to create a regression or classification model. For more information, see Lee, Bradlow, and Kable <doi:10.1016/j.crmeth.2022.100227>.

r-tsdb 1.1-0
Propagated dependencies: r-zoo@1.8-15 r-fastmatch@1.1-8 r-datetimeutils@0.6-6
Channel: guix-cran
Location: guix-cran/packages/t.scm (guix-cran packages t)
Home page: http://enricoschumann.net/R/packages/tsdb/
Licenses: GPL 3
Build system: r
Synopsis: Terribly-Simple Data Base for Time Series
Description:

This package provides a terribly-simple data base for numeric time series, written purely in R, so no external database-software is needed. Series are stored in plain-text files (the most-portable and enduring file type) in CSV format. Timestamps are encoded using R's native numeric representation for Date'/'POSIXct', which makes them fast to parse, but keeps them accessible with other software. The package provides tools for saving and updating series in this standardised format, for retrieving and joining data, for summarising files and directories, and for coercing series from and to other data types (such as zoo series).

r-timevarconcurrentmodel 1.0
Propagated dependencies: r-fda@6.3.0 r-bolstad2@1.0-29
Channel: guix-cran
Location: guix-cran/packages/t.scm (guix-cran packages t)
Home page: https://cran.r-project.org/package=TimeVarConcurrentModel
Licenses: GPL 2+
Build system: r
Synopsis: Concurrent Multivariate Models with Time-Varying Coefficients
Description:

This package provides a hypothesis test and variable selection algorithm for use in time-varying, concurrent regression models. The hypothesis test function is also accompanied by a plotting function which will show the estimated beta(s) and confidence band(s) from the hypothesis test. The hypothesis test function helps the user identify significant covariates within the scope of a time-varying concurrent model. The plots will show the amount of area that falls outside the confidence band(s) which is used for the test statistic within the hypothesis test.

r-tablecompare 0.1.1
Propagated dependencies: r-tidyselect@1.2.1 r-rlang@1.2.0 r-purrr@1.2.2 r-magrittr@2.0.5 r-glue@1.8.1 r-data-table@1.18.4
Channel: guix-cran
Location: guix-cran/packages/t.scm (guix-cran packages t)
Home page: https://github.com/eutwt/tablecompare
Licenses: Expat
Build system: r
Synopsis: Compare Data Frames
Description:

This package provides a toolbox for comparing two data frames. This package is defunct. I recommend you use the "versus" package instead.

r-treeshap 0.4.0
Propagated dependencies: r-rcpp@1.1.1-1.1 r-ggplot2@4.0.3 r-data-table@1.18.4
Channel: guix-cran
Location: guix-cran/packages/t.scm (guix-cran packages t)
Home page: https://modeloriented.github.io/treeshap/
Licenses: GPL 3
Build system: r
Synopsis: Compute SHAP Values for Your Tree-Based Models Using the 'TreeSHAP' Algorithm
Description:

An efficient implementation of the TreeSHAP algorithm introduced by Lundberg et al., (2020) <doi:10.1038/s42256-019-0138-9>. It is capable of calculating SHAP (SHapley Additive exPlanations) values for tree-based models in polynomial time. Currently supported models include gbm', randomForest', ranger', xgboost', lightgbm'.

r-tidylaslog 0.1.2
Propagated dependencies: r-tidyr@1.3.2 r-tibble@3.3.1 r-dplyr@1.2.1
Channel: guix-cran
Location: guix-cran/packages/t.scm (guix-cran packages t)
Home page: https://github.com/Omodolor/tidylaslog
Licenses: Expat
Build system: r
Synopsis: Tidy Import, Indexing, and Export of LAS Well Log Data
Description:

This package provides tools for reading, parsing, indexing, and exporting LAS (Log ASCII Standard) well log files into tidy, analysis-ready tabular formats. The package separates LAS header information and log data into structured components, builds a searchable index across collections of LAS files, and enables reproducible subsetting of wells based on metadata or curve availability. Output tables can be written to CSV or Parquet formats to support large-scale statistical, machine learning, and earth science workflows. The tidy data structure follows Wickham (2014) <doi:10.18637/jss.v059.i10>. The LAS file structure follows the Canadian Well Logging Society LAS standard <https://www.cwls.org/wp-content/uploads/2017/02/Las2_Update_Jan2017.pdf>.

r-triangulation 0.5.0
Channel: guix-cran
Location: guix-cran/packages/t.scm (guix-cran packages t)
Home page: https://cran.r-project.org/package=triangulation
Licenses: LGPL 2.0+
Build system: r
Synopsis: Determine Position of Observer
Description:

Measuring angles between points in a landscape is much easier than measuring distances. When the location of three points is known the position of the observer can be determined based solely on the angles between these points as seen by the observer. This task (known as triangulation) however requires onerous calculations - these calculations are automated by this package.

Total packages: 73977