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

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-phenopix 2.4.5
Propagated dependencies: r-zoo@1.8-15 r-terra@1.9-27 r-strucchange@1.5-4 r-stringr@1.6.0 r-sp@2.2-1 r-raster@3.6-32 r-plyr@1.8.9 r-jpeg@0.1-11 r-iterators@1.0.14 r-gtools@3.9.5 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=phenopix
Licenses: GPL 2
Build system: r
Synopsis: Process Digital Images of a Vegetation Cover
Description:

This package provides a collection of functions to process digital images, depict greenness index trajectories and extract relevant phenological stages.

r-pensynth 0.8.2
Propagated dependencies: r-matrix@1.7-5 r-lifecycle@1.0.5 r-cli@3.6.6 r-clarabel@0.11.2
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://github.com/vankesteren/pensynth
Licenses: Expat
Build system: r
Synopsis: Penalized Synthetic Control Estimation
Description:

Estimate penalized synthetic control models and perform hold-out validation to determine their penalty parameter. This method is based on the work by Abadie & L'Hour (2021) <doi:10.1080/01621459.2021.1971535>. Penalized synthetic controls smoothly interpolate between one-to-one matching and the synthetic control method.

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-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-parallelpam 1.4.3
Propagated dependencies: r-rcpp@1.1.1-1.1 r-memuse@4.2-3
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://cran.r-project.org/package=parallelpam
Licenses: GPL 2+
Build system: r
Synopsis: Parallel Partitioning-Around-Medoids (PAM) for Big Sets of Data
Description:

Application of the Partitioning-Around-Medoids (PAM) clustering algorithm described in Schubert, E. and Rousseeuw, P.J.: "Fast and eager k-medoids clustering: O(k) runtime improvement of the PAM, CLARA, and CLARANS algorithms." Information Systems, vol. 101, p. 101804, (2021). <doi:10.1016/j.is.2021.101804>. It uses a binary format for storing and retrieval of matrices developed for the jmatrix package but the functionality of jmatrix is included here, so you do not need to install it. Also, it is used by package scellpam', so if you have installed it, you do not need to install this package. PAM can be applied to sets of data whose dissimilarity matrix can be very big. It has been tested with up to 100.000 points. It does this with the help of the code developed for other package, jmatrix', which allows the matrix not to be loaded in R memory (which would force it to be of double type) but it gets from disk, which allows using float (or even smaller data types). Moreover, the dissimilarity matrix is calculated in parallel if the computer has several cores so it can open many threads. The initial part of the PAM algorithm can be done with the BUILD or LAB algorithms; the BUILD algorithm has been implemented in parallel. The optimization phase implements the FastPAM1 algorithm, also in parallel. Finally, calculation of silhouette is available and also implemented in parallel.

r-pbsddesolve 1.13.7
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://github.com/pbs-software/pbs-ddesolve
Licenses: GPL 2+
Build system: r
Synopsis: Solver for Delay Differential Equations
Description:

This package provides functions for solving systems of delay differential equations by interfacing with numerical routines written by Simon N. Wood, including contributions from Benjamin J. Cairns. These numerical routines first appeared in Simon Wood's solv95 program. This package includes a vignette and a complete user's guide. PBSddesolve originally appeared on CRAN under the name ddesolve'. That version is no longer supported. The current name emphasizes a close association with other PBS packages, particularly PBSmodelling'.

r-painter 0.1.0
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://cran.r-project.org/package=painter
Licenses: GPL 3
Build system: r
Synopsis: Creation and Manipulation of Color Palettes
Description:

This package provides functions for creating color palettes, visualizing palettes, modifying colors, and assigning colors for plotting.

r-pambinaries 1.9.3
Propagated dependencies: 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://cran.r-project.org/package=PamBinaries
Licenses: GPL 2+ GPL 3+
Build system: r
Synopsis: Read and Process 'Pamguard' Binary Data
Description:

This package provides functions for easily reading and processing binary data files created by Pamguard (<https://www.pamguard.org/>). All functions for directly reading the binary data files are based on MATLAB code written by Michael Oswald.

r-paran 1.5.6
Propagated dependencies: r-rlang@1.2.0 r-mass@7.3-65
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://alexisdinno.com/Software/index.shtml#paran
Licenses: GPL 2
Build system: r
Synopsis: Horn's Test of Principal Components/Factors
Description:

An implementation of Horn's technique for numerically and graphically evaluating the components or factors retained in a principle components analysis (PCA) or common factor analysis (FA). Horn's method contrasts eigenvalues produced through a PCA or FA on a number of random data sets of uncorrelated variables with the same number of variables and observations as the experimental or observational data set to produce eigenvalues for components or factors that are adjusted for the sample error-induced inflation. Components with adjusted eigenvalues greater than one are retained. paran may also be used to conduct parallel analysis following Glorfeld's (1995) suggestions to reduce the likelihood of over-retention.

r-provenance 4.4
Propagated dependencies: r-mass@7.3-65 r-isoplotr@7.0
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://www.ucl.ac.uk/~ucfbpve/provenance/
Licenses: GPL 2
Build system: r
Synopsis: Statistical Toolbox for Sedimentary Provenance Analysis
Description:

Bundles a number of established statistical methods to facilitate the visual interpretation of large datasets in sedimentary geology. Includes functionality for adaptive kernel density estimation, principal component analysis, correspondence analysis, multidimensional scaling, generalised procrustes analysis and individual differences scaling using a variety of dissimilarity measures. Univariate provenance proxies, such as single-grain ages or (isotopic) compositions are compared with the Kolmogorov-Smirnov, Kuiper, Wasserstein-2 or Sircombe-Hazelton L2 distances. Categorical provenance proxies such as chemical compositions are compared with the Aitchison and Bray-Curtis distances,and count data with the chi-square distance. Varietal data can either be converted to one or more distributional datasets, or directly compared using the multivariate Wasserstein distance. Also included are tools to plot compositional and count data on ternary diagrams and point-counting data on radial plots, to calculate the sample size required for specified levels of statistical precision, and to assess the effects of hydraulic sorting on detrital compositions. Includes an intuitive query-based user interface for users who are not proficient in R.

r-pakpmics2014hl 0.1.1
Propagated dependencies: r-data-table@1.18.4
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://github.com/MYaseen208/PakPMICS2014HL
Licenses: GPL 2
Build system: r
Synopsis: Multiple Indicator Cluster Survey (MICS) 2014 Household Listing Questionnaire Data for Punjab, Pakistan
Description:

This package provides data set and function for exploration of Multiple Indicator Cluster Survey 2014 Household Listing questionnaire data for Punjab, Pakistan.

r-pksensi 1.2.3
Propagated dependencies: r-ggplot2@4.0.3 r-foreach@1.5.2 r-doparallel@1.0.17 r-desolve@1.42 r-data-table@1.18.4
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://github.com/nanhung/pksensi
Licenses: GPL 3 FSDG-compatible
Build system: r
Synopsis: Global Sensitivity Analysis in Physiologically Based Kinetic Modeling
Description:

Applying the global sensitivity analysis workflow to investigate the parameter uncertainty and sensitivity in physiologically based kinetic (PK) models, especially the physiologically based pharmacokinetic/toxicokinetic model with multivariate outputs. The package also provides some functions to check the convergence and sensitivity of model parameters. The workflow was first mentioned in Hsieh et al., (2018) <doi:10.3389/fphar.2018.00588>, then further refined (Hsieh et al., 2020 <doi:10.1016/j.softx.2020.100609>).

r-powerindexr 1.6
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://cran.r-project.org/package=powerindexR
Licenses: GPL 2
Build system: r
Synopsis: Measuring the Power in Voting Systems
Description:

This R package allows the determination of some distributions of the voters power when passing laws in weighted voting situations.

r-pumbayes 1.0.2
Propagated dependencies: r-rcpptn@0.2-2 r-rcppdist@0.1.1.1 r-rcpparmadillo@15.2.6-1 r-rcpp@1.1.1-1.1 r-mvtnorm@1.3-7
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://github.com/SkylarShiHub/pumBayes
Licenses: GPL 3
Build system: r
Synopsis: Bayesian Estimation of Probit Unfolding Models for Binary Preference Data
Description:

Bayesian estimation and analysis methods for Probit Unfolding Models (PUMs), a novel class of scaling models designed for binary preference data. These models allow for both monotonic and non-monotonic response functions. The package supports Bayesian inference for both static and dynamic PUMs using Markov chain Monte Carlo (MCMC) algorithms with minimal or no tuning. Key functionalities include posterior sampling, hyperparameter selection, data preprocessing, model fit evaluation, and visualization. The methods are particularly suited to analyzing voting data, such as from the U.S. Congress or Supreme Court, but can also be applied in other contexts where non-monotonic responses are expected. For methodological details, see Shi et al. (2025) <doi:10.48550/arXiv.2504.00423>.

r-pcds 0.1.8
Propagated dependencies: r-rdpack@2.6.6 r-plotrix@3.8-14 r-plot3d@1.4.2 r-interp@1.1-6 r-gmoip@1.5.6 r-combinat@0.0-8
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://cran.r-project.org/package=pcds
Licenses: GPL 2
Build system: r
Synopsis: Proximity Catch Digraphs and Their Applications
Description:

This package contains the functions for construction and visualization of various families of the proximity catch digraphs (PCDs), see (Ceyhan (2005) ISBN:978-3-639-19063-2), for computing the graph invariants for testing the patterns of segregation and association against complete spatial randomness (CSR) or uniformity in one, two and three dimensional cases. The package also has tools for generating points from these spatial patterns. The graph invariants used in testing spatial point data are the domination number (Ceyhan (2011) <doi:10.1080/03610921003597211>) and arc density (Ceyhan et al. (2006) <doi:10.1016/j.csda.2005.03.002>; Ceyhan et al. (2007) <doi:10.1002/cjs.5550350106>). The PCD families considered are Arc-Slice PCDs, Proportional-Edge PCDs, and Central Similarity PCDs.

r-partdsa 0.9.15
Propagated dependencies: r-survival@3.8-6
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://cran.r-project.org/package=partDSA
Licenses: GPL 2
Build system: r
Synopsis: Partitioning Using Deletion, Substitution, and Addition Moves
Description:

This package provides a novel tool for generating a piecewise constant estimation list of increasingly complex predictors based on an intensive and comprehensive search over the entire covariate space.

r-phenthauproc 1.1.2
Propagated dependencies: r-terra@1.9-27 r-rlang@1.2.0 r-lubridate@1.9.5
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://cran.r-project.org/package=PHENTHAUproc
Licenses: Expat
Build system: r
Synopsis: Phenology Modelling of Thaumetopoea Processionea
Description:

This package provides methods to calculate and present PHENTHAUproc', an early warning and decision support system for hazard assessment and control of oak processionary moth (OPM) using local and spatial temperature data. It was created by Halbig et al. 2024 (<doi:10.1016/j.foreco.2023.121525>) at FVA (<https://www.fva-bw.de/en/homepage/>) Forest Research Institute Baden-Wuerttemberg, Germany and at BOKU - University of Natural Ressources and Life Sciences, Vienna, Austria.

r-pttstability 1.4
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://cran.r-project.org/package=pttstability
Licenses: GPL 3
Build system: r
Synopsis: Particle-Takens Stability
Description:

Includes a collection of functions presented in "Measuring stability in ecological systems without static equilibria" by Clark et al. (2022) <doi:10.1002/ecs2.4328> in Ecosphere. These can be used to estimate the parameters of a stochastic state space model (i.e. a model where a time series is observed with error). The goal of this package is to estimate the variability around a deterministic process, both in terms of observation error - i.e. variability due to imperfect observations that does not influence system state - and in terms of process noise - i.e. stochastic variation in the actual state of the process. Unlike classical methods for estimating variability, this package does not necessarily assume that the deterministic state is fixed (i.e. a fixed-point equilibrium), meaning that variability around a dynamic trajectory can be estimated (e.g. stochastic fluctuations during predator-prey dynamics).

r-profileladder 0.2.2
Propagated dependencies: r-raw@0.1.8 r-crayon@1.5.3 r-chainladder@0.2.21
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://github.com/42463863/ProfileLadder
Licenses: GPL 2+
Build system: r
Synopsis: Functional-Based Chain Ladder for Claims Reserving
Description:

Functional claims reserving methods based on aggregated chain-ladder data, also known as a run-off triangle, implemented in three nonparametric algorithms (PARALLAX, REACT, and MACRAME) proposed in Maciak, Mizera, and Pešta (2022) <doi:10.1017/asb.2022.4>. Additional methods including permutation bootstrap for completed run-off triangles are also provided.

r-paar 1.0.2
Propagated dependencies: r-spdep@1.4-2 r-sf@1.1-1 r-gstat@2.1-6 r-e1071@1.7-17 r-data-table@1.18.4
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://ppaccioretti.github.io/paar/
Licenses: Expat
Build system: r
Synopsis: Precision Agriculture Data Analysis
Description:

Precision agriculture spatial data depuration and homogeneous zones (management zone) delineation. The package includes functions that performs protocols for data cleaning management zone delineation and zone comparison; protocols are described in Paccioretti et al., (2020) <doi:10.1016/j.compag.2020.105556>.

r-ppmhr 1.0
Propagated dependencies: r-nleqslv@3.3.7
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://cran.r-project.org/package=ppmHR
Licenses: GPL 2+
Build system: r
Synopsis: Privacy-Protecting Hazard Ratio Estimation in Distributed Data Networks
Description:

An implementation of the one-step privacy-protecting method for estimating the overall and site-specific hazard ratios using inverse probability weighted Cox models in distributed data network studies, as proposed by Shu, Yoshida, Fireman, and Toh (2019) <doi: 10.1177/0962280219869742>. This method only requires sharing of summary-level riskset tables instead of individual-level data. Both the conventional inverse probability weights and the stabilized weights are implemented.

r-probbreed 1.0.4.9
Propagated dependencies: r-stanheaders@2.32.10 r-rstantools@2.6.0 r-rstan@2.32.7 r-rlang@1.2.0 r-rcppparallel@5.1.11-2 r-rcppeigen@0.3.4.0.2 r-rcpp@1.1.1-1.1 r-lifecycle@1.0.5 r-ggplot2@4.0.3 r-bh@1.90.0-1
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://github.com/saulo-chaves/ProbBreed
Licenses: AGPL 3+
Build system: r
Synopsis: Probability Theory for Selecting Candidates in Plant Breeding
Description:

Use probability theory under the Bayesian framework for calculating the risk of selecting candidates in a multi-environment context. Contained are functions used to fit a Bayesian multi-environment model (based on the available presets), extract posterior values and maximum posterior values, compute the variance components, check the modelâ s convergence, and calculate the probabilities. For both across and within-environments scopes, the package computes the probability of superior performance and the pairwise probability of superior performance. Furthermore, the probability of superior stability and the pairwise probability of superior stability across environments is estimated. A joint probability of superior performance and stability is also provided.

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-proccalibrad 0.14
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://cran.r-project.org/package=proccalibrad
Licenses: GPL 2+
Build system: r
Synopsis: Extraction of Bands from MODIS Calibrated Radiances MOD02 NRT
Description:

Package for processing downloaded MODIS Calibrated radiances Product HDF files. Specifically, MOD02 calibrated radiance product files, and the associated MOD03 geolocation files (for MODIS-TERRA). The package will be most effective if the user installs MRTSwath (MODIS Reprojection Tool for swath products; <https://lpdaac.usgs.gov/tools/modis_reprojection_tool_swath>, and adds the directory with the MRTSwath executable to the default R PATH by editing ~/.Rprofile.

Total packages: 73955