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

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-phylosem 1.1.4
Propagated dependencies: r-tmb@1.9.21 r-sem@3.1-16 r-rcppeigen@0.3.4.0.2 r-phylopath@1.3.1 r-phylobase@0.8.12 r-ape@5.8-1
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://james-thorson-noaa.github.io/phylosem/
Licenses: GPL 3
Build system: r
Synopsis: Phylogenetic Structural Equation Model
Description:

Applies phylogenetic comparative methods (PCM) and phylogenetic trait imputation using structural equation models (SEM), extending methods from Thorson et al. (2023) <doi:10.1111/2041-210X.14076>. This implementation includes a minimal set of features, to allow users to easily read all of the documentation and source code. PCM using SEM includes phylogenetic linear models and structural equation models as nested submodels, but also allows imputation of missing values. Features and comparison with other packages are described in Thorson and van der Bijl (2023) <doi:10.1111/jeb.14234>.

r-presens 2.1.0
Propagated dependencies: r-measurements@1.5.1 r-marelac@2.1.11
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://cran.r-project.org/package=presens
Licenses: GPL 3
Build system: r
Synopsis: Interface for PreSens Fiber Optic Data
Description:

Makes output files from select PreSens Fiber Optic Oxygen Transmitters easier to work with in R. See <http://www.presens.de> for more information about PreSens (Precision Sensing GmbH). Note: this package is neither created nor maintained by PreSens.

r-polminer 0.8.9
Propagated dependencies: r-xml2@1.5.2 r-tm@0.7-18 r-stringi@1.8.7 r-slam@0.1-55 r-rlang@1.2.0 r-rcppcwb@0.6.10 r-pbapply@1.7-4 r-matrix@1.7-5 r-magrittr@2.0.5 r-lifecycle@1.0.5 r-knitr@1.51 r-jsonlite@2.0.0 r-fs@2.1.0 r-dt@0.34.0 r-data-table@1.18.4 r-cli@3.6.6
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://github.com/PolMine/polmineR
Licenses: GPL 3
Build system: r
Synopsis: Verbs and Nouns for Corpus Analysis
Description:

Package for corpus analysis using the Corpus Workbench ('CWB', <https://cwb.sourceforge.io>) as an efficient back end for indexing and querying large corpora. The package offers functionality to flexibly create subcorpora and to carry out basic statistical operations (count, co-occurrences etc.). The original full text of documents can be reconstructed and inspected at any time. Beyond that, the package is intended to serve as an interface to packages implementing advanced statistical procedures. Respective data structures (document-term matrices, term-co-occurrence matrices etc.) can be created based on the indexed corpora.

r-prtree 1.0.3
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://cran.r-project.org/package=PRTree
Licenses: GPL 3+
Build system: r
Synopsis: Probabilistic Regression Trees
Description:

Implementation of Probabilistic Regression Trees (PRTree), providing functions for model fitting and prediction, with specific adaptations to handle missing values. The main computations are implemented in Fortran for high efficiency. The package is based on the PRTree methodology described in Alkhoury et al. (2020), "Smooth and Consistent Probabilistic Regression Trees" <https://proceedings.neurips.cc/paper_files/paper/2020/file/8289889263db4a40463e3f358bb7c7a1-Paper.pdf>. Details on the treatment of missing data and implementation aspects are presented in Prass, T.S.; Neimaier, A.S.; Pumi, G. (2025), "Handling Missing Data in Probabilistic Regression Trees: Methods and Implementation in R" <doi:10.48550/arXiv.2510.03634>.

r-prioritizr 8.1.0
Propagated dependencies: r-withr@3.0.2 r-units@1.0-1 r-tibble@3.3.1 r-terra@1.9-27 r-sf@1.1-1 r-rlang@1.2.0 r-rcpparmadillo@15.2.6-1 r-rcpp@1.1.1-1.1 r-raster@3.6-32 r-r6@2.6.1 r-matrix@1.7-5 r-magrittr@2.0.5 r-igraph@2.3.1 r-exactextractr@0.10.1 r-cli@3.6.6 r-bh@1.90.0-1 r-assertthat@0.2.1 r-ape@5.8-1
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://prioritizr.net
Licenses: GPL 3
Build system: r
Synopsis: Systematic Conservation Prioritization in R
Description:

Systematic conservation prioritization using mixed integer linear programming (MILP). It provides a flexible interface for building and solving conservation planning problems. Once built, conservation planning problems can be solved using a variety of commercial and open-source exact algorithm solvers. By using exact algorithm solvers, solutions can be generated that are guaranteed to be optimal (or within a pre-specified optimality gap). Furthermore, conservation problems can be constructed to optimize the spatial allocation of different management actions or zones, meaning that conservation practitioners can identify solutions that benefit multiple stakeholders. To solve large-scale or complex conservation planning problems, users should install the Gurobi optimization software (available from <https://www.gurobi.com/>) and the gurobi R package (see Gurobi Installation Guide vignette for details). Users can also install the IBM CPLEX software (<https://www.ibm.com/products/ilog-cplex-optimization-studio/cplex-optimizer>) and the cplexAPI R package (available at <https://github.com/cran/cplexAPI>). Additionally, the rcbc R package (available at <https://github.com/dirkschumacher/rcbc>) can be used to generate solutions using the CBC optimization software (<https://github.com/coin-or/Cbc>). For further details, see Hanson et al. (2025) <doi:10.1111/cobi.14376>.

r-pubmedr 1.0.2
Propagated dependencies: r-xml@3.99-0.23 r-rentrez@1.2.4
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://github.com/massimoaria/pubmedR
Licenses: GPL 3
Build system: r
Synopsis: Gathering Metadata About Publications, Grants, Clinical Trials from 'PubMed' Database
Description:

This package provides a set of tools to extract bibliographic content from PubMed database using NCBI REST API <https://www.ncbi.nlm.nih.gov/home/develop/api/>. It includes functions to search, download, and convert PubMed bibliographic records into data frames compatible with the bibliometrix package. Features include programmatic query building, batch downloading by PMID, citation enrichment via NCBI E-Link, and robust error handling with automatic retry logic.

r-prais 1.1.4
Propagated dependencies: r-sandwich@3.1-1 r-pcse@1.9.1.1
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://github.com/franzmohr/prais
Licenses: GPL 2
Build system: r
Synopsis: Prais-Winsten Estimator for AR(1) Serial Correlation
Description:

The Prais-Winsten estimator (Prais & Winsten, 1954) takes into account AR(1) serial correlation of the errors in a linear regression model. The procedure recursively estimates the coefficients and the error autocorrelation of the specified model until sufficient convergence of the AR(1) coefficient is attained.

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-pdxpower 1.0.5
Propagated dependencies: r-survival@3.8-6 r-nlme@3.1-169 r-ggpubr@0.6.3 r-ggplot2@4.0.3 r-frailtypack@3.8.0
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://cran.r-project.org/package=PDXpower
Licenses: GPL 2+
Build system: r
Synopsis: Time to Event Outcome in Experimental Designs of Pre-Clinical Studies
Description:

Conduct simulation-based customized power calculation for clustered time to event data in a mixed crossed/nested design, where a number of cell lines and a number of mice within each cell line are considered to achieve a desired statistical power, motivated by Eckel-Passow and colleagues (2021) <doi:10.1093/neuonc/noab137> and Li and colleagues (2025) <doi:10.51387/25-NEJSDS76>. This package provides two commonly used models for powering a design, linear mixed effects and Cox frailty model. Both models account for within-subject (cell line) correlation while holding different distributional assumptions about the outcome. Alternatively, the counterparts of fixed effects model are also available, which produces similar estimates of statistical power.

r-psricalc 1.0.0
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://cran.r-project.org/package=PSRICalc
Licenses: Expat
Build system: r
Synopsis: Plant Stress Response Index Calculator
Description:

Calculate Plant Stress Response Index (PSRI) from time-series germination data with optional radicle vigor integration. Built on the methodological foundation of the Osmotic Stress Response Index (OSRI) framework developed by Walne et al. (2020) <doi:10.1002/agg2.20087>. Provides clean, direct PSRI calculations suitable for agricultural research and statistical analysis. Note: This package implements methodology currently under peer review. Please contact the author before publication using this approach.

r-polish 0.3.1
Propagated dependencies: r-xml2@1.5.2 r-webshot2@0.1.2 r-tibble@3.3.1 r-sloop@1.0.1 r-rmarkdown@2.31 r-rlang@1.2.0 r-purrr@1.2.2 r-officer@0.7.5 r-magick@2.9.1 r-htmltools@0.5.9 r-gt@1.3.0 r-glue@1.8.1 r-ggplot2@4.0.3 r-flextable@0.9.11 r-dplyr@1.2.1 r-commonmark@2.0.0 r-cli@3.6.6
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://gsk-biostatistics.github.io/polish/
Licenses: FSDG-compatible
Build system: r
Synopsis: Polishing Content for 'Word' and 'PowerPoint'
Description:

Set of functions to polish content for Microsoft Word and PowerPoint into OOXML'. Polishing is the conversion of the R object into an OOXML representation of the object that can then be added to Word or PowerPoint files.

r-polypatex 0.9.2
Propagated dependencies: r-gtools@3.9.5
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://cran.r-project.org/package=PolyPatEx
Licenses: FSDG-compatible
Build system: r
Synopsis: Paternity Exclusion in Autopolyploid Species
Description:

This package provides functions to perform paternity exclusion via allele matching, in autopolyploid species having ploidy 4, 6, or 8. The marker data used can be genotype data (copy numbers known) or allelic phenotype data (copy numbers not known).

r-pcsteiner 1.0.0.1
Propagated dependencies: r-igraph@2.3.1
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://github.com/krashkov/pcSteiner
Licenses: GPL 3
Build system: r
Synopsis: Convenient Tool for Solving the Prize-Collecting Steiner Tree Problem
Description:

The Prize-Collecting Steiner Tree problem asks to find a subgraph connecting a given set of vertices with the most expensive nodes and least expensive edges. Since it is proven to be NP-hard, exact and efficient algorithm does not exist. This package provides convenient functionality for obtaining an approximate solution to this problem using loopy belief propagation algorithm.

r-pipefittr 0.1.2
Propagated dependencies: r-stringr@1.6.0 r-shiny@1.13.0 r-rstudioapi@0.18.0 r-miniui@0.1.2 r-magrittr@2.0.5
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://cran.r-project.org/package=pipefittr
Licenses: Expat
Build system: r
Synopsis: Convert Nested Functions to Pipes
Description:

To take nested function calls and convert them to a more readable form using pipes from package magrittr'.

r-professr 2.4-3
Propagated dependencies: r-rpmg@2.2-7
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://cran.r-project.org/package=ProfessR
Licenses: GPL 2+
Build system: r
Synopsis: Grades Setting and Exam Maker
Description:

Programs to determine student grades and create examinations from Question banks. Programs will create numerous multiple choice exams, randomly shuffled, for different versions of same question list.

r-pemultinom 0.1.1
Propagated dependencies: r-rcpp@1.1.1-1.1 r-nnet@7.3-20 r-magrittr@2.0.5 r-lpsolve@5.6.23 r-foreach@1.5.2 r-doparallel@1.0.17
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://cran.r-project.org/package=pemultinom
Licenses: GPL 2
Build system: r
Synopsis: L1-Penalized Multinomial Regression with Statistical Inference
Description:

We aim for fitting a multinomial regression model with Lasso penalty and doing statistical inference (calculating confidence intervals of coefficients and p-values for individual variables). It implements 1) the coordinate descent algorithm to fit an l1-penalized multinomial regression model (parameterized with a reference level); 2) the debiasing approach to obtain the inference results, which is described in "Tian, Y., Rusinek, H., Masurkar, A. V., & Feng, Y. (2024). L1â Penalized Multinomial Regression: Estimation, Inference, and Prediction, With an Application to Risk Factor Identification for Different Dementia Subtypes. Statistics in Medicine, 43(30), 5711-5747.".

r-plsrcox 1.8.2
Propagated dependencies: r-survival@3.8-6 r-survcomp@1.62.0 r-survauc@1.4-0 r-rms@8.1-1 r-risksetroc@1.0.4.1 r-plsrglm@1.7.1 r-pls@2.9-0 r-mixomics@6.36.0 r-lars@1.3 r-kernlab@0.9-33
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://fbertran.github.io/plsRcox/
Licenses: GPL 3
Build system: r
Synopsis: Partial Least Squares Regression for Cox Models and Related Techniques
Description:

This package provides Partial least squares Regression and various regular, sparse or kernel, techniques for fitting Cox models in high dimensional settings <doi:10.1093/bioinformatics/btu660>, Bastien, P., Bertrand, F., Meyer N., Maumy-Bertrand, M. (2015), Deviance residuals-based sparse PLS and sparse kernel PLS regression for censored data, Bioinformatics, 31(3):397-404. Cross validation criteria were studied in <doi:10.48550/arXiv.1810.02962>, Bertrand, F., Bastien, Ph. and Maumy-Bertrand, M. (2018), Cross validating extensions of kernel, sparse or regular partial least squares regression models to censored data.

r-pedsuite 1.4.0
Propagated dependencies: r-verbalisr@0.7.2 r-segregatr@0.5.0 r-ribd@1.7.1 r-pedtools@2.11.0 r-pedprobr@1.1.0 r-pedmut@0.9.1 r-pedfamilias@0.2.5 r-pedbuildr@0.4.0 r-paramlink2@1.0.6 r-norstr@0.2.1 r-ibdsim2@2.3.2 r-ibdfindr@0.3.1 r-forrel@1.9.0 r-dvir@3.4.1
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://magnusdv.github.io/pedsuite/
Licenses: GPL 3+
Build system: r
Synopsis: Easy Installation of the 'pedsuite' Packages for Pedigree Analysis
Description:

The pedsuite is a collection of packages for pedigree analysis, covering applications in forensic genetics, medical genetics and more. A detailed presentation of the pedsuite is given in the book Pedigree Analysis in R (Vigeland, 2021, ISBN: 9780128244302).

r-perccalc 1.0.5
Propagated dependencies: r-tibble@3.3.1 r-multcomp@1.4-30
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://cimentadaj.github.io/perccalc/
Licenses: Expat
Build system: r
Synopsis: Estimate Percentiles from an Ordered Categorical Variable
Description:

An implementation of two functions that estimate values for percentiles from an ordered categorical variable as described by Reardon (2011, isbn:978-0-87154-372-1). One function estimates percentile differences from two percentiles while the other returns the values for every percentile from 1 to 100.

r-pjccalculator 0.1.3
Propagated dependencies: r-rlang@1.2.0 r-dplyr@1.2.1
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://cran.r-project.org/package=PJCcalculator
Licenses: Expat
Build system: r
Synopsis: PROs-Joint Contrast (PJC) Calculator
Description:

Computes the Patient-Reported Outcomes (PROs) Joint Contrast (PJC), a residual-based summary that captures information left over after accounting for the clinical Disease Activity index for Psoriatic Arthritis (cDAPSA). PROs (pain and patient global assessment) and joint counts (swollen and tender) are standardized, then each component is adjusted for standardized cDAPSA using natural spline coefficients that were derived from previously published models. The resulting residuals are standardized and combined using fixed principal component loadings, to yield a continuous PJC score and quartile groupings. This package provides a calculator for applying those published coefficients to new datasets; it does not itself estimate spline models or principal components.

r-phytosanitarycalculator 1.1.3
Propagated dependencies: r-shiny@1.13.0 r-rmarkdown@2.31 r-htmltools@0.5.9 r-acceptancesampling@1.0.11
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://cran.r-project.org/package=PhytosanitaryCalculator
Licenses: GPL 3
Build system: r
Synopsis: Phytosanitary Calculator for Inspection Plans Based on Risks
Description:

This package provides a Shiny application for calculating phytosanitary inspection plans based on risks. It generates a diagram of pallets in a lot, highlights the units to be sampled, and documents them based on the selected sampling method (simple random or systematic sampling).

r-pbbd 1.0.0
Propagated dependencies: r-ibd@1.6
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://cran.r-project.org/package=pbbd
Licenses: GPL 2+
Build system: r
Synopsis: Position Balanced and Nearly Position Balanced Block Designs
Description:

Generates a position balanced or nearly position balanced block design with given parameters. This package can also convert a given proper and equireplicate block design into a position balanced or nearly position balanced block design.

r-pacheck 0.2.2
Propagated dependencies: r-tidyr@1.3.2 r-tibble@3.3.1 r-testthat@3.3.2 r-survival@3.8-6 r-stringi@1.8.7 r-simsurv@1.0.1 r-signal@1.8-1 r-scales@1.4.0 r-reshape2@1.4.5 r-randomforestsrc@3.6.2 r-moments@0.14.1 r-interp@1.1-6 r-gtools@3.9.5 r-glue@1.8.1 r-glmnet@5.0 r-ggplot2@4.0.3 r-flexsurv@2.3.2 r-fitdistrplus@1.2-6 r-dplyr@1.2.1 r-boot@1.3-32 r-assertthat@0.2.1
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://xa4p.github.io/pacheck/
Licenses: GPL 3+
Build system: r
Synopsis: Probabilistic Analysis Check Package
Description:

Investigate (analytically or visually) the inputs and outputs of probabilistic analyses of health economic models using standard health economic visualisation and metamodelling methods.

r-parcr 0.6.1
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://github.com/SystemsBioinformatics/parcr
Licenses: Expat
Build system: r
Synopsis: Construct Parsers for Structured Text Files
Description:

Construct parser combinator functions, higher order functions that parse input. Construction of such parsers is transparent and easy. Their main application is the parsing of structured text files like those generated by laboratory instruments. Based on a paper by Hutton (1992) <doi:10.1017/S0956796800000411>.

Total packages: 72450