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

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-ptvalue 0.2.0
Propagated dependencies: r-vctrs@0.6.5 r-rlang@1.1.6
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://github.com/agkamel/ptvalue
Licenses: Expat
Build system: r
Synopsis: Working with Precision Teaching Values
Description:

An implementation of an S3 class based on a double vector for storing and displaying precision teaching measures, representing a growing or a decaying (multiplicative) change between two frequencies. The main format method allows researchers to display measures (including data.frame) that respect the established conventions in the precision teaching community (i.e., prefixed multiplication or division symbol, displayed number <= 1). Basic multiplication and division methods are allowed and other useful functions are provided for creating, converting or inverting precision teaching measures. For more details, see Pennypacker, Gutierrez and Lindsley (2003, ISBN: 1-881317-13-7).

r-pac 1.1.6
Propagated dependencies: r-rtsne@0.17 r-rcpp@1.1.0 r-parmigene@1.1.1 r-infotheo@1.2.0.1 r-igraph@2.2.1 r-ggrepel@0.9.6 r-ggplot2@4.0.1 r-dplyr@1.1.4
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://doi.org/10.1371/journal.pcbi.1005875
Licenses: GPL 3
Build system: r
Synopsis: Partition-Assisted Clustering and Multiple Alignments of Networks
Description:

This package implements partition-assisted clustering and multiple alignments of networks. It 1) utilizes partition-assisted clustering to find robust and accurate clusters and 2) discovers coherent relationships of clusters across multiple samples. It is particularly useful for analyzing single-cell data set. Please see Li et al. (2017) <doi:10.1371/journal.pcbi.1005875> for detail method description.

r-pmev 0.1.2
Propagated dependencies: r-zoo@1.8-14 r-vdiffr@1.0.8 r-scales@1.4.0 r-rlang@1.1.6 r-lubridate@1.9.4 r-ggplot2@4.0.1 r-dplyr@1.1.4
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://github.com/david-hammond/pmev
Licenses: Expat
Build system: r
Synopsis: Calculates Earned Value for a Project Schedule
Description:

Given a project schedule and associated costs, this package calculates the earned value to date. It is an implementation of Project Management Body of Knowledge (PMBOK) methodologies (reference Project Management Institute. (2021). A guide to the Project Management Body of Knowledge (PMBOK guide) (7th ed.). Project Management Institute, Newtown Square, PA, ISBN 9781628256673 (pdf)).

r-pspatreg 1.1.2
Propagated dependencies: r-stringr@1.6.0 r-spdep@1.4-1 r-spatialreg@1.4-2 r-sf@1.0-23 r-rdpack@2.6.4 r-plm@2.6-7 r-numderiv@2016.8-1.1 r-minqa@1.2.8 r-mba@0.1-2 r-matrix@1.7-4 r-mass@7.3-65 r-ggplot2@4.0.1 r-fields@17.1 r-dplyr@1.1.4 r-ameshousing@0.0.4
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://github.com/rominsal/pspatreg
Licenses: GPL 3
Build system: r
Synopsis: Spatial and Spatio-Temporal Semiparametric Regression Models with Spatial Lags
Description:

Estimation and inference of spatial and spatio-temporal semiparametric models including spatial or spatio-temporal non-parametric trends, parametric and non-parametric covariates and, possibly, a spatial lag for the dependent variable and temporal correlation in the noise. The spatio-temporal trend can be decomposed in ANOVA way including main and interaction functional terms. Use of SAP algorithm to estimate the spatial or spatio-temporal trend and non-parametric covariates. The methodology of these models can be found in next references Basile, R. et al. (2014), <doi:10.1016/j.jedc.2014.06.011>; Rodriguez-Alvarez, M.X. et al. (2015) <doi:10.1007/s11222-014-9464-2> and, particularly referred to the focus of the package, Minguez, R., Basile, R. and Durban, M. (2020) <doi:10.1007/s10260-019-00492-8>.

r-prindt 2.0.2
Propagated dependencies: r-stringr@1.6.0 r-splitstackshape@1.4.8 r-party@1.3-18 r-mass@7.3-65 r-gdata@3.0.1
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://cran.r-project.org/package=PrInDT
Licenses: GPL 2
Build system: r
Synopsis: Prediction and Interpretation in Decision Trees for Classification and Regression
Description:

Optimization of conditional inference trees from the package party for classification and regression. For optimization, the model space is searched for the best tree on the full sample by means of repeated subsampling. Restrictions are allowed so that only trees are accepted which do not include pre-specified uninterpretable split results (cf. Weihs & Buschfeld, 2021a). The function PrInDT() represents the basic resampling loop for 2-class classification (cf. Weihs & Buschfeld, 2021a). The function RePrInDT() (repeated PrInDT()) allows for repeated applications of PrInDT() for different percentages of the observations of the large and the small classes (cf. Weihs & Buschfeld, 2021c). The function NesPrInDT() (nested PrInDT()) allows for an extra layer of subsampling for a specific factor variable (cf. Weihs & Buschfeld, 2021b). The functions PrInDTMulev() and PrInDTMulab() deal with multilevel and multilabel classification. In addition to these PrInDT() variants for classification, the function PrInDTreg() has been developed for regression problems. Finally, the function PostPrInDT() allows for a posterior analysis of the distribution of a specified variable in the terminal nodes of a given tree. In version 2, additionally structured sampling is implemented in functions PrInDTCstruc() and PrInDTRstruc(). In these functions, repeated measurements data can be analyzed, too. Moreover, multilabel 2-stage versions of classification and regression trees are implemented in functions C2SPrInDT() and R2SPrInDT() as well as interdependent multilabel models in functions SimCPrInDT() and SimRPrInDT(). Finally, for mixtures of classification and regression models functions Mix2SPrInDT() and SimMixPrInDT() are implemented. Most of these extensions of PrInDT are described in Buschfeld & Weihs (2025Fc). References: -- Buschfeld, S., Weihs, C. (2025Fc) "Optimizing decision trees for the analysis of World Englishes and sociolinguistic data", Cambridge Elements. -- Weihs, C., Buschfeld, S. (2021a) "Combining Prediction and Interpretation in Decision Trees (PrInDT) - a Linguistic Example" <doi:10.48550/arXiv.2103.02336>; -- Weihs, C., Buschfeld, S. (2021b) "NesPrInDT: Nested undersampling in PrInDT" <doi:10.48550/arXiv.2103.14931>; -- Weihs, C., Buschfeld, S. (2021c) "Repeated undersampling in PrInDT (RePrInDT): Variation in undersampling and prediction, and ranking of predictors in ensembles" <doi:10.48550/arXiv.2108.05129>.

r-plfm 2.2.6
Propagated dependencies: r-sfsmisc@1.1-23 r-abind@1.4-8
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://cran.r-project.org/package=plfm
Licenses: GPL 2+
Build system: r
Synopsis: Probabilistic Latent Feature Analysis
Description:

This package provides functions for estimating probabilistic latent feature models with a disjunctive, conjunctive or additive mapping rule on (aggregated) binary three-way data.

r-psor 0.1.0
Propagated dependencies: r-superlearner@2.0-29 r-numderiv@2016.8-1.1 r-magrittr@2.0.4 r-geex@1.1.1 r-dplyr@1.1.4 r-caret@7.0-1
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://github.com/deckardt98/PSor
Licenses: Expat
Build system: r
Synopsis: Semiparametric Principal Stratification Analysis Beyond Monotonicity
Description:

Estimates principal causal effects under principal stratification using a margin-free, conditional odds ratio sensitivity parameter. This framework unifies the monotonicity assumption and the counterfactual intermediate independence assumption, allowing for robust analysis when monotonicity may not hold. Computes point estimates, standard errors, and confidence intervals for conditionally doubly robust and debiased machine learning estimators. The methodological details are described in Tong, Kahan, Harhay, and Li (2025) <doi:10.48550/arXiv.2501.17514>.

r-pkconverter 1.5
Propagated dependencies: r-shinythemes@1.2.0 r-shinydashboard@0.7.3 r-shiny@1.11.1
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://cran.r-project.org/package=PKconverter
Licenses: GPL 2+
Build system: r
Synopsis: The Parameter Converter of the Pharmacokinetic Models
Description:

Pharmacokinetics is the study of drug absorption, distribution, metabolism, and excretion. The pharmacokinetics model explains that how the drug concentration change as the drug moves through the different compartments of the body. For pharmacokinetic modeling and analysis, it is essential to understand the basic pharmacokinetic parameters. All parameters are considered, but only some of parameters are used in the model. Therefore, we need to convert the estimated parameters to the other parameters after fitting the specific pharmacokinetic model. This package is developed to help this converting work. For more detailed explanation of pharmacokinetic parameters, see "Gabrielsson and Weiner" (2007), "ISBN-10: 9197651001"; "Benet and Zia-Amirhosseini" (1995) <DOI: 10.1177/019262339502300203>; "Mould and Upton" (2012) <DOI: 10.1038/psp.2012.4>; "Mould and Upton" (2013) <DOI: 10.1038/psp.2013.14>.

r-plan 0.4-5
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://github.com/dankelley/plan
Licenses: GPL 2+
Build system: r
Synopsis: Tools for Project Planning
Description:

Supports the creation of burndown charts and gantt diagrams.

r-pdsce 1.2.1
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://cran.r-project.org/package=PDSCE
Licenses: GPL 2
Build system: r
Synopsis: Positive Definite Sparse Covariance Estimators
Description:

Compute and tune some positive definite and sparse covariance estimators.

r-pixelclasser 1.1.1
Propagated dependencies: r-tiff@0.1-12 r-jpeg@0.1-11
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://cran.r-project.org/package=pixelclasser
Licenses: GPL 3 FSDG-compatible
Build system: r
Synopsis: Classifies Image Pixels by Colour
Description:

This package contains functions to classify the pixels of an image file by its colour. It implements a simple form of the techniques known as Support Vector Machine adapted to this particular problem.

r-phylolm-hp 0.0-4
Propagated dependencies: r-vegan@2.7-2 r-rr2@1.1.1 r-phylolm@2.6.5 r-ggplot2@4.0.1
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://github.com/laijiangshan/phylolm.hp
Licenses: GPL 2+ GPL 3+
Build system: r
Synopsis: Hierarchical Partitioning of R2 for Phylogenetic Linear Regression
Description:

Conducts hierarchical partitioning to calculate individual contributions of phylogenetic tree and predictors (groups) towards total R2 for phylogenetic linear regression models.

r-pmc 1.0.6
Propagated dependencies: r-tidyr@1.3.1 r-phytools@2.5-2 r-ouch@2.20 r-ggplot2@4.0.1 r-geiger@2.0.11 r-dplyr@1.1.4
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://github.com/cboettig/pmc
Licenses: CC0
Build system: r
Synopsis: Phylogenetic Monte Carlo
Description:

Monte Carlo based model choice for applied phylogenetics of continuous traits. Method described in Carl Boettiger, Graham Coop, Peter Ralph (2012) Is your phylogeny informative? Measuring the power of comparative methods, Evolution 66 (7) 2240-51. <doi:10.1111/j.1558-5646.2011.01574.x>.

r-peiman2 1.0.2
Propagated dependencies: r-stringr@1.6.0 r-rlang@1.1.6 r-purrr@1.2.0 r-magrittr@2.0.4 r-lifecycle@1.0.4 r-glue@1.8.0 r-ggplot2@4.0.1 r-forcats@1.0.1 r-dplyr@1.1.4
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://cran.r-project.org/package=PEIMAN2
Licenses: GPL 3+
Build system: r
Synopsis: Post-Translational Modification Enrichment, Integration, and Matching Analysis
Description:

This package provides functions and mined database from UniProt focusing on post-translational modifications to do single enrichment analysis (SEA) and protein set enrichment analysis (PSEA). Payman Nickchi, Uladzislau Vadadokhau, Mehdi Mirzaie, Marc Baumann, Amir Ata Saei, Mohieddin Jafari (2025) <doi:10.1002/pmic.202400238>.

r-propensity 0.1.0
Propagated dependencies: r-vctrs@0.6.5 r-tidyselect@1.2.1 r-rlang@1.1.6 r-lifecycle@1.0.4 r-cli@3.6.5
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://r-causal.github.io/propensity/
Licenses: Expat
Build system: r
Synopsis: Toolkit for Calculating and Working with Propensity Scores
Description:

Calculates propensity score weights for multiple causal estimands across binary, continuous, and categorical exposures. Provides methods for handling extreme propensity scores through trimming, truncation, and calibration. Includes inverse probability weighted estimators that correctly account for propensity score estimation uncertainty.

r-pcensmix 1.2-1
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://cran.r-project.org/package=pcensmix
Licenses: GPL 2+
Build system: r
Synopsis: Model Fitting to Progressively Censored Mixture Data
Description:

This package provides functions for generating progressively Type-II censored data in a mixture structure and fitting models using a constrained EM algorithm. It can also create a progressive Type-II censored version of a given real dataset to be considered for model fitting.

r-paleomorph 0.1.4
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://github.com/timcdlucas/paleomorph/
Licenses: Expat
Build system: r
Synopsis: Geometric Morphometric Tools for Paleobiology
Description:

Fill missing symmetrical data with mirroring, calculate Procrustes alignments with or without scaling, and compute standard or vector correlation and covariance matrices (congruence coefficients) of 3D landmarks. Tolerates missing data for all analyses.

r-palaeosig 2.1-4
Propagated dependencies: r-vegan@2.7-2 r-tidyr@1.3.1 r-tibble@3.3.0 r-teachingdemos@2.13 r-rlang@1.1.6 r-rioja@1.0-7 r-purrr@1.2.0 r-mgcv@1.9-4 r-mass@7.3-65 r-magrittr@2.0.4 r-ggrepel@0.9.6 r-ggplot2@4.0.1 r-forcats@1.0.1 r-dplyr@1.1.4 r-assertr@3.0.1
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://richardjtelford.github.io/palaeoSig/
Licenses: GPL 3
Build system: r
Synopsis: Significance Tests for Palaeoenvironmental Reconstructions
Description:

Several tests of quantitative palaeoenvironmental reconstructions from microfossil assemblages, including the null model tests of the statistically significant of reconstructions developed by Telford and Birks (2011) <doi:10.1016/j.quascirev.2011.03.002>, and tests of the effect of spatial autocorrelation on transfer function model performance using methods from Telford and Birks (2009) <doi:10.1016/j.quascirev.2008.12.020> and Trachsel and Telford (2016) <doi:10.5194/cp-12-1215-2016>. Age-depth models with generalized mixed-effect regression from Heegaard et al (2005) <doi:10.1191/0959683605hl836rr> are also included.

r-pctax 0.1.7
Propagated dependencies: r-vegan@2.7-2 r-tibble@3.3.0 r-scales@1.4.0 r-reshape2@1.4.5 r-readr@2.1.6 r-rcolorbrewer@1.1-3 r-pcutils@0.2.8 r-patchwork@1.3.2 r-magrittr@2.0.4 r-ggrepel@0.9.6 r-ggpubr@0.6.2 r-ggplot2@4.0.1 r-ggnewscale@0.5.2 r-dplyr@1.1.4 r-ade4@1.7-23
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://github.com/Asa12138/pctax
Licenses: GPL 3
Build system: r
Synopsis: Professional Comprehensive Omics Data Analysis
Description:

This package provides a comprehensive suite of tools for analyzing omics data. It includes functionalities for alpha diversity analysis, beta diversity analysis, differential abundance analysis, community assembly analysis, visualization of phylogenetic tree, and functional enrichment analysis. With a progressive approach, the package offers a range of analysis methods to explore and understand the complex communities. It is designed to support researchers and practitioners in conducting in-depth and professional omics data analysis.

r-processpredictr 0.1.1
Propagated dependencies: r-tidyselect@1.2.1 r-tidyr@1.3.1 r-tensorflow@2.20.0 r-stringr@1.6.0 r-rlang@1.1.6 r-reticulate@1.44.1 r-purrr@1.2.0 r-plotly@4.11.0 r-mltools@0.3.5 r-magrittr@2.0.4 r-keras@2.16.1 r-glue@1.8.0 r-ggplot2@4.0.1 r-forcats@1.0.1 r-eventdatar@0.3.1 r-edear@1.0.1 r-dplyr@1.1.4 r-data-table@1.17.8 r-cli@3.6.5 r-bupar@1.0.1
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://cran.r-project.org/package=processpredictR
Licenses: Expat
Build system: r
Synopsis: Process Prediction
Description:

Means to predict process flow, such as process outcome, next activity, next time, remaining time, and remaining trace. Off-the-shelf predictive models based on the concept of Transformers are provided, as well as multiple way to customize the models. This package is partly based on work described in Zaharah A. Bukhsh, Aaqib Saeed, & Remco M. Dijkman. (2021). "ProcessTransformer: Predictive Business Process Monitoring with Transformer Network" <doi:10.48550/arXiv.2104.00721>.

r-primal 1.0.3
Propagated dependencies: r-rcppeigen@0.3.4.0.2 r-rcpp@1.1.0 r-matrix@1.7-4
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://cran.r-project.org/package=PRIMAL
Licenses: GPL 2+
Build system: r
Synopsis: Parametric Simplex Method for Sparse Learning
Description:

This package implements a unified framework of parametric simplex method for a variety of sparse learning problems (e.g., Dantzig selector (for linear regression), sparse quantile regression, sparse support vector machines, and compressive sensing) combined with efficient hyper-parameter selection strategies. The core algorithm is implemented in C++ with Eigen3 support for portable high performance linear algebra. For more details about parametric simplex method, see Haotian Pang (2017) <https://papers.nips.cc/paper/6623-parametric-simplex-method-for-sparse-learning.pdf>.

r-persistence 0.2.0
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://cran.r-project.org/package=persistence
Licenses: GPL 2+
Build system: r
Synopsis: Optimal Graph Partition using the Persistence
Description:

Calculate the optimal vertex partition of a graph using the persistence as objective function. These subroutines have been used in Avellone et al. <doi:10.1007/s10288-023-00559-z>.

r-patternplot 2.0.0
Propagated dependencies: r-rcurl@1.98-1.17 r-rcppparallel@5.1.11-1 r-rcpp@1.1.0 r-r6@2.6.1 r-png@0.1-8 r-markdown@2.0 r-knitr@1.50 r-jpeg@0.1-11 r-gtable@0.3.6 r-gridextra@2.3 r-ggplot2@4.0.1 r-dplyr@1.1.4 r-cairo@1.7-0
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://cran.r-project.org/package=patternplot
Licenses: GPL 2+ GPL 3+
Build system: r
Synopsis: Versatile Pie Charts, Ring Charts, Bar Charts and Box Plots using Patterns, Colors and Images
Description:

This package creates aesthetically pleasing and informative pie charts, ring charts, bar charts and box plots with colors, patterns, and images.

r-paleotree 3.4.7
Propagated dependencies: r-rcurl@1.98-1.17 r-png@0.1-8 r-phytools@2.5-2 r-phangorn@2.12.1 r-jsonlite@2.0.0 r-ape@5.8-1
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://github.com/dwbapst/paleotree
Licenses: CC0
Build system: r
Synopsis: Paleontological and Phylogenetic Analyses of Evolution
Description:

This package provides tools for transforming, a posteriori time-scaling, and modifying phylogenies containing extinct (i.e. fossil) lineages. In particular, most users are interested in the functions timePaleoPhy, bin_timePaleoPhy, cal3TimePaleoPhy and bin_cal3TimePaleoPhy, which date cladograms of fossil taxa using stratigraphic data. This package also contains a large number of likelihood functions for estimating sampling and diversification rates from different types of data available from the fossil record (e.g. range data, occurrence data, etc). paleotree users can also simulate diversification and sampling in the fossil record using the function simFossilRecord, which is a detailed simulator for branching birth-death-sampling processes composed of discrete taxonomic units arranged in ancestor-descendant relationships. Users can use simFossilRecord to simulate diversification in incompletely sampled fossil records, under various models of morphological differentiation (i.e. the various patterns by which morphotaxa originate from one another), and with time-dependent, longevity-dependent and/or diversity-dependent rates of diversification, extinction and sampling. Additional functions allow users to translate simulated ancestor-descendant data from simFossilRecord into standard time-scaled phylogenies or unscaled cladograms that reflect the relationships among taxon units.

Total packages: 69239