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

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-rnentropy 1.2.3
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=RNentropy
Licenses: GPL 3
Build system: r
Synopsis: Entropy Based Method for the Detection of Significant Variation in Gene Expression Data
Description:

An implementation of a method based on information theory devised for the identification of genes showing a significant variation of expression across multiple conditions. Given expression estimates from any number of RNA-Seq samples and conditions it identifies genes or transcripts with a significant variation of expression across all the conditions studied, together with the samples in which they are over- or under-expressed. Zambelli et al. (2018) <doi:10.1093/nar/gky055>.

r-rjaf 0.1.3
Propagated dependencies: r-tidyr@1.3.2 r-tibble@3.3.1 r-stringr@1.6.0 r-rlang@1.1.7 r-readr@2.2.0 r-rcpparmadillo@15.2.3-1 r-rcpp@1.1.1 r-ranger@0.18.0 r-randomforest@4.7-1.2 r-mass@7.3-65 r-magrittr@2.0.4 r-forcats@1.0.1 r-dplyr@1.2.0
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/wustat/rjaf
Licenses: GPL 3
Build system: r
Synopsis: Regularized Joint Assignment Forest with Treatment Arm Clustering
Description:

Personalized assignment to one of many treatment arms via regularized and clustered joint assignment forests as described in Ladhania, Spiess, Ungar, and Wu (2023) <doi:10.48550/arXiv.2311.00577>. The algorithm pools information across treatment arms: it considers a regularized forest-based assignment algorithm based on greedy recursive partitioning that shrinks effect estimates across arms; and it incorporates a clustering scheme that combines treatment arms with consistently similar outcomes.

r-readsdr 0.3.0
Propagated dependencies: r-xml2@1.5.2 r-stringr@1.6.0 r-stringi@1.8.7 r-rlang@1.1.7 r-purrr@1.2.1 r-progressr@0.18.0 r-magrittr@2.0.4 r-future-apply@1.20.2 r-future@1.69.0 r-dplyr@1.2.0 r-desolve@1.41
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=readsdr
Licenses: Expat
Build system: r
Synopsis: Translate Models from System Dynamics Software into 'R'
Description:

The goal of readsdr is to bridge the design capabilities from specialised System Dynamics software with the powerful numerical tools offered by R libraries. The package accomplishes this goal by parsing XMILE files ('Vensim and Stella') models into R objects to construct networks (graph theory); ODE functions for Stan'; and inputs to simulate via deSolve as described in Duggan (2016) <doi:10.1007/978-3-319-34043-2>.

r-regtomean 1.2.1
Propagated dependencies: r-plotrix@3.8-14 r-htmlwidgets@1.6.4 r-ggplot2@4.0.2 r-formattable@0.2.1 r-effsize@0.8.1
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=regtomean
Licenses: Expat
Build system: r
Synopsis: Regression Toward the Mean
Description:

In repeated measures studies with extreme large or small values it is common that the subjects measurements on average are closer to the mean of the basic population. Interpreting possible changes in the mean in such situations can lead to biased results since the values were not randomly selected, they come from truncated sampling. This method allows to estimate the range of means where treatment effects are likely to occur when regression toward the mean is present. Ostermann, T., Willich, Stefan N. & Luedtke, Rainer. (2008). Regression toward the mean - a detection method for unknown population mean based on Mee and Chua's algorithm. BMC Medical Research Methodology.<doi:10.1186/1471-2288-8-52>. Acknowledgments: We would like to acknowledge "Lena Roth" and "Nico Steckhan" for the package's initial updates (Q3 2024) and continued supervision and guidance. Both have contributed to discussing and integrating these methods into the package, ensuring they are up-to-date and contextually relevant.

r-reactr 0.6.1
Propagated dependencies: r-htmltools@0.5.9
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/react-R/reactR
Licenses: Expat
Build system: r
Synopsis: React Helpers
Description:

Make it easy to use React in R with htmlwidget scaffolds, helper dependency functions, an embedded Babel transpiler', and examples.

r-r6p 0.4.0
Propagated dependencies: r-tidyr@1.3.2 r-tibble@3.3.1 r-stringr@1.6.0 r-r6@2.6.1 r-dplyr@1.2.0 r-collections@0.3.11
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://tidylab.github.io/R6P/
Licenses: Expat
Build system: r
Synopsis: Design Patterns in R
Description:

Build robust and maintainable software with object-oriented design patterns in R. Design patterns abstract and present in neat, well-defined components and interfaces the experience of many software designers and architects over many years of solving similar problems. These are solutions that have withstood the test of time with respect to re-usability, flexibility, and maintainability. R6P provides abstract base classes with examples for a few known design patterns. The patterns were selected by their applicability to analytic projects in R. Using these patterns in R projects have proven effective in dealing with the complexity that data-driven applications possess.

r-riverconn 0.3.31
Propagated dependencies: r-tidyselect@1.2.1 r-tidyr@1.3.2 r-rlang@1.1.7 r-reshape2@1.4.5 r-magrittr@2.0.4 r-igraph@2.2.2 r-foreach@1.5.2 r-dplyr@1.2.0 r-doparallel@1.0.17 r-dodgr@0.4.3
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/damianobaldan/riverconn
Licenses: Expat
Build system: r
Synopsis: Fragmentation and Connectivity Indices for Riverscapes
Description:

Indices for assessing riverscape fragmentation, including the Dendritic Connectivity Index, the Population Connectivity Index, the River Fragmentation Index, the Probability of Connectivity, and the Integral Index of connectivity. For a review, see Jumani et al. (2020) <doi:10.1088/1748-9326/abcb37> and Baldan et al. (2022) <doi:10.1016/j.envsoft.2022.105470> Functions to calculate temporal indices improvement when fragmentation due to barriers is reduced are also included.

r-rpandas 0.1.4
Propagated dependencies: r-rlang@1.1.7 r-reticulate@1.45.0
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=rPandas
Licenses: Expat
Build system: r
Synopsis: Translating from R to Python's Pandas Package
Description:

This package provides an R interface to Python's pandas library using non-standard evaluation. Users can write R code (e.g., rp_filter(), rp_select(), rp_mutate()) that is translated into pandas commands and executed via reticulate'. Supports chaining, grouping, and summarisation', and includes a table_name parameter to generate copy-pasteable Python code. Ideal for leveraging pandas speed and flexibility within the R ecosystem.

r-rtde 0.2-2
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=RTDE
Licenses: GPL 2+
Build system: r
Synopsis: Robust Tail Dependence Estimation
Description:

Robust tail dependence estimation for bivariate models. This package is based on two papers by the authors:'Robust and bias-corrected estimation of the coefficient of tail dependence and Robust and bias-corrected estimation of probabilities of extreme failure sets'. This work was supported by a research grant (VKR023480) from VILLUM FONDEN and an international project for scientific cooperation (PICS-6416).

r-roptimus 3.0.0
Propagated dependencies: r-iterators@1.0.14 r-foreach@1.5.2 r-doparallel@1.0.17
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/SahakyanLab/ROptimus
Licenses: GPL 3+
Build system: r
Synopsis: Parallel General-Purpose Adaptive Optimisation Engine
Description:

This package provides a general-purpose optimisation engine that supports i) Monte Carlo optimisation with Metropolis criterion [Metropolis et al. (1953) <doi:10.1063/1.1699114>, Hastings (1970) <doi:10.1093/biomet/57.1.97>] and Acceptance Ratio Simulated Annealing [Kirkpatrick et al. (1983) <doi:10.1126/science.220.4598.671>, Ä erný (1985) <doi:10.1007/BF00940812>] on multiple cores, and ii) Acceptance Ratio Replica Exchange Monte Carlo Optimisation. In each case, the system pseudo-temperature is dynamically adjusted such that the observed acceptance ratio is kept near to the desired (fixed or changing) acceptance ratio.

r-rfacts 0.2.1
Dependencies: mono@6.12.0.206
Propagated dependencies: r-xml2@1.5.2 r-tibble@3.3.1 r-fs@1.6.6 r-digest@0.6.39
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://elilillyco.github.io/rfacts/
Licenses: Expat
Build system: r
Synopsis: R Interface to 'FACTS' on Unix-Like Systems
Description:

The rfacts package is an R interface to the Fixed and Adaptive Clinical Trial Simulator ('FACTS') on Unix-like systems. It programmatically invokes FACTS to run clinical trial simulations, and it aggregates simulation output data into tidy data frames. These capabilities provide end-to-end automation for large-scale simulation pipelines, and they enhance computational reproducibility. For more information on FACTS itself, please visit <https://www.berryconsultants.com/software/>.

r-rbacon 3.5.2
Propagated dependencies: r-rintcal@1.4.0 r-rice@2.1.0 r-rcpp@1.1.1 r-data-table@1.18.2.1 r-coda@0.19-4.1
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=rbacon
Licenses: GPL 2+
Build system: r
Synopsis: Age-Depth Modelling using Bayesian Statistics
Description:

An approach to age-depth modelling that uses Bayesian statistics to reconstruct accumulation histories for deposits, through combining radiocarbon and other dates with prior information on accumulation rates and their variability. See Blaauw & Christen (2011).

r-randomlca 1.1-4
Propagated dependencies: r-rfast@2.1.5.2 r-matrix@1.7-4 r-lattice@0.22-9 r-foreach@1.5.2 r-fastghquad@1.0.1 r-dorng@1.8.6.3 r-doparallel@1.0.17 r-boot@1.3-32
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=randomLCA
Licenses: GPL 2+
Build system: r
Synopsis: Random Effects Latent Class Analysis
Description:

Fits standard and random effects latent class models. The single level random effects model is described in Qu et al <doi:10.2307/2533043> and the two level random effects model in Beath and Heller <doi:10.1177/1471082X0800900302>. Examples are given for their use in diagnostic testing.

r-rtemis-core 0.1.0
Propagated dependencies: r-s7@0.2.1 r-data-table@1.18.2.1 r-cli@3.6.5
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://www.rtemis.org
Licenses: GPL 3+
Build system: r
Synopsis: Core Utilities for the 'rtemis' Ecosystem
Description:

Utilities used across packages of the rtemis ecosystem. Includes the msg() messaging system and the fmt() formatting system. Provides a library of S7 properties, test_* functions that return logical values, check_* functions that throw informative errors, and clean_* functions that return validated and coerced values. This code began as part of the rtemis package (<doi:10.32614/CRAN.package.rtemis>).

r-rsurveycto 0.2.6
Propagated dependencies: r-withr@3.0.2 r-vctrs@0.7.1 r-rlang@1.1.7 r-readxl@1.4.5 r-lifecycle@1.0.5 r-jsonlite@2.0.0 r-httr@1.4.8 r-glue@1.8.0 r-data-table@1.18.2.1 r-curl@7.0.0 r-cli@3.6.5 r-checkmate@2.3.4
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://agency-fund.github.io/rsurveycto/
Licenses: Expat
Build system: r
Synopsis: Interact with Data on 'SurveyCTO'
Description:

SurveyCTO is a platform for mobile data collection in offline settings. The rsurveycto R package uses the SurveyCTO REST API <https://docs.surveycto.com/05-exporting-and-publishing-data/05-api-access/01.api-access.html> to read datasets and forms from a SurveyCTO server into R as data.table's and to download file attachments. The package also has limited support to write datasets to a server.

r-rsahmi 0.0.2
Dependencies: kraken2@2.1.2
Propagated dependencies: r-shortread@1.68.0 r-rlang@1.1.7 r-cli@3.6.5 r-blit@0.2.0
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/Yunuuuu/rsahmi
Licenses: Expat
Build system: r
Synopsis: Single-Cell Analysis of Host-Microbiome Interactions
Description:

This package provides a computational resource designed to accurately detect microbial nucleic acids while filtering out contaminants and false-positive taxonomic assignments from standard transcriptomic sequencing of mammalian tissues. For more details, see Ghaddar (2023) <doi:10.1038/s43588-023-00507-1>. This implementation leverages the polars package for fast and systematic microbial signal recovery and denoising from host tissue genomic sequencing.

r-rwofost 0.8-7
Propagated dependencies: r-rcpp@1.1.1 r-meteor@0.4-5
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://CRAN.R-project.org/package=Rwofost
Licenses: GPL 3+
Build system: r
Synopsis: WOFOST Crop Growth Simulation Model
Description:

An implementation of the WOFOST ("World Food Studies") crop growth model. WOFOST is a dynamic simulation model that uses daily weather data, and crop, soil and management parameters to simulate crop growth and development. See De Wit et al. (2019) <doi:10.1016/j.agsy.2018.06.018> for a recent review of the history and use of the model.

r-roi-plugin-nloptr 1.0-1
Propagated dependencies: r-roi@1.0-2 r-nloptr@2.2.1
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://roigrp.gitlab.io
Licenses: GPL 3
Build system: r
Synopsis: 'nloptr' Plug-in for the 'R' Optimization Infrastructure
Description:

Enhances the R Optimization Infrastructure ('ROI') package with the NLopt solver for solving nonlinear optimization problems.

r-retroharmonize 0.2.8
Propagated dependencies: r-vctrs@0.7.1 r-tidyselect@1.2.1 r-tidyr@1.3.2 r-tibble@3.3.1 r-stringr@1.6.0 r-snakecase@0.11.1 r-rlang@1.1.7 r-purrr@1.2.1 r-magrittr@2.0.4 r-labelled@2.16.0 r-here@1.0.2 r-haven@2.5.5 r-glue@1.8.0 r-fs@1.6.6 r-dplyr@1.2.0 r-dataset@0.4.4 r-cli@3.6.5 r-assertthat@0.2.1
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://retroharmonize.dataobservatory.eu/
Licenses: GPL 3
Build system: r
Synopsis: Ex Post Survey Data Harmonization
Description:

Assist in reproducible retrospective (ex-post) harmonization of data, particularly individual level survey data, by providing tools for organizing metadata, standardizing the coding of variables, and variable names and value labels, including missing values, and documenting the data transformations, with the help of comprehensive s3 classes.

r-refund-shiny 1.1.1
Propagated dependencies: r-tidyr@1.3.2 r-shiny@1.11.1 r-reshape2@1.4.5 r-refund@0.1-40 r-plotly@4.12.0 r-lme4@1.1-38 r-gridextra@2.3 r-ggplot2@4.0.2 r-dplyr@1.2.0
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/refunders/refund.shiny
Licenses: GPL 2+
Build system: r
Synopsis: Interactive Plotting for Functional Data Analyses
Description:

This package produces Shiny applications for different types of popular functional data analyses. The functional data analyses are implemented in the refund package, then refund.shiny reads in the refund object and implements an object-specific set of plots based on the object class using S3.

r-rlogicalops 0.1
Propagated dependencies: r-stringr@1.6.0 r-rstackdeque@1.1.1
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=RLogicalOps
Licenses: GPL 2+ GPL 3+
Build system: r
Synopsis: Process Logical Operations
Description:

Processing logical operations such as AND/OR/NOT operations dynamically. It also handles nesting in the operations.

r-rmopi 1.1
Propagated dependencies: r-xts@0.14.2 r-ttr@0.24.4 r-timeseries@4052.112 r-timedate@4052.112 r-tibble@3.3.1 r-rugarch@1.5-5 r-performanceanalytics@2.0.8 r-mass@7.3-65 r-lubridate@1.9.5 r-ggplot2@4.0.2 r-fportfolio@4023.84
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=RMOPI
Licenses: GPL 2+
Build system: r
Synopsis: Risk Management and Optimization for Portfolio Investment
Description:

This package provides functions for risk management and portfolio investment of securities with practical tools for data processing and plotting. Moreover, it contains functions which perform the COS Method, an option pricing method based on the Fourier-cosine series (Fang, F. (2008) <doi:10.1137/080718061>).

r-rmgarch 1.4-2
Propagated dependencies: r-zoo@1.8-15 r-xts@0.14.2 r-spd@2.0-1 r-shape@1.4.6.1 r-rugarch@1.5-5 r-rsolnp@2.0.1 r-rcpparmadillo@15.2.3-1 r-rcpp@1.1.1 r-pcapp@2.0-5 r-matrix@1.7-4 r-mass@7.3-65 r-ff@4.5.2 r-corpcor@1.6.10 r-bessel@0.7-0
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://github.com/alexiosg/rmgarch
Licenses: GPL 3
Build system: r
Synopsis: Multivariate GARCH Models
Description:

Feasible multivariate GARCH models including DCC, GO-GARCH and Copula-GARCH.

r-rimpact 1.0
Channel: guix-cran
Location: guix-cran/packages/r.scm (guix-cran packages r)
Home page: https://cran.r-project.org/package=RImpact
Licenses: Expat
Build system: r
Synopsis: Calculates Measures of Scholarly Impact
Description:

The metrics() function calculates measures of scholarly impact. These include conventional measures, such as the number of publications and the total citations to all publications, as well as modern and robust metrics based on the vector of citations associated with each publication, such as the h index and many of its variants or rivals. These methods are described in Ruscio et al. (2012) <DOI: 10.1080/15366367.2012.711147>.

Total packages: 70999