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

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-proffer 0.2.2
Propagated dependencies: r-withr@3.0.2 r-rprotobuf@0.4.28 r-r-utils@2.13.0 r-profile@1.0.4 r-processx@3.9.0 r-pingr@2.0.5 r-parallelly@1.47.0 r-cli@3.6.6
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://github.com/r-prof/proffer
Licenses: Expat
Build system: r
Synopsis: Profile R Code and Visualize with 'Pprof'
Description:

Like similar profiling tools, the proffer package automatically detects sources of slowness in R code. The distinguishing feature of proffer is its utilization of pprof', which supplies interactive visualizations that are efficient and easy to interpret. Behind the scenes, the profile package converts native Rprof() data to a protocol buffer that pprof understands. For the documentation of proffer', visit <https://r-prof.github.io/proffer/>. To learn about the implementations and methodologies of pprof', profile', and protocol buffers, visit <https://github.com/google/pprof>. <https://protobuf.dev>, and <https://github.com/r-prof/profile>, respectively.

r-pgpx 0.1.4
Propagated dependencies: r-rgenoud@5.9-0.11 r-rcpparmadillo@15.2.6-1 r-rcpp@1.1.1-1.1 r-randtoolbox@2.0.5 r-pracma@2.4.6 r-pbivnorm@0.6.0 r-kriginv@1.4.2 r-dicekriging@1.6.1
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://doi.org/10.1137/141000749
Licenses: GPL 3
Build system: r
Synopsis: Pseudo-Realizations for Gaussian Process Excursions
Description:

Computes pseudo-realizations from the posterior distribution of a Gaussian Process (GP) with the method described in Azzimonti et al. (2016) <doi:10.1137/141000749>. The realizations are obtained from simulations of the field at few well chosen points that minimize the expected distance in measure between the true excursion set of the field and the approximate one. Also implements a R interface for (the main function of) Distance Transform of sampled Functions (<https://cs.brown.edu/people/pfelzens/dt/index.html>).

r-pmcalibration 0.2.0
Propagated dependencies: r-survival@3.8-6 r-pbapply@1.7-4 r-mgcv@1.9-4 r-mass@7.3-65 r-hmisc@5.2-5
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://github.com/stephenrho/pmcalibration
Licenses: GPL 3
Build system: r
Synopsis: Calibration Curves for Clinical Prediction Models
Description:

Fit calibrations curves for clinical prediction models and calculate several associated metrics (Eavg, E50, E90, Emax). Ideally predicted probabilities from a prediction model should align with observed probabilities. Calibration curves relate predicted probabilities (or a transformation thereof) to observed outcomes via a flexible non-linear smoothing function. pmcalibration allows users to choose between several smoothers (regression splines, generalized additive models/GAMs, lowess, loess). Both binary and time-to-event outcomes are supported. See Van Calster et al. (2016) <doi:10.1016/j.jclinepi.2015.12.005>; Austin and Steyerberg (2019) <doi:10.1002/sim.8281>; Austin et al. (2020) <doi:10.1002/sim.8570>.

r-portn 1.0.0
Propagated dependencies: r-rsolnp@2.0.1
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://github.com/ysd2004/portn
Licenses: GPL 2+
Build system: r
Synopsis: Portfolio Analysis for Nature
Description:

The functions are designed to find the efficient mean-variance frontier or portfolio weights for static portfolio (called Markowitz portfolio) analysis in resource economics or nature conservation. Using the nonlinear programming solver ('Rsolnp'), this package deals with the quadratic minimization of the variance-covariances without shorting (i.e., non-negative portfolio weights) studied in Ando and Mallory (2012) <doi:10.1073/pnas.1114653109>. See the examples, testing versions, and more details from: <https://github.com/ysd2004/portn>.

r-pipetime 0.0.1
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://cran.r-project.org/package=pipetime
Licenses: Expat
Build system: r
Synopsis: Tools to Time Pipe Operations
Description:

Enable users to measure and record the execution time of pipe operations (using |>) with optional logging to dataframes and output to the console.

r-poissonreg 1.0.2
Propagated dependencies: r-tidyr@1.3.2 r-tibble@3.3.1 r-rlang@1.2.0 r-purrr@1.2.2 r-parsnip@1.6.0 r-generics@0.1.4 r-dplyr@1.2.1
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://github.com/tidymodels/poissonreg
Licenses: Expat
Build system: r
Synopsis: Model Wrappers for Poisson Regression
Description:

Bindings for Poisson regression models for use with the parsnip package. Models include simple generalized linear models, Bayesian models, and zero-inflated Poisson models (Zeileis, Kleiber, and Jackman (2008) <doi:10.18637/jss.v027.i08>).

r-powerpls 0.2.2
Propagated dependencies: r-simukde@1.3.0 r-proc@1.19.0.1 r-nipals@1.0 r-mvtnorm@1.3-7 r-mass@7.3-65 r-ks@1.15.2 r-foreach@1.5.2 r-fksum@1.0.1 r-compositions@2.0-9 r-caret@7.0-1
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://github.com/angeella/powerPLS
Licenses: GPL 2+
Build system: r
Synopsis: Power Analysis for PLS Classification
Description:

It estimates power and sample size for Partial Least Squares-based methods described in Andreella, et al., (2024), <doi:10.48550/arXiv.2403.10289>.

r-permutest 1.0.0
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://cran.r-project.org/package=permutest
Licenses: GPL 3+
Build system: r
Synopsis: Run Permutation Tests and Construct Associated Confidence Intervals
Description:

This package implements permutation tests for any test statistic and randomization scheme and constructs associated confidence intervals as described in Glazer and Stark (2024) <doi:10.48550/arXiv.2405.05238>.

r-plotftir 1.3.1
Propagated dependencies: r-scales@1.4.0 r-rlang@1.2.0 r-cli@3.6.6
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://github.com/NRCan/PlotFTIR
Licenses: GPL 3+
Build system: r
Synopsis: Plot FTIR Spectra
Description:

The goal of PlotFTIR is to easily and quickly kick-start the production of journal-quality Fourier Transform Infra-Red (FTIR) spectral plots in R using ggplot2'. The produced plots can be published directly or further modified by ggplot2 functions. L'objectif de PlotFTIR est de démarrer facilement et rapidement la production des tracés spectraux de spectroscopie infrarouge à transformée de Fourier (IRTF) de qualité journal dans R à l'aide de ggplot2'. Les tracés produits peuvent être publiés directement ou modifiés davantage par les fonctions ggplot2'.

r-pdfetch 0.3.3
Propagated dependencies: r-zoo@1.8-15 r-xts@0.14.2 r-xml2@1.5.2 r-xml@3.99-0.23 r-tidyr@1.3.2 r-stringr@1.6.0 r-readr@2.2.0 r-quantmod@0.4.28 r-magrittr@2.0.5 r-lubridate@1.9.5 r-jsonlite@2.0.0 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://github.com/abielr/pdfetch
Licenses: GPL 2+ GPL 3+
Build system: r
Synopsis: Fetch Economic and Financial Time Series Data from Public Sources
Description:

Download economic and financial time series from public sources, including the St Louis Fed's FRED system, Yahoo Finance, the US Bureau of Labor Statistics, the US Energy Information Administration, the World Bank, Eurostat, the European Central Bank, the Bank of England, the UK's Office of National Statistics, Deutsche Bundesbank, and INSEE.

r-pedalfast-data 1.0.2
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://cran.r-project.org/package=pedalfast.data
Licenses: GPL 2
Build system: r
Synopsis: PEDALFAST Data
Description:

Data files and documentation for PEDiatric vALidation oF vAriableS in TBI (PEDALFAST). The data was used in "Functional Status Scale in Children With Traumatic Brain Injury: A Prospective Cohort Study" by Bennett, Dixon, et al (2016) <doi:10.1097/PCC.0000000000000934>.

r-pacta-loanbook 0.1.1
Propagated dependencies: r-tidyselect@1.2.1 r-tibble@3.3.1 r-scales@1.4.0 r-rstudioapi@0.18.0 r-rlang@1.2.0 r-r2dii-plot@0.5.2 r-r2dii-match@0.4.1 r-r2dii-data@0.6.1 r-r2dii-analysis@0.5.3 r-purrr@1.2.2 r-magrittr@2.0.5 r-ggrepel@0.9.8 r-dplyr@1.2.1 r-cli@3.6.6
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://rmi-pacta.github.io/pacta.loanbook/
Licenses: Expat
Build system: r
Synopsis: Easily Install and Load PACTA for Banks Packages
Description:

PACTA (Paris Agreement Capital Transition Assessment) for Banks is a tool that allows banks to calculate the climate alignment of their corporate lending portfolios. This package is designed to make it easy to install and load multiple PACTA for Banks packages in a single step. It also provides thorough documentation - the PACTA for Banks cookbook at <https://rmi-pacta.github.io/pacta.loanbook/articles/cookbook_overview.html> - on how to run a PACTA for Banks analysis. This covers prerequisites for the analysis, the separate steps of running the analysis, the interpretation of PACTA for Banks results, and advanced use cases.

r-plnr 2025.11.22
Propagated dependencies: r-uuid@1.2-2 r-usethis@3.2.1 r-tidyr@1.3.2 r-r6@2.6.1 r-purrr@1.2.2 r-pbmcapply@1.5.1 r-glue@1.8.1 r-fs@2.1.0 r-foreach@1.5.2 r-digest@0.6.39 r-data-table@1.18.4
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://www.rwhite.no/plnr/
Licenses: Expat
Build system: r
Synopsis: Framework for Planning and Executing Analyses
Description:

This package provides a comprehensive framework for planning and executing analyses in R. It provides a structured approach to running the same function multiple times with different arguments, executing multiple functions on the same datasets, and creating systematic analyses across multiple strata or variables. The framework is particularly useful for applying the same analysis across multiple strata (e.g., locations, age groups), running statistical methods on multiple variables (e.g., exposures, outcomes), generating multiple tables or graphs for reports, and creating systematic surveillance analyses. Key features include efficient data management, structured analysis planning, flexible execution options, built-in debugging tools, and hash-based caching.

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-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-plexi 1.0.0
Propagated dependencies: r-keras@2.16.1 r-igraph@2.3.1 r-ggraph@2.2.2 r-ggplot2@4.0.3 r-assertthat@0.2.1 r-aggregation@1.0.1
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://cran.r-project.org/package=PLEXI
Licenses: GPL 3+
Build system: r
Synopsis: Multiplex Network Analysis
Description:

Interactions between different biological entities are crucial for the function of biological systems. In such networks, nodes represent biological elements, such as genes, proteins and microbes, and their interactions can be defined by edges, which can be either binary or weighted. The dysregulation of these networks can be associated with different clinical conditions such as diseases and response to treatments. However, such variations often occur locally and do not concern the whole network. To capture local variations of such networks, we propose multiplex network differential analysis (MNDA). MNDA allows to quantify the variations in the local neighborhood of each node (e.g. gene) between the two given clinical states, and to test for statistical significance of such variation. Yousefi et al. (2023) <doi:10.1101/2023.01.22.525058>.

r-pencoxfrail 2.0.1
Propagated dependencies: r-survival@3.8-6 r-rcpparmadillo@15.2.6-1 r-rcpp@1.1.1-1.1 r-matrix@1.7-5 r-coxme@2.2-22
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://cran.r-project.org/package=PenCoxFrail
Licenses: GPL 2+
Build system: r
Synopsis: Regularization in Cox Frailty Models
Description:

Different regularization approaches for Cox Frailty Models by penalization methods are provided. see Groll et al. (2017) <doi:10.1111/biom.12637> for effects selection. See also Groll and Hohberg (2024) <doi:10.1002/bimj.202300020> for classical LASSO approach.

r-pool 1.0.5
Propagated dependencies: r-rlang@1.2.0 r-r6@2.6.1 r-later@1.4.8 r-dbi@1.3.0
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://github.com/rstudio/pool
Licenses: Expat
Build system: r
Synopsis: Object Pooling
Description:

Enables the creation of object pools, which make it less computationally expensive to fetch a new object. Currently the only supported pooled objects are DBI connections.

r-psgd 1.0.6
Propagated dependencies: r-rcpparmadillo@15.2.6-1 r-rcpp@1.1.1-1.1
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://cran.r-project.org/package=PSGD
Licenses: GPL 2+
Build system: r
Synopsis: Projected Subset Gradient Descent
Description:

This package provides functions to generate ensembles of generalized linear models using a greedy projected subset gradient descent algorithm. The sparsity and diversity tuning parameters are selected by cross-validation.

r-pycno 1.4.1
Propagated dependencies: r-sp@2.2-1 r-sf@1.1-1
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://cran.r-project.org/package=pycno
Licenses: GPL 2+
Build system: r
Synopsis: Pycnophylactic Interpolation
Description:

Given a SpatialPolygonsDataFrame and a set of populations for each polygon, compute a population density estimate based on Tobler's pycnophylactic interpolation algorithm. The result is a SpatialGridDataFrame. Methods are described in Tobler Waldo R. (1979) <doi:10.1080/01621459.1979.10481647>.

r-paleoam 1.0.1
Propagated dependencies: r-vegan@2.7-3
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://cran.r-project.org/package=paleoAM
Licenses: CC0
Build system: r
Synopsis: Simulating Assemblage Models of Abundance for the Fossil Record
Description:

This package provides functions for fitting abundance distributions over environmental gradients to the species in ecological communities, and tools for simulating the fossil assemblages from those abundance models for such communities, as well as simulating assemblages across various patterns of sedimentary history and sampling. These tools are for particular use with fossil records with detailed age models and abundance distributions used for calculating environmental gradients from ordinations or other indices based on fossil assemblages.

r-pbrackets 1.0.1
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://cran.r-project.org/package=pBrackets
Licenses: GPL 3+
Build system: r
Synopsis: Plot Brackets
Description:

Adds different kinds of brackets to a plot, including braces, chevrons, parentheses or square brackets.

r-ppforest 0.2.0
Propagated dependencies: r-tidyselect@1.2.1 r-tidyr@1.3.2 r-tibble@3.3.1 r-rcpparmadillo@15.2.6-1 r-rcpp@1.1.1-1.1 r-plyr@1.8.9 r-magrittr@2.0.5 r-dplyr@1.2.1 r-doparallel@1.0.17
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://github.com/natydasilva/PPforest
Licenses: GPL 2+
Build system: r
Synopsis: Projection Pursuit Classification Forest
Description:

This package implements projection pursuit forest algorithm for supervised classification.

r-planesmuestra 0.1
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://cran.r-project.org/package=Planesmuestra
Licenses: GPL 2+
Build system: r
Synopsis: Functions for Calculating Dodge Romig, MIL STD 105E and MIL STD 414 Acceptance Sampling Plan
Description:

Calculates an acceptance sampling plan, (sample size and acceptance number) based in MIL STD 105E, Dodge Romig and MIL STD 414 tables and procedures. The arguments for each function are related to lot size, inspection level and quality level. The specific plan operating curve (OC), is calculated by the binomial distribution.

Total packages: 73978