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

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-polyapost 1.7-1
Propagated dependencies: r-rcdd@1.6-1 r-boot@1.3-32
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://cran.r-project.org/package=polyapost
Licenses: GPL 2+
Build system: r
Synopsis: Simulating from the Polya Posterior
Description:

Simulate via Markov chain Monte Carlo (hit-and-run algorithm) a Dirichlet distribution conditioned to satisfy a finite set of linear equality and inequality constraints (hence to lie in a convex polytope that is a subset of the unit simplex).

r-pfw 0.1.0
Propagated dependencies: r-xml2@1.5.2 r-stringdist@0.9.17 r-lubridate@1.9.5 r-httr2@1.2.2 r-dplyr@1.2.1 r-curl@7.1.0
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://github.com/ropensci/PFW
Licenses: GPL 3
Build system: r
Synopsis: Filtering and Processing Data from Project FeederWatch
Description:

This package provides tools to import, clean, filter, and prepare Project FeederWatch data for analysis. Includes functions for taxonomic rollup, easy filtering, zerofilling, merging in site metadata, and more. Project FeederWatch data comes from <https://feederwatch.org/explore/raw-dataset-requests/>.

r-predtools 0.0.3
Propagated dependencies: r-rcpp@1.1.1-1.1 r-rconics@1.1.2 r-proc@1.19.0.1 r-mvtnorm@1.3-7 r-magrittr@2.0.5 r-ggplot2@4.0.3 r-dplyr@1.2.1
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://github.com/resplab/predtools
Licenses: GPL 2+ GPL 3+
Build system: r
Synopsis: Prediction Model Tools
Description:

This package provides additional functions for evaluating predictive models, including plotting calibration curves and model-based Receiver Operating Characteristic (mROC) based on Sadatsafavi et al (2021) <arXiv:2003.00316>.

r-precviasbr 0.1.1
Propagated dependencies: r-rlang@1.2.0 r-dplyr@1.2.1 r-arrow@24.0.0
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://cran.r-project.org/package=precviasBR
Licenses: Expat
Build system: r
Synopsis: Spatial Data of Road Precariousness in Brazil
Description:

Fornece acesso eficiente à malha espacial de precariedade viária brasileira. O pacote realiza o download em cache e a leitura otimizada (via Apache Arrow) de arquivos Parquet particionados, contendo o cruzamento de variáveis de infraestrutura do Entorno do Censo Demográfico 2022 (IBGE) com a malha viária aberta do Overture Maps. [English] Provides efficient access to the spatial network of road precariousness in Brazil. The package performs cached downloads and optimized reading (via Apache Arrow) of partitioned Parquet files. These files contain the intersection of infrastructure variables from the 2022 Demographic Census (IBGE) with the open street network from Overture Maps. Methodology and datasets are detailed in Passos (2026) <doi:10.5281/zenodo.19711448>.

r-prindt 2.0.2
Propagated dependencies: r-stringr@1.6.0 r-splitstackshape@1.4.8.1 r-party@1.3-20 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-panelview 1.3.1
Propagated dependencies: r-gridextra@2.3 r-ggplot2@4.0.3 r-dplyr@1.2.1
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://yiqingxu.org/packages/panelview/
Licenses: Expat
Build system: r
Synopsis: Visualizing Panel Data
Description:

Visualizes panel data. It has four main functionalities: (1) it plots the treatment status and missing values in a panel dataset; (2) it visualizes the temporal dynamics of a main variable of interest; (3) it depicts the bivariate relationships between a treatment variable and an outcome variable either by unit or in aggregate; (4) it displays the network structure of multi-way fixed effects as a k-partite graph, identifying connected components, singletons, and duplicate observations. For details, see <doi:10.18637/jss.v107.i07>.

r-pubh 3.0.0
Propagated dependencies: r-tidyselect@1.2.1 r-tibble@3.3.1 r-survival@3.8-6 r-sjmisc@2.8.11 r-sjlabelled@1.2.0 r-sandwich@3.1-1 r-performance@0.17.0 r-lmtest@0.9-40 r-jtools@2.3.1 r-huxtable@5.8.0 r-gtsummary@2.5.1 r-ggplot2@4.0.3 r-epitools@0.5-10.1 r-epi@2.65 r-emmeans@2.0.3 r-dplyr@1.2.1 r-car@3.1-5
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://cran.r-project.org/package=pubh
Licenses: GPL 2
Build system: r
Synopsis: Toolbox for Public Health and Epidemiology
Description:

This package provides a toolbox for making R functions and capabilities more accessible to students and professionals from Epidemiology and Public Health related disciplines. Includes a function to report coefficients and confidence intervals from models using robust standard errors (when available), functions that expand ggplot2 plots and functions relevant for introductory papers in Epidemiology or Public Health. Please note that use of the provided data sets is for educational purposes only.

r-pder 1.0-2
Propagated dependencies: r-plm@2.6-7
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://cran.r-project.org/package=pder
Licenses: GPL 2+
Build system: r
Synopsis: Panel Data Econometrics with R
Description:

Data sets for the Panel Data Econometrics with R <doi:10.1002/9781119504641> book.

r-pcovr 2.7.2
Propagated dependencies: r-threeway@1.1.4 r-matrix@1.7-5 r-mass@7.3-65 r-gparotation@2026.4-1
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://cran.r-project.org/package=PCovR
Licenses: GPL 2+
Build system: r
Synopsis: Principal Covariates Regression
Description:

Analyzing regression data with many and/or highly collinear predictor variables, by simultaneously reducing the predictor variables to a limited number of components and regressing the criterion variables on these components (de Jong S. & Kiers H. A. L. (1992) <doi:10.1016/0169-7439(92)80100-I>). Several rotation and model selection options are provided.

r-pldamixture 0.1.1
Propagated dependencies: r-survival@3.8-6
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://github.com/bpriy/pldamixture
Licenses: GPL 2
Build system: r
Synopsis: Post-Linkage Data Analysis Based on Mixture Modelling
Description:

Perform inference in the secondary analysis setting with linked data potentially containing mismatch errors. Only the linked data file may be accessible and information about the record linkage process may be limited or unavailable. Implements the General Framework for Regression with Mismatched Data developed by Slawski et al. (2023) <doi:10.48550/arXiv.2306.00909>. The framework uses a mixture model for pairs of linked records whose two components reflect distributions conditional on match status, i.e., correct match or mismatch. Inference is based on composite likelihood and the Expectation-Maximization (EM) algorithm. The package currently supports Cox Proportional Hazards Regression (right-censored data only) and Generalized Linear Regression Models (Gaussian, Gamma, Poisson, and Logistic (binary models only)). Information about the underlying record linkage process can be incorporated into the method if available (e.g., assumed overall mismatch rate, safe matches, predictors of match status, or predicted probabilities of correct matches).

r-pubmed-miner 1.0.21
Propagated dependencies: r-xml@3.99-0.23 r-rjsonio@2.0.5 r-rcurl@1.98-1.18 r-r2html@2.3.4 r-boot@1.3-32
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://cran.r-project.org/package=pubmed.mineR
Licenses: GPL 3
Build system: r
Synopsis: Text Mining of PubMed Abstracts
Description:

Text mining of PubMed Abstracts (text and XML) from <https://pubmed.ncbi.nlm.nih.gov/>.

r-preprocessrecordlinkage 1.0.1
Propagated dependencies: r-tm@0.7-18 r-syn@0.1.0 r-stringr@1.6.0 r-recordlinkage@0.4-12.6 r-data-table@1.18.4
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://cran.r-project.org/package=PreProcessRecordLinkage
Licenses: GPL 3
Build system: r
Synopsis: Preprocessing Record Linkage
Description:

In this record linkage package, data preprocessing has been meticulously executed to cover a wide range of datasets, ensuring that variable names are standardized using synonyms. This approach facilitates seamless data integration and analysis across various datasets. While users have the flexibility to modify variable names, the system intelligently ensures that changes are only permitted when they do not compromise data consistency or essential variable essence.

r-parfm 2.7.8
Propagated dependencies: r-survival@3.8-6 r-sn@2.1.3 r-optimx@2025-4.9 r-msm@1.8.2
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://cran.r-project.org/package=parfm
Licenses: GPL 2
Build system: r
Synopsis: Parametric Frailty Models
Description:

Fits Parametric Frailty Models by maximum marginal likelihood. Possible baseline hazards: exponential, Weibull, inverse Weibull (Fréchet), Gompertz, lognormal, log-skew-normal, and loglogistic. Possible Frailty distributions: gamma, positive stable, inverse Gaussian and lognormal.

r-pcvr 1.4.1
Propagated dependencies: r-viridis@0.6.5 r-survival@3.8-6 r-scales@1.4.0 r-rlang@1.2.0 r-quantreg@6.1 r-patchwork@1.3.2 r-nlme@3.1-169 r-mgcv@1.9-4 r-lmesplines@1.1.20 r-lme4@2.0-1 r-jsonlite@2.0.0 r-igraph@2.3.1 r-ggridges@0.5.7 r-ggplot2@4.0.3 r-factominer@2.14 r-extradistr@1.10.0.4 r-data-table@1.18.4 r-car@3.1-5 r-bayestestr@0.18.0
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://github.com/danforthcenter/pcvr
Licenses: GPL 2
Build system: r
Synopsis: Plant Phenotyping and Bayesian Statistics
Description:

Analyse common types of plant phenotyping data, provide a simplified interface to longitudinal growth modeling and select Bayesian statistics, and streamline use of PlantCV output. Several Bayesian methods and reporting guidelines for Bayesian methods are described in Kruschke (2018) <doi:10.1177/2515245918771304>, Kruschke (2013) <doi:10.1037/a0029146>, and Kruschke (2021) <doi:10.1038/s41562-021-01177-7>.

r-protti 1.0.0
Propagated dependencies: r-tidyr@1.3.2 r-tibble@3.3.1 r-stringr@1.6.0 r-rlang@1.2.0 r-readr@2.2.0 r-r-utils@2.13.0 r-purrr@1.2.2 r-progress@1.2.3 r-plotly@4.12.0 r-magrittr@2.0.5 r-lifecycle@1.0.5 r-janitor@2.2.1 r-httr@1.4.8 r-ggrepel@0.9.8 r-ggplot2@4.0.3 r-forcats@1.0.1 r-dplyr@1.2.1 r-data-table@1.18.4 r-curl@7.1.0
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://github.com/jpquast/protti
Licenses: Expat
Build system: r
Synopsis: Bottom-Up Proteomics and LiP-MS Quality Control and Data Analysis Tools
Description:

Useful functions and workflows for proteomics quality control and data analysis of both limited proteolysis-coupled mass spectrometry (LiP-MS) (Feng et. al. (2014) <doi:10.1038/nbt.2999>) and regular bottom-up proteomics experiments. Data generated with search tools such as Spectronaut', MaxQuant and Proteome Discover can be easily used due to flexibility of functions.

r-pow-int 1.3
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://cran.r-project.org/package=pow.int
Licenses: GPL 3+
Build system: r
Synopsis: Binary Exponentiation
Description:

Fast exponentiation when the exponent is an integer.

r-phylolm-hp 0.0-4
Propagated dependencies: r-vegan@2.7-3 r-rr2@1.1.1 r-phylolm@2.6.5 r-ggplot2@4.0.3
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-poliscidata 2.3.0
Propagated dependencies: r-xtable@1.8-8 r-weights@1.1.2 r-survey@4.5 r-plyr@1.8.9 r-plotrix@3.8-14 r-hmisc@5.2-5 r-gplots@3.3.0 r-descr@1.1.9 r-car@3.1-5 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=poliscidata
Licenses: CC0
Build system: r
Synopsis: Datasets and Functions Featured in Pollock and Edwards, an R Companion to Essentials of Political Analysis, Second Edition
Description:

Bundles the datasets and functions used in the textbook by Philip Pollock and Barry Edwards, an R Companion to Essentials of Political Analysis, Second Edition.

r-predictabel 1.2-4
Propagated dependencies: r-rocr@1.0-12 r-pbsmodelling@2.70.2 r-lazyeval@0.2.3 r-hmisc@5.2-5
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://cran.r-project.org/package=PredictABEL
Licenses: GPL 2+
Build system: r
Synopsis: Assessment of Risk Prediction Models
Description:

We included functions to assess the performance of risk models. The package contains functions for the various measures that are used in empirical studies, including univariate and multivariate odds ratios (OR) of the predictors, the c-statistic (or area under the receiver operating characteristic (ROC) curve (AUC)), Hosmer-Lemeshow goodness of fit test, reclassification table, net reclassification improvement (NRI) and integrated discrimination improvement (IDI). Also included are functions to create plots, such as risk distributions, ROC curves, calibration plot, discrimination box plot and predictiveness curves. In addition to functions to assess the performance of risk models, the package includes functions to obtain weighted and unweighted risk scores as well as predicted risks using logistic regression analysis. These logistic regression functions are specifically written for models that include genetic variables, but they can also be applied to models that are based on non-genetic risk factors only. Finally, the package includes function to construct a simulated dataset with genotypes, genetic risks, and disease status for a hypothetical population, which is used for the evaluation of genetic risk models.

r-psbayesborrow 1.1.0
Propagated dependencies: r-survival@3.8-6 r-stanheaders@2.32.10 r-rstantools@2.6.0 r-rstan@2.32.7 r-rcppparallel@5.1.11-2 r-rcppeigen@0.3.4.0.2 r-rcpp@1.1.1-1.1 r-overlapping@2.4 r-optmatch@0.10.8 r-matchit@4.7.2 r-e1071@1.7-17 r-copula@1.1-7 r-boot@1.3-32 r-bh@1.90.0-1
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://cran.r-project.org/package=psBayesborrow
Licenses: Expat
Build system: r
Synopsis: Bayesian Information Borrowing with Propensity Score Matching
Description:

Hybrid control design is a way to borrow information from external controls to augment concurrent controls in a randomized controlled trial and is expected to overcome the feasibility issue when adequate randomized controlled trials cannot be conducted. A major challenge in the hybrid control design is its inability to eliminate a prior-data conflict caused by systematic imbalances in measured or unmeasured confounding factors between patients in the concurrent treatment/control group and external controls. To prevent the prior-data conflict, a combined use of propensity score matching and Bayesian commensurate prior has been proposed in the context of hybrid control design. The propensity score matching is first performed to guarantee the balance in baseline characteristics, and then the Bayesian commensurate prior is constructed while discounting the information based on the similarity in outcomes between the concurrent and external controls. psBayesborrow is a package to implement the propensity score matching and the Bayesian analysis with commensurate prior, as well as to conduct a simulation study to assess operating characteristics of the hybrid control design, where users can choose design parameters in flexible and straightforward ways depending on their own application.

r-pubchemr 3.0.0
Propagated dependencies: r-tidyr@1.3.2 r-tibble@3.3.1 r-stringr@1.6.0 r-rjsonio@2.0.5 r-magrittr@2.0.5 r-httr@1.4.8 r-dplyr@1.2.1
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://selcukorkmaz.github.io/pubchemr-tutorial/
Licenses: GPL 2+
Build system: r
Synopsis: Interface to the 'PubChem' Database for Chemical Data Retrieval
Description:

This package provides an interface to the PubChem database via the PUG REST <https://pubchem.ncbi.nlm.nih.gov/docs/pug-rest> and PUG View <https://pubchem.ncbi.nlm.nih.gov/docs/pug-view> services. This package allows users to automatically access chemical and biological data from PubChem', including compounds, substances, assays, and various other data types. Functions are available to retrieve data in different formats, perform searches, and access detailed annotations.

r-pro 0.1.1
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://cran.r-project.org/package=pro
Licenses: GPL 2
Build system: r
Synopsis: Point-Process Response Model for Optogenetics
Description:

Optogenetics is a new tool to study neuronal circuits that have been genetically modified to allow stimulation by flashes of light. This package implements the methodological framework, Point-process Response model for Optogenetics (PRO), for analyzing data from these experiments. This method provides explicit nonlinear transformations to link the flash point-process with the spiking point-process. Such response functions can be used to provide important and interpretable scientific insights into the properties of the biophysical process that governs neural spiking in response to optogenetic stimulation.

r-prioritylasso 0.4.0
Propagated dependencies: r-survival@3.8-6 r-glmnet@5.0 r-checkmate@2.3.4
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://cran.r-project.org/package=prioritylasso
Licenses: GPL 2
Build system: r
Synopsis: Analyzing Multiple Omics Data with an Offset Approach
Description:

Fits successive Lasso models for several blocks of (omics) data with different priorities and takes the predicted values as an offset for the next block. Also offers options to deal with block-wise missingness in multi-omics data.

r-plotlsirm 0.1.3
Propagated dependencies: r-tidyr@1.3.2 r-scales@1.4.0 r-rlang@1.2.0 r-patchwork@1.3.2 r-ggplot2@4.0.3 r-dplyr@1.2.1
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://github.com/jevanluo/plotlsirm
Licenses: GPL 3+
Build system: r
Synopsis: Plot Toolkit for Latent Space Item Response Models
Description:

This package provides publicationâ quality and interactive plots for exploring the posterior output of Latent Space Item Response Models, including Posterior Interaction Profiles, radar charts, 2â D latent maps, and itemâ similarity heat maps. The methods implemented in this package are based on work by Jeon, M., Jin, I. H., Schweinberger, M., Baugh, S. (2021) <doi:10.1007/s11336-021-09762-5>.

Total packages: 72458