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

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-progressify 0.2.0
Propagated dependencies: r-progressr@0.19.0
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://progressify.futureverse.org
Licenses: FSDG-compatible
Build system: r
Synopsis: Progress Reporting of Common Functions via One Magic Function
Description:

The progressify() function rewrites (transpiles) calls to sequential and parallel map-reduce functions such as base::lapply(), purrr::map(), foreach::foreach(), and plyr::llply() to signal progress updates. By combining this function with R's native pipe operator, you have a straightforward way to report progress on iterative computations with minimal refactoring, e.g. lapply(x, fcn) |> progressify() and purrr::map(x, fcn) |> progressify()'. It is compatible with the parallel-processing map-reduce packages future.apply', furrr', crossmap', foreach', doFuture', and futurize'. It also supports domain-specific packages including boot', fwb', lme4', partykit', sandwich', and SimDesign', e.g. boot::boot(data, stat, R) |> progressify()'.

r-provparser 1.0
Propagated dependencies: r-jsonlite@2.0.0
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://github.com/End-to-end-provenance
Licenses: GPL 3 FSDG-compatible
Build system: r
Synopsis: Pulls Information from Prov.Json Files
Description:

R functions to access provenance information collected by rdt or rdtLite'. The information is stored inside a ProvInfo object and can be accessed through a collection of functions that will return the requested data. The exact format of the JSON created by rdt and rdtLite is described in <https://github.com/End-to-end-provenance/ExtendedProvJson>.

r-pantarhei 0.1.2
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://cran.r-project.org/package=PantaRhei
Licenses: FSDG-compatible
Build system: r
Synopsis: Plots Sankey Diagrams
Description:

Sankey diagrams are a powerfull and visually attractive way to visualize the flow of conservative substances through a system. They typically consists of a network of nodes, and fluxes between them, where the total balance in each internal node is 0, i.e. input equals output. Sankey diagrams are typically used to display energy systems, material flow accounts etc. Unlike so-called alluvial plots, Sankey diagrams also allow for cyclic flows: flows originating from a single node can, either direct or indirect, contribute to the input of that same node. This package, named after the Greek aphorism Panta Rhei (everything flows), provides functions to create publication-quality diagrams, using data in tables (or spread sheets) and a simple syntax.

r-profr 0.3.3
Propagated dependencies: r-stringr@1.6.0 r-plyr@1.8.9
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://github.com/hadley/profr
Licenses: Expat
Build system: r
Synopsis: An Alternative Display for Profiling Information
Description:

An alternative data structure and visual rendering for the profiling information generated by Rprof.

r-prosetta 0.4.2
Propagated dependencies: r-testdesign@1.7.0 r-rcpparmadillo@15.2.6-1 r-rcpp@1.1.1-1.1 r-psych@2.6.5 r-plink@1.5-1 r-mvnfast@0.2.8 r-mirt@1.46.1 r-lavaan@0.6-21 r-equate@2.0.9
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://www.prosettastone.org/
Licenses: GPL 3
Build system: r
Synopsis: Linking Patient-Reported Outcomes Measures
Description:

Perform scale linking to establish relationships between instruments that measure similar constructs according to the PROsetta Stone methodology, as in Choi, Schalet, Cook, & Cella (2014) <doi:10.1037/a0035768>.

r-paramtest 0.1.1
Propagated dependencies: 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=paramtest
Licenses: GPL 3
Build system: r
Synopsis: Run a Function Iteratively While Varying Parameters
Description:

Run simulations or other functions while easily varying parameters from one iteration to the next. Some common use cases would be grid search for machine learning algorithms, running sets of simulations (e.g., estimating statistical power for complex models), or bootstrapping under various conditions. See the paramtest documentation for more information and examples.

r-portes 6.0
Propagated dependencies: r-vars@1.6-1 r-forecast@9.0.2
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://cran.r-project.org/package=portes
Licenses: GPL 2+
Build system: r
Synopsis: Portmanteau Tests for Time Series Models
Description:

This package contains common univariate and multivariate portmanteau test statistics for time series models. These tests are based on using asymptotic distributions such as chi-square distribution and based on using the Monte Carlo significance tests. Also, it can be used to simulate from univariate and multivariate seasonal time series models.

r-pcl 1.0
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://cran.r-project.org/package=PCL
Licenses: GPL 2+
Build system: r
Synopsis: Proximal Causal Learning
Description:

We fit causal models using proxies. We implement two stage proximal least squares estimator. E.J. Tchetgen Tchetgen, A. Ying, Y. Cui, X. Shi, and W. Miao. (2020). An Introduction to Proximal Causal Learning. arXiv e-prints, arXiv-2009 <arXiv:2009.10982>.

r-panelcount 2.0.1
Propagated dependencies: r-statmod@1.5.2 r-rcpparmadillo@15.2.6-1 r-rcpp@1.1.1-1.1 r-mass@7.3-65
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://cran.r-project.org/package=PanelCount
Licenses: Expat
Build system: r
Synopsis: Random Effects and/or Sample Selection Models for Panel Count Data
Description:

This package provides a high performance package implementing random effects and/or sample selection models for panel count data. The details of the models are discussed in Peng and Van den Bulte (2023) <doi:10.2139/ssrn.2702053>.

r-pioneer 0.5.0
Propagated dependencies: r-writexl@1.5.4 r-shiny@1.13.0 r-scales@1.4.0 r-rlang@1.2.0 r-readxl@1.5.0 r-reactable@0.4.5 r-markdown@2.0 r-lpsolveapi@5.5.2.0-17.15 r-htmltools@0.5.9 r-haven@2.5.5 r-ggplot2@4.0.3 r-cli@3.6.6 r-bslib@0.11.0 r-bsicons@0.1.2
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://riksrevisjonen.github.io/pioneeR/
Licenses: GPL 3
Build system: r
Synopsis: Productivity and Efficiency Analysis using DEA
Description:

Measure productivity and efficiency using Data Envelopment Analysis (DEA). Available methods include DEA under different technology assumptions, bootstrapping of efficiency scores and calculation of the Malmquist productivity index. Analyses can be performed either in the console or with the provided shiny app. See Banker, R.; Charnes, A.; Cooper, W.W. (1984) <doi:10.1287/mnsc.30.9.1078>, Färe, R.; Grosskopf, S. (1996) <doi:10.1007/978-94-009-1816-0>.

r-psvd 1.1-0
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://cran.r-project.org/package=psvd
Licenses: GPL 2+
Build system: r
Synopsis: Eigendecomposition, Singular-Values and the Power Method
Description:

For a data matrix with m rows and n columns (m>=n), the power method is used to compute, simultaneously, the eigendecomposition of a square symmetric matrix. This result is used to obtain the singular value decomposition (SVD) and the principal component analysis (PCA) results. Compared to the classical SVD method, the first r singular values can be computed.

r-purpleairapi 0.1.0
Propagated dependencies: r-jsonlite@2.0.0 r-httr@1.4.8
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://github.com/heba-razzak/PurpleAirAPI
Licenses: Expat
Build system: r
Synopsis: Historical Data Retrieval from 'PurpleAir' Sensors via API
Description:

This package provides tools for retrieving and analyzing air quality data from PurpleAir sensors through their API. Functions enable downloading historical measurements, accessing sensor metadata, and managing API request limitations through chunked data retrieval. For more information about the PurpleAir API, see <https://api.purpleair.com/>.

r-pixarfilms 0.2.1
Propagated dependencies: r-tibble@3.3.1
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://github.com/erictleung/pixarfilms
Licenses: CC0
Build system: r
Synopsis: Pixar Films and Achievements
Description:

Data about Disney Pixar films provided by Wikipedia. This package contains data about the films, the people involved, and their awards.

r-provsummarizer 1.5.1
Propagated dependencies: r-provparser@1.0
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://github.com/End-to-end-provenance
Licenses: GPL 3
Build system: r
Synopsis: Summarizes Provenance Related to Inputs and Outputs of a Script or Console Commands
Description:

Reads the provenance collected by the rdtLite or rdt packages, or other tools providing compatible PROV JSON output, created by the execution of a script or a console session, and provides a human-readable summary identifying the input and output files, the scripts used (if any), errors and warnings produced, and the environment in which it was executed. It can also optionally package all the files into a zip file. The exact format of the PROV JSON file created by rdtLite and rdt is described in <https://github.com/End-to-end-provenance/ExtendedProvJson>. More information about rdtLite and associated tools is available at <https://github.com/End-to-end-provenance/> and Lerner, Boose, and Perez (2018), Using Introspection to Collect Provenance in R, Informatics, <doi: 10.3390/informatics5010012>.

r-partitionmetric 1.1
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://cran.r-project.org/package=partitionMetric
Licenses: FreeBSD
Build system: r
Synopsis: Compute a distance metric between two partitions of a set
Description:

partitionMetric computes a distance between two partitions of a set.

r-pkgdepr 1.1.1
Propagated dependencies: r-visnetwork@2.1.4 r-viridislite@0.4.3 r-scales@1.4.0 r-magrittr@2.0.5 r-dplyr@1.2.1
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://pkgdepR.org/
Licenses: Expat
Build system: r
Synopsis: Statically Determine Function Dependencies Between Packages
Description:

Statically determine and visualize the function dependencies within and across packages. This may be useful for managing function dependencies across a code base of multiple R packages.

r-plantphysior 1.0.0
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://github.com/rameshram96/plantphysioR
Licenses: GPL 3+
Build system: r
Synopsis: Fundamental Formulas for Plant Physiology
Description:

This package provides functions tailored for scientific and student communities involved in plant science research. Functionalities encompass estimation chlorophyll content according to Arnon (1949) <doi:10.1104/pp.24.1.1>, determination water potential of Polyethylene glycol(PEG)6000 as in Michel and Kaufmann (1973) <doi:10.1104/pp.51.5.914> and functions related to estimation of yield related indices like Abiotic tolerance index as given by Moosavi et al.(2008)<doi:10.22059/JDESERT.2008.27115>, Geometric mean productivity (GMP) by Fernandez (1992) <ISBN:92-9058-081-X>, Golden Mean by Moradi et al.(2012)<doi:10.14207/ejsd.2012.v1n3p543>, HAM by Schneider et al.(1997)<doi:10.2135/cropsci1997.0011183X003700010007x>,MPI and TOL by Hossain etal., (1990)<doi:10.2135/cropsci1990.0011183X003000030030x>, RDI by Fischer et al. (1979)<doi:10.1071/AR9791001>,SSI by Fisher et al.(1978)<doi:10.1071/AR9780897>, STI by Fernandez (1993)<doi:10.22001/wvc.72511>,YSI by Bouslama & Schapaugh (1984)<doi:10.2135/cropsci1984.0011183X002400050026x>, Yield index by Gavuzzi et al.(1997)<doi:10.4141/P96-130>.

r-personalr 1.0.3
Propagated dependencies: r-xfun@0.57 r-withr@3.0.2 r-usethis@3.2.1 r-rstudioapi@0.18.0 r-rprojroot@2.1.1 r-purrr@1.2.2 r-magrittr@2.0.5 r-glue@1.8.1 r-fs@2.1.0 r-devtools@2.5.2 r-desc@1.4.3
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://mrcaseb.github.io/personalr/index.html
Licenses: Expat
Build system: r
Synopsis: Automated Personal Package Setup
Description:

This package provides functions to setup a personal R package that attaches given libraries and exports personal helper functions.

r-pecanr 0.3.0
Propagated dependencies: r-lme4@2.0-1
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://github.com/bcohen0901/pecanr
Licenses: Expat
Build system: r
Synopsis: Partial Eta-Squared for Crossed, Nested, and Mixed Linear Mixed Models
Description:

Computes partial eta-squared effect sizes for fixed effects in linear mixed models fitted with the lme4 package. Supports crossed, nested, and mixed (crossed-and-nested) random effects structures with any number of grouping factors. Mixed designs handle cases where grouping factors are simultaneously crossed with some variables and nested within others (e.g., photos nested within models, but both crossed with participants). Factor predictors are supported directly, and a single factor-level (omnibus) effect size can be obtained for a multi-level factor or multi-df interaction. Random slope variances are translated to the outcome scale using a variance decomposition approach, correctly accounting for predictor scaling and interaction terms. Both general and operative effect sizes are provided, with optional parametric bootstrap confidence intervals. For correlated predictors, per-predictor effect sizes use unique (semipartial) variance by default. Methods are based on Correll, Mellinger, McClelland, and Judd (2020) <doi:10.1016/j.tics.2019.12.009>, Correll, Mellinger, and Pedersen (2022) <doi:10.3758/s13428-021-01687-2>, and Rights and Sterba (2019) <doi:10.1037/met0000184>.

r-paireddata 1.1.1
Propagated dependencies: r-mvtnorm@1.3-7 r-mass@7.3-65 r-lattice@0.22-9 r-gld@2.6.8 r-ggplot2@4.0.3
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://cran.r-project.org/package=PairedData
Licenses: GPL 2+
Build system: r
Synopsis: Paired Data Analysis
Description:

Many datasets and a set of graphics (based on ggplot2), statistics, effect sizes and hypothesis tests are provided for analysing paired data with S4 class.

r-productshotair 0.1.0
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://productshotai.app
Licenses: Expat
Build system: r
Synopsis: Product Photo Planning Helpers
Description:

Helpers for preparing ecommerce product photo planning tables, prompt sheets, and public ProductShot AI workflow URLs. The package works offline and focuses on data-frame preparation for product image batches.

r-penmsm 0.99
Propagated dependencies: 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=penMSM
Licenses: GPL 2+
Build system: r
Synopsis: Estimating Regularized Multi-state Models Using L1 Penalties
Description:

Structured fusion Lasso penalized estimation of multi-state models with the penalty applied to absolute effects and absolute effect differences (i.e., effects on transition-type specific hazard rates).

r-phinfiniteestimates 2.9.5
Propagated dependencies: r-survival@3.8-6 r-rdpack@2.6.6 r-nph@2.1 r-lpsolve@5.6.23 r-coxphf@1.13.4
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://cran.r-project.org/package=PHInfiniteEstimates
Licenses: GPL 3
Build system: r
Synopsis: Tools for Inference in the Presence of a Monotone Likelihood
Description:

Proportional hazards estimation in the presence of a partially monotone likelihood has difficulties, in that finite estimators do not exist. These difficulties are related to those arising from logistic and multinomial regression. References for methods are given in the separate function documents. Supported by grant NSF DMS 1712839.

r-powersdi 1.0.0
Propagated dependencies: r-nasapower@4.3.0 r-lubridate@1.9.5 r-lmom@3.3
Channel: guix-cran
Location: guix-cran/packages/p.scm (guix-cran packages p)
Home page: https://github.com/gabrielblain/PowerSDI
Licenses: Expat
Build system: r
Synopsis: Calculate Standardised Drought Indices Using NASA POWER Data
Description:

This package provides a set of functions designed to calculate the standardised precipitation and standardised precipitation evapotranspiration indices using NASA POWER data as described in Blain et al. (2023) <doi:10.2139/ssrn.4442843>. These indices are calculated using a reference data source. The functions verify if the indices estimates meet the assumption of normality and how well NASA POWER estimates represent real-world data. Indices are calculated in a routine mode. Potential evapotranspiration amounts and the difference between rainfall and potential evapotranspiration are also calculated. The functions adopt a basic time scale that splits each month into four periods. Days 1 to 7, days 8 to 14, days 15 to 21, and days 22 to 28, 29, 30, or 31, where TS=4 corresponds to a 1-month length moving window (calculated 4 times per month) and TS=48 corresponds to a 12-month length moving window (calculated 4 times per month).

Total packages: 22167