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

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-tradepolicy 0.7.0
Propagated dependencies: r-tidyr@1.3.1 r-sandwich@3.1-1 r-purrr@1.2.0 r-msm@1.8.2 r-magrittr@2.0.4 r-knitr@1.50 r-ggplot2@4.0.1 r-formula@1.2-5 r-fixest@0.13.2 r-dplyr@1.1.4 r-broom@1.0.10
Channel: guix-cran
Location: guix-cran/packages/t.scm (guix-cran packages t)
Home page: https://github.com/pachadotdev/tradepolicy/
Licenses: FSDG-compatible
Build system: r
Synopsis: Replication of 'An Advanced Guide To Trade Policy Analysis'
Description:

Datasets from Yotov, et al. (2016, ISBN:978-92-870-4367-2) "An Advanced Guide to Trade Policy Analysis" and functions to report regression summaries with clustered robust standard errors.

r-textstem 0.1.4
Propagated dependencies: r-textshape@1.7.5 r-textclean@0.9.3 r-stringi@1.8.7 r-snowballc@0.7.1 r-quanteda@4.3.1 r-lexicon@1.2.1 r-korpus-lang-en@0.1-4 r-korpus@0.13-9 r-hunspell@3.0.6 r-dplyr@1.1.4
Channel: guix-cran
Location: guix-cran/packages/t.scm (guix-cran packages t)
Home page: http://github.com/trinker/textstem
Licenses: GPL 2
Build system: r
Synopsis: Tools for Stemming and Lemmatizing Text
Description:

This package provides tools that stem and lemmatize text. Stemming is a process that removes endings such as affixes. Lemmatization is the process of grouping inflected forms together as a single base form.

r-trainer 2.2.12
Propagated dependencies: r-xgboost@1.7.11.1 r-stringr@1.6.0 r-rpart@4.1.24 r-rocr@1.0-11 r-rlang@1.1.6 r-randomforest@4.7-1.2 r-nnet@7.3-20 r-neuralnet@1.44.2 r-mass@7.3-65 r-kknn@1.4.1 r-glmnet@4.1-10 r-ggplot2@4.0.1 r-gbm@2.2.2 r-e1071@1.7-16 r-dplyr@1.1.4 r-adabag@5.1
Channel: guix-cran
Location: guix-cran/packages/t.scm (guix-cran packages t)
Home page: https://promidat.website/
Licenses: GPL 2+
Build system: r
Synopsis: Predictive (Classification and Regression) Models Homologator
Description:

This package provides methods to unify the different ways of creating predictive models and their different predictive formats for classification and regression. It includes methods such as K-Nearest Neighbors Schliep, K. P. (2004) <doi:10.5282/ubm/epub.1769>, Decision Trees Leo Breiman, Jerome H. Friedman, Richard A. Olshen, Charles J. Stone (2017) <doi:10.1201/9781315139470>, ADA Boosting Esteban Alfaro, Matias Gamez, Noelia Garcà a (2013) <doi:10.18637/jss.v054.i02>, Extreme Gradient Boosting Chen & Guestrin (2016) <doi:10.1145/2939672.2939785>, Random Forest Breiman (2001) <doi:10.1023/A:1010933404324>, Neural Networks Venables, W. N., & Ripley, B. D. (2002) <ISBN:0-387-95457-0>, Support Vector Machines Bennett, K. P. & Campbell, C. (2000) <doi:10.1145/380995.380999>, Bayesian Methods Gelman, A., Carlin, J. B., Stern, H. S., & Rubin, D. B. (1995) <doi:10.1201/9780429258411>, Linear Discriminant Analysis Venables, W. N., & Ripley, B. D. (2002) <ISBN:0-387-95457-0>, Quadratic Discriminant Analysis Venables, W. N., & Ripley, B. D. (2002) <ISBN:0-387-95457-0>, Logistic Regression Dobson, A. J., & Barnett, A. G. (2018) <doi:10.1201/9781315182780> and Penalized Logistic Regression Friedman, J. H., Hastie, T., & Tibshirani, R. (2010) <doi:10.18637/jss.v033.i01>.

r-tramnet 0.0-991
Propagated dependencies: r-tram@1.4-1 r-smoof@1.6.0.3 r-sandwich@3.1-1 r-paramhelpers@1.14.2 r-mlt@1.7-4 r-mlrmbo@1.1.5.1 r-mlr@2.19.3 r-lhs@1.2.0 r-cvxr@1.0-15 r-basefun@1.2-6
Channel: guix-cran
Location: guix-cran/packages/t.scm (guix-cran packages t)
Home page: http://ctm.R-forge.R-project.org
Licenses: GPL 2
Build system: r
Synopsis: Penalized Transformation Models
Description:

Partially penalized versions of specific transformation models implemented in package mlt'. Available models include a fully parametric version of the Cox model, other parametric survival models (Weibull, etc.), models for binary and ordered categorical variables, normal and transformed-normal (Box-Cox type) linear models, and continuous outcome logistic regression. Hyperparameter tuning is facilitated through model-based optimization functionalities from package mlrMBO'. The accompanying vignette describes the methodology used in tramnet in detail. Transformation models and model-based optimization are described in Hothorn et al. (2019) <doi:10.1111/sjos.12291> and Bischl et al. (2016) <doi:10.48550/arXiv.1703.03373>, respectively.

r-toolsforcoda 1.1.0
Propagated dependencies: r-mass@7.3-65 r-correlplot@1.1.2 r-calibrate@1.7.7
Channel: guix-cran
Location: guix-cran/packages/t.scm (guix-cran packages t)
Home page: https://www.r-project.org
Licenses: GPL 2+
Build system: r
Synopsis: Multivariate Tools for Compositional Data Analysis
Description:

This package provides functions for multivariate analysis with compositional data. Includes a function for doing compositional canonical correlation analysis. This analysis requires two data matrices of compositions, which can be adequately transformed and used as entries in a specialized program for canonical correlation analysis, that is able to deal with singular covariance matrices. The methodology is described in Graffelman et al. (2017) <doi:10.1101/144584>. Functions for log-ratio principal component analysis with condition number computations and log-ratio discriminant analysis have been added to the package.

r-tidyplots 0.4.0
Propagated dependencies: r-tidyselect@1.2.1 r-tidyr@1.3.1 r-stringr@1.6.0 r-scales@1.4.0 r-rlang@1.1.6 r-purrr@1.2.0 r-lifecycle@1.0.4 r-htmltools@0.5.8.1 r-hmisc@5.2-4 r-gtable@0.3.6 r-glue@1.8.0 r-ggrepel@0.9.6 r-ggrastr@1.0.2 r-ggpubr@0.6.2 r-ggplot2@4.0.1 r-ggbeeswarm@0.7.2 r-forcats@1.0.1 r-dplyr@1.1.4 r-cli@3.6.5
Channel: guix-cran
Location: guix-cran/packages/t.scm (guix-cran packages t)
Home page: https://github.com/jbengler/tidyplots
Licenses: Expat
Build system: r
Synopsis: Tidy Plots for Scientific Papers
Description:

The goal of tidyplots is to streamline the creation of publication-ready plots for scientific papers. It allows to gradually add, remove and adjust plot components using a consistent and intuitive syntax.

r-tmplate 0.0.3
Propagated dependencies: r-trnslate@0.0.3
Channel: guix-cran
Location: guix-cran/packages/t.scm (guix-cran packages t)
Home page: <https://marioma.me?i=soft>
Licenses: GPL 2+
Build system: r
Synopsis: Code Generation Based on Templates
Description:

Define general templates with tags that can be replaced by content depending on arguments and objects to modify the final output of the document.

r-trialsize 1.4.1
Channel: guix-cran
Location: guix-cran/packages/t.scm (guix-cran packages t)
Home page: https://cran.r-project.org/package=TrialSize
Licenses: FSDG-compatible
Build system: r
Synopsis: R Functions for Chapter 3,4,6,7,9,10,11,12,14,15 of Sample Size Calculation in Clinical Research
Description:

This package provides functions and Examples in Sample Size Calculation in Clinical Research.

r-tidygate 1.0.19
Propagated dependencies: r-xfun@0.54 r-viridis@0.6.5 r-tidyr@1.3.1 r-tibble@3.3.0 r-stringr@1.6.0 r-shiny@1.11.1 r-scales@1.4.0 r-rlang@1.1.6 r-rcolorbrewer@1.1-3 r-purrr@1.2.0 r-plotly@4.11.0 r-magrittr@2.0.4 r-lifecycle@1.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://github.com/stemangiola/tidygate
Licenses: GPL 3
Build system: r
Synopsis: Interactively Gate Points
Description:

Interactively gate points on a scatter plot. Interactively drawn gates are recorded and can be applied programmatically to reproduce results exactly. Programmatic gating is based on the package gatepoints by Wajid Jawaid.

r-treesim 2.4
Propagated dependencies: r-geiger@2.0.11 r-ape@5.8-1
Channel: guix-cran
Location: guix-cran/packages/t.scm (guix-cran packages t)
Home page: https://cran.r-project.org/package=TreeSim
Licenses: GPL 2
Build system: r
Synopsis: Simulating Phylogenetic Trees
Description:

Simulation methods for phylogenetic trees where (i) all tips are sampled at one time point or (ii) tips are sampled sequentially through time. (i) For sampling at one time point, simulations are performed under a constant rate birth-death process, conditioned on having a fixed number of final tips (sim.bd.taxa()), or a fixed age (sim.bd.age()), or a fixed age and number of tips (sim.bd.taxa.age()). When conditioning on the number of final tips, the method allows for shifts in rates and mass extinction events during the birth-death process (sim.rateshift.taxa()). The function sim.bd.age() (and sim.rateshift.taxa() without extinction) allow the speciation rate to change in a density-dependent way. The LTT plots of the simulations can be displayed using LTT.plot(), LTT.plot.gen() and LTT.average.root(). TreeSim further samples trees with n final tips from a set of trees generated by the common sampling algorithm stopping when a fixed number m>>n of tips is first reached (sim.gsa.taxa()). This latter method is appropriate for m-tip trees generated under a big class of models (details in the sim.gsa.taxa() man page). For incomplete phylogeny, the missing speciation events can be added through simulations (corsim()). (ii) sim.rateshifts.taxa() is generalized to sim.bdsky.stt() for serially sampled trees, where the trees are conditioned on either the number of sampled tips or the age. Furthermore, for a multitype-branching process with sequential sampling, trees on a fixed number of tips can be simulated using sim.bdtypes.stt.taxa(). This function further allows to simulate under epidemiological models with an exposed class. The function sim.genespeciestree() simulates coalescent gene trees within birth-death species trees, and sim.genetree() simulates coalescent gene trees.

r-textab 1.0.1
Channel: guix-cran
Location: guix-cran/packages/t.scm (guix-cran packages t)
Home page: https://setzler.github.io/textab/
Licenses: Expat
Build system: r
Synopsis: Create Highly-Customized 'LaTeX' Tables
Description:

Generate LaTeX tables directly from R. It builds LaTeX tables in blocks in the spirit of ggplot2 using the + and / operators for concatenation in the vertical and horizontal dimensions, respectively. It exports tables in the LaTeX tabular environment using .tex code. It can compile .tex code to PDF automatically.

r-trade 0.8.3
Propagated dependencies: r-antitrust@0.99.30
Channel: guix-cran
Location: guix-cran/packages/t.scm (guix-cran packages t)
Home page: https://github.com/luciu5/trade
Licenses: CC0
Build system: r
Synopsis: Tools for Trade Practitioners
Description:

This package provides a collection of tools for trade practitioners, including the ability to calibrate different consumer demand systems and simulate the effects of tariffs and quotas under different competitive regimes. These tools are derived from Anderson et al. (2001) <doi:10.1016/S0047-2727(00)00085-2> and Froeb et al. (2003) <doi:10.1016/S0304-4076(02)00166-5>.

r-tout 1.0.3
Channel: guix-cran
Location: guix-cran/packages/t.scm (guix-cran packages t)
Home page: https://github.com/DTWilson/tout
Licenses: Expat
Build system: r
Synopsis: Optimal Sample Size and Progression Criteria for Three-Outcome Trials
Description:

Find the optimal decision rules (AKA progression criteria) and sample size for clinical trials with three (stop/pause/go) outcomes. Both binary and continuous endpoints can be accommodated, as can cases where an adjustment is planned following a pause outcome. For more details see Wilson et al. (2024) <doi:10.1186/s12874-024-02351-x>.

r-tfactsr 0.99.0
Propagated dependencies: r-qvalue@2.42.0
Channel: guix-cran
Location: guix-cran/packages/t.scm (guix-cran packages t)
Home page: https://afukushima.github.io/TFactSR/
Licenses: GPL 3
Build system: r
Synopsis: Enrichment Approach to Predict Which Transcription Factors are Regulated
Description:

R implementation of TFactS to predict which are the transcription factors (TFs), regulated in a biological condition based on lists of differentially expressed genes (DEGs) obtained from transcriptome experiments. This package is based on the TFactS concept by Essaghir et al. (2010) <doi:10.1093/nar/gkq149> and expands it. It allows users to perform TFactS'-like enrichment approach. The package can import and use the original catalogue file from the TFactS as well as users defined catalogues of interest that are not supported by TFactS (e.g., Arabidopsis).

r-triggerstrategy 1.2.0
Propagated dependencies: r-nleqslv@3.3.5 r-mvtnorm@1.3-3 r-ldbounds@2.0.2 r-ga@3.2.4
Channel: guix-cran
Location: guix-cran/packages/t.scm (guix-cran packages t)
Home page: https://cran.r-project.org/package=triggerstrategy
Licenses: GPL 3
Build system: r
Synopsis: Trigger Strategy in Clinical Trials
Description:

The trigger strategy is a general framework for a multistage statistical design with multiple hypotheses, allowing an adaptive selection of interim analyses. The selection of interim stages can be associated with some prespecified endpoints which serve as the trigger. This selection allows us to refine the critical boundaries in hypotheses testing procedures, and potentially increase the statistical power. This package includes several trial designs using the trigger strategy. See Gou, J. (2023), "Trigger strategy in repeated tests on multiple hypotheses", Statistics in Biopharmaceutical Research, 15(1), 133-140, and Gou, J. (2022), "Sample size optimization and initial allocation of the significance levels in group sequential trials with multiple endpoints", Biometrical Journal, 64(2), 301-311.

r-tidyweather 0.2.0
Propagated dependencies: r-tibble@3.3.0 r-stringr@1.6.0 r-optree@0.1.1 r-dplyr@1.1.4
Channel: guix-cran
Location: guix-cran/packages/t.scm (guix-cran packages t)
Home page: https://tidyweather.bangyou.me/
Licenses: Expat
Build system: r
Synopsis: Analysis the Weather Data for Agriculture
Description:

This package provides functions are collected to analyse weather data for agriculture purposes including to read weather records in multiple formats, calculate extreme climate index. Demonstration data are included the SILO daily climate data (licensed under CC BY 4.0, <https://www.longpaddock.qld.gov.au/silo/>).

r-texor 1.6.0
Propagated dependencies: r-yaml@2.3.10 r-xfun@0.54 r-whisker@0.4.1 r-tinytex@0.58 r-stringr@1.6.0 r-rmarkdown@2.30 r-rjtools@1.0.18.1 r-rebib@0.5.0 r-pdftools@3.6.0 r-logger@0.4.1 r-desc@1.4.3 r-cli@3.6.5
Channel: guix-cran
Location: guix-cran/packages/t.scm (guix-cran packages t)
Home page: https://github.com/Abhi-1U/texor
Licenses: Expat
Build system: r
Synopsis: Converting 'LaTeX' 'R Journal' Articles into 'RJ-web-articles'
Description:

Articles in the R Journal were first authored in LaTeX', which performs admirably for PDF files but is less than ideal for modern online interfaces. The texor package does all the transitional chores and conversions necessary to move to the online versions.

r-toprdata 1.0.2
Channel: guix-cran
Location: guix-cran/packages/t.scm (guix-cran packages t)
Home page: https://cran.r-project.org/package=toprdata
Licenses: LGPL 3+
Build system: r
Synopsis: Gene and Exon Data from Ensembl
Description:

Gene and exon information from Ensembl genome builds GRCh38.p13 (104) and GRCh37 (v40) to use with the topr package.

r-twopartm 0.1.0
Propagated dependencies: r-mass@7.3-65 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=twopartm
Licenses: GPL 2+
Build system: r
Synopsis: Two-Part Model with Marginal Effects
Description:

Fit two-part regression models for zero-inflated data. The models and their components are represented using S4 classes and methods. Average Marginal effects and predictive margins with standard errors and confidence intervals can be calculated from two-part model objects. Belotti, F., Deb, P., Manning, W. G., & Norton, E. C. (2015) <doi:10.1177/1536867X1501500102>.

r-treediff 0.2.2
Propagated dependencies: r-testthat@3.3.0 r-summarizedexperiment@1.40.0 r-rlang@1.1.6 r-reshape2@1.4.5 r-purrr@1.2.0 r-limma@3.66.0 r-interactionset@1.38.0 r-dplyr@1.1.4 r-data-table@1.17.8 r-csaw@1.44.0 r-biocgenerics@0.56.0 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-treeclim 2.0.7.1
Propagated dependencies: r-rcpparmadillo@15.2.2-1 r-rcpp@1.1.0 r-plyr@1.8.9 r-np@0.60-18 r-lmtest@0.9-40 r-lmodel2@1.7-4 r-ggplot2@4.0.1 r-boot@1.3-32 r-abind@1.4-8
Channel: guix-cran
Location: guix-cran/packages/t.scm (guix-cran packages t)
Home page: https://github.com/cszang/treeclim
Licenses: GPL 3
Build system: r
Synopsis: Numerical Calibration of Proxy-Climate Relationships
Description:

Bootstrapped response and correlation functions, seasonal correlations and evaluation of reconstruction skills for use in dendroclimatology and dendroecology, see Zang and Biondi (2015) <doi:10.1111/ecog.01335>.

r-therefdate 1.0.0
Channel: guix-cran
Location: guix-cran/packages/t.scm (guix-cran packages t)
Home page: https://cran.r-project.org/package=theRefdate
Licenses: LGPL 3
Build system: r
Synopsis: Simple and Fast Date Manipulation on Character Strings in Format 'DD.MM.YYYY'
Description:

This package provides simple and fast date manipulation functions operating on character strings in the format DD.MM.YYYY'. Functions include extraction of day, month, and year components, computation of differences between two dates, and addition or subtraction of months.

r-trajectories 0.2-10
Propagated dependencies: r-zoo@1.8-14 r-spacetime@1.3-3 r-sp@2.2-0 r-lattice@0.22-7
Channel: guix-cran
Location: guix-cran/packages/t.scm (guix-cran packages t)
Home page: https://github.com/edzer/trajectories
Licenses: GPL 2+
Build system: r
Synopsis: Classes and Methods for Trajectory Data
Description:

This package provides classes and methods for trajectory data, with support for nesting individual Track objects in track sets (Tracks) and track sets for different entities in collections of Tracks. Methods include selection, generalization, aggregation, intersection, simulation, and plotting.

r-trialemulation 0.0.4.9
Propagated dependencies: r-sandwich@3.1-1 r-rcpp@1.1.0 r-mvtnorm@1.3-3 r-lmtest@0.9-40 r-lifecycle@1.0.4 r-formula-tools@1.7.1 r-duckdb@1.4.2 r-dbi@1.2.3 r-data-table@1.17.8 r-checkmate@2.3.3 r-broom@1.0.10
Channel: guix-cran
Location: guix-cran/packages/t.scm (guix-cran packages t)
Home page: https://causal-lda.github.io/TrialEmulation/
Licenses: FSDG-compatible
Build system: r
Synopsis: Causal Analysis of Observational Time-to-Event Data
Description:

This package implements target trial emulation methods to apply randomized clinical trial design and analysis in an observational setting. Using marginal structural models, it can estimate intention-to-treat and per-protocol effects in emulated trials using electronic health records. A description and application of the method can be found in Danaei et al (2013) <doi:10.1177/0962280211403603>.

Page: 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901
Total results: 21615