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

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 webring send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.


r-ihclust 0.1.0
Propagated dependencies: r-ggplot2@4.0.1 r-foreach@1.5.2 r-factoextra@1.0.7 r-doparallel@1.0.17
Channel: guix-cran
Location: guix-cran/packages/i.scm (guix-cran packages i)
Home page: https://cran.r-project.org/package=ihclust
Licenses: GPL 3+
Build system: r
Synopsis: Iterative Hierarchical Clustering (IHC)
Description:

This package provides a set of tools to i) identify geographic areas with significant change over time in drug utilization, and ii) characterize common change over time patterns among the time series for multiple geographic areas. For reference, see below: 1. Song, J., Carey, M., Zhu, H., Miao, H., Ram´ırez, J. C., & Wu, H. (2018) <doi:10.1504/IJCBDD.2018.10011910> 2. Wu, S., Wu, H. (2013) <doi:10.1186/1471-2105-14-6> 3. Carey, M., Wu, S., Gan, G. & Wu, H. (2016) <doi:10.1016/j.idm.2016.07.001>.

r-imrmc 2.1.0
Propagated dependencies: r-matrix@1.7-4
Channel: guix-cran
Location: guix-cran/packages/i.scm (guix-cran packages i)
Home page: https://github.com/DIDSR/iMRMC
Licenses: CC0
Build system: r
Synopsis: Multi-Reader, Multi-Case Analysis Methods (ROC, Agreement, and Other Metrics)
Description:

This software does Multi-Reader, Multi-Case (MRMC) analyses of data from imaging studies where clinicians (readers) evaluate patient images (cases). What does this mean? ... Many imaging studies are designed so that every reader reads every case in all modalities, a fully-crossed study. In this case, the data is cross-correlated, and we consider the readers and cases to be cross-correlated random effects. An MRMC analysis accounts for the variability and correlations from the readers and cases when estimating variances, confidence intervals, and p-values. The functions in this package can treat arbitrary study designs and studies with missing data, not just fully-crossed study designs. An overview of this software, including references presenting details on the methods, can be found here: <https://www.fda.gov/medical-devices/science-and-research-medical-devices/imrmc-software-do-multi-reader-multi-case-statistical-analysis-reader-studies>.

r-iotarelr 0.1.7
Channel: guix-cran
Location: guix-cran/packages/i.scm (guix-cran packages i)
Home page: https://fberding.github.io/iotarelr/
Licenses: GPL 3
Build system: r
Synopsis: Iota Inter Coder Reliability for Content Analysis
Description:

Routines and tools for assessing the quality of content analysis on the basis of the Iota Reliability Concept. The concept is inspired by item response theory and can be applied to any kind of content analysis which uses a standardized coding scheme and discrete categories. It is also applicable for content analysis conducted by artificial intelligence. The package provides reliability measures for a complete scale as well as for every single category. Analysis of subgroup-invariance and error corrections are implemented. This information can support the development process of a coding scheme and allows a detailed inspection of the quality of the generated data. Equations and formulas working in this package are part of Berding et al. (2022)<doi:10.3389/feduc.2022.818365> and Berding and Pargmann (2022) <doi:10.30819/5581>.

r-idsl-sufa 1.3
Channel: guix-cran
Location: guix-cran/packages/i.scm (guix-cran packages i)
Home page: https://github.com/idslme/idsl.sufa
Licenses: Expat
Build system: r
Synopsis: Simplified UFA
Description:

This package provides a simplified version of the IDSL.UFA package to calculate isotopic profiles and adduct formulas from molecular formulas with no dependency on other R packages for online tools and educational mass spectrometry courses. The IDSL.SUFA package also provides an ancillary module to process user-defined adduct formulas.

r-inphr 0.0.1
Channel: guix-cran
Location: guix-cran/packages/i.scm (guix-cran packages i)
Home page: https://github.com/tdaverse/inphr
Licenses: GPL 3+
Build system: r
Synopsis: Statistical Inference for Persistence Homology Data
Description:

This package provides a set of functions for performing null hypothesis testing on samples of persistence diagrams using the theory of permutations. Currently, only two-sample testing is implemented. Inputs can be either samples of persistence diagrams themselves or vectorizations. In the former case, they are embedded in a metric space using either the Bottleneck or Wasserstein distance. In the former case, persistence data becomes functional data and inference is performed using tools available in the fdatest package. Main reference for the interval-wise testing method: Pini A., Vantini S. (2017) "Interval-wise testing for functional data" <doi:10.1080/10485252.2017.1306627>. Main reference for inference on populations of networks: Lovato, I., Pini, A., Stamm, A., & Vantini, S. (2020) "Model-free two-sample test for network-valued data" <doi:10.1016/j.csda.2019.106896>.

r-inlatools 0.0.9
Propagated dependencies: r-matrix@1.7-4
Channel: guix-cran
Location: guix-cran/packages/i.scm (guix-cran packages i)
Home page: https://github.com/eliaskrainski/INLAtools
Licenses: GPL 2+
Build system: r
Synopsis: Functionalities for the 'INLA' Package
Description:

Contain code to work with a C struct, in short cgeneric, to define a Gaussian Markov random (GMRF) model. The cgeneric contain code to specify GMRF elements such as the graph and the precision matrix, and also the initial and prior for its parameters, useful for model inference. It can be accessed from a C program and is the recommended way to implement new GMRF models in the INLA package (<https://www.r-inla.org>). The INLAtools implement functions to evaluate each one of the model specifications from R. The implemented functionalities leverage the use of cgeneric models and provide a way to debug the code as well to work with the prior for the model parameters and to sample from it. A very useful functionality is the Kronecker product method that creates a new model from multiple cgeneric models. It also works with the rgeneric, the R version of the cgeneric intended to easy try implementation of new GMRF models. The Kronecker between two cgeneric models was used in Sterrantino et. al. (2024) <doi:10.1007/s10260-025-00788-y>, and can be used to build the spatio-temporal intrinsic interaction models for what the needed constraints are automatically set.

r-jmcm 0.2.5
Propagated dependencies: r-roptim@0.1.7 r-rcpparmadillo@15.2.2-1 r-rcpp@1.1.0 r-formula@1.2-5
Channel: guix-cran
Location: guix-cran/packages/j.scm (guix-cran packages j)
Home page: https://github.com/ypan1988/jmcm/
Licenses: GPL 2+
Build system: r
Synopsis: Joint Mean-Covariance Models using 'Armadillo' and S4
Description:

Fit joint mean-covariance models for longitudinal data. The models and their components are represented using S4 classes and methods. The core computational algorithms are implemented using the Armadillo C++ library for numerical linear algebra and RcppArmadillo glue.

r-jsonstat 0.0.2
Propagated dependencies: r-rlang@1.1.6 r-jsonlite@2.0.0 r-dplyr@1.1.4 r-cli@3.6.5
Channel: guix-cran
Location: guix-cran/packages/j.scm (guix-cran packages j)
Home page: https://github.com/zedoul/jsonstat
Licenses: Expat
Build system: r
Synopsis: Interface to 'JSON-stat'
Description:

Interface to JSON-stat <https://json-stat.org/>, a simple lightweight JSON format for data dissemination.

r-jinjar 0.3.2
Propagated dependencies: r-rlang@1.1.6 r-jsonlite@2.0.0 r-fs@1.6.6 r-cpp11@0.5.2 r-cli@3.6.5
Channel: guix-cran
Location: guix-cran/packages/j.scm (guix-cran packages j)
Home page: https://davidchall.github.io/jinjar/
Licenses: Expat
Build system: r
Synopsis: Template Engine Inspired by 'Jinja'
Description:

Template engine powered by the inja C++ library. Users write a template document, using syntax inspired by the Jinja Python package, and then render the final document by passing data from R. The template syntax supports features such as variables, loops, conditions and inheritance.

r-jellyfisher 1.1.1
Propagated dependencies: r-stringr@1.6.0 r-htmlwidgets@1.6.4 r-dplyr@1.1.4
Channel: guix-cran
Location: guix-cran/packages/j.scm (guix-cran packages j)
Home page: https://github.com/HautaniemiLab/jellyfisher
Licenses: Expat
Build system: r
Synopsis: Visualize Spatiotemporal Tumor Evolution with Jellyfish Plots
Description:

Generates interactive Jellyfish plots to visualize spatiotemporal tumor evolution by integrating sample and phylogenetic trees into a unified plot. This approach provides an intuitive way to analyze tumor heterogeneity and evolution over time and across anatomical locations. The Jellyfish plot visualization design was first introduced by Lahtinen, Lavikka, et al. (2023, <doi:10.1016/j.ccell.2023.04.017>). This package also supports visualizing ClonEvol results, a tool developed by Dang, et al. (2017, <doi:10.1093/annonc/mdx517>), for analyzing clonal evolution from multi-sample sequencing data. The clonevol package is not available on CRAN but can be installed from its GitHub repository (<https://github.com/hdng/clonevol>).

r-jti 1.0.0
Propagated dependencies: r-sparta@1.0.1 r-rcpparmadillo@15.2.2-1 r-rcpp@1.1.0 r-igraph@2.2.1
Channel: guix-cran
Location: guix-cran/packages/j.scm (guix-cran packages j)
Home page: https://github.com/mlindsk/jti
Licenses: GPL 3
Build system: r
Synopsis: Junction Tree Inference
Description:

Minimal and memory efficient implementation of the junction tree algorithm using the Lauritzen-Spiegelhalter scheme; S. L. Lauritzen and D. J. Spiegelhalter (1988) <https://www.jstor.org/stable/2345762?seq=1>. The jti package is part of the paper <doi:10.18637/jss.v111.i02>.

r-jot 0.0.5
Propagated dependencies: r-yaml@2.3.10 r-cli@3.6.5
Channel: guix-cran
Location: guix-cran/packages/j.scm (guix-cran packages j)
Home page: http://christophertkenny.com/jot/
Licenses: Expat
Build system: r
Synopsis: Jot Down Values for Later
Description:

Reproducible work requires a record of where every statistic originated. When writing reports, some data is too big to load in the same environment and some statistics take a while to compute. This package offers a way to keep notes on statistics, simple functions, and small objects. Notepads can be locked to avoid accidental updates. Notepads keep track of who added the notes and when the notes were added. A simple text representation is used to allow for clear version histories.

r-jm 1.5-2
Propagated dependencies: r-survival@3.8-3 r-nlme@3.1-168 r-mass@7.3-65
Channel: guix-cran
Location: guix-cran/packages/j.scm (guix-cran packages j)
Home page: http://jmr.r-forge.r-project.org/
Licenses: GPL 2+
Build system: r
Synopsis: Joint Modeling of Longitudinal and Survival Data
Description:

Shared parameter models for the joint modeling of longitudinal and time-to-event data.

r-julia 1.3.5
Channel: guix-cran
Location: guix-cran/packages/j.scm (guix-cran packages j)
Home page: https://github.com/msuzen/Julia
Licenses: GPL 3
Build system: r
Synopsis: Fractal Image Data Generator
Description:

Generates image data for fractals (Julia and Mandelbrot sets) on the complex plane in the given region and resolution. Benoit B Mandelbrot (1982).

r-jmsurface 0.1.0
Propagated dependencies: r-survival@3.8-3 r-nlme@3.1-168 r-mgcv@1.9-4
Channel: guix-cran
Location: guix-cran/packages/j.scm (guix-cran packages j)
Home page: https://cran.r-project.org/package=jmSurface
Licenses: GPL 3+
Build system: r
Synopsis: Semi-Parametric Association Surfaces for Joint Longitudinal-Survival Models
Description:

This package implements interpretable multi-biomarker fusion in joint longitudinal-survival models via semi-parametric association surfaces. Provides a two-stage estimation framework where Stage 1 fits mixed-effects longitudinal models and extracts Best Linear Unbiased Predictors ('BLUP's), and Stage 2 fits transition-specific penalized Cox models with tensor-product spline surfaces linking latent biomarker summaries to transition hazards. Supports multi-state disease processes with transition-specific surfaces, Restricted Maximum Likelihood ('REML') smoothing parameter selection, effective degrees of freedom ('EDF') diagnostics, dynamic prediction of transition probabilities, and three interpretability visualizations (surface plots, contour heatmaps, marginal effect slices). Methods are described in Bhattacharjee (2025, under review).

r-jpcity 0.3.0
Propagated dependencies: r-vctrs@0.6.5 r-tibble@3.3.0 r-stringr@1.6.0 r-rlang@1.1.6 r-purrr@1.2.0 r-pillar@1.11.1 r-lubridate@1.9.4 r-lifecycle@1.0.4 r-dplyr@1.1.4 r-cli@3.6.5
Channel: guix-cran
Location: guix-cran/packages/j.scm (guix-cran packages j)
Home page: https://uchidamizuki.github.io/jpcity/
Licenses: Expat
Build system: r
Synopsis: Read and Convert Japanese Municipality Codes
Description:

Read Japanese city codes (<https://www.e-stat.go.jp/municipalities/cities>) to get city and prefecture names, or convert to city codes at different points in time. In addition, it merges or splits wards of designated cities and gets all city codes at a specific point in time.

r-jackknifer 2.0.0
Propagated dependencies: r-future-apply@1.20.0 r-future@1.68.0 r-foreach@1.5.2 r-dofuture@1.1.2
Channel: guix-cran
Location: guix-cran/packages/j.scm (guix-cran packages j)
Home page: https://cran.r-project.org/package=jackknifeR
Licenses: GPL 3+
Build system: r
Synopsis: Delete-d Jackknife for Point and Interval Estimation
Description:

This package implements delete-d jackknife resampling for robust statistical estimation. The package provides both weighted (HC3-adjusted) and unweighted versions of jackknife estimation, with parallel computation support. Suitable for biomedical research and other fields requiring robust variance estimation.

r-jaatha 3.2.5
Propagated dependencies: r-r6@2.6.1 r-assertthat@0.2.1
Channel: guix-cran
Location: guix-cran/packages/j.scm (guix-cran packages j)
Home page: https://github.com/statgenlmu/jaatha
Licenses: GPL 3+
Build system: r
Synopsis: Simulation-Based Maximum Likelihood Parameter Estimation
Description:

An estimation method that can use computer simulations to approximate maximum-likelihood estimates even when the likelihood function can not be evaluated directly. It can be applied whenever it is feasible to conduct many simulations, but works best when the data is approximately Poisson distributed. It was originally designed for demographic inference in evolutionary biology (Naduvilezhath et al., 2011 <doi:10.1111/j.1365-294X.2011.05131.x>, Mathew et al., 2013 <doi:10.1002/ece3.722>). It has optional support for conducting coalescent simulation using the coala package.

r-jmi 0.1.0
Propagated dependencies: r-rcpparmadillo@15.2.2-1 r-rcpp@1.1.0
Channel: guix-cran
Location: guix-cran/packages/j.scm (guix-cran packages j)
Home page: https://cran.r-project.org/package=JMI
Licenses: GPL 2+
Build system: r
Synopsis: Jackknife Mutual Information
Description:

Computes the Jackknife Mutual Information (JMI) between two random vectors and provides the p-value for dependence tests. See Zeng, X., Xia, Y. and Tong, H. (2018) <doi:10.1073/pnas.1715593115>.

r-jpstat 0.4.0
Propagated dependencies: r-vctrs@0.6.5 r-tidyr@1.3.1 r-tibble@3.3.0 r-stringr@1.6.0 r-stickyr@0.1.2 r-rlang@1.1.6 r-purrr@1.2.0 r-pillar@1.11.1 r-navigatr@0.2.1 r-lifecycle@1.0.4 r-httr@1.4.7 r-dplyr@1.1.4
Channel: guix-cran
Location: guix-cran/packages/j.scm (guix-cran packages j)
Home page: https://github.com/UchidaMizuki/jpstat
Licenses: Expat
Build system: r
Synopsis: Tools for Easy Use of 'e-Stat', 'RESAS' API, Etc
Description:

This package provides tools to use API such as e-Stat (<https://www.e-stat.go.jp/>), the portal site for Japanese government statistics, and RESAS (Regional Economy and Society Analyzing System, <https://resas.go.jp>).

r-joinless 0.0.1
Channel: guix-cran
Location: guix-cran/packages/j.scm (guix-cran packages j)
Home page: https://cran.r-project.org/package=joinless
Licenses: GPL 3+
Build system: r
Synopsis: Exploratory Analysis of Relationships Between Variables
Description:

This package provides tools to explore and summarize relationship patterns between variables across one or multiple datasets. The package relies on efficient sampling strategies to estimate pairwise associations and supports quick exploratory data analysis for large or heterogeneous data sources.

r-jage 0.1.0
Propagated dependencies: r-pracma@2.4.6 r-mvtnorm@1.3-3 r-data-table@1.17.8
Channel: guix-cran
Location: guix-cran/packages/j.scm (guix-cran packages j)
Home page: https://cran.r-project.org/package=jage
Licenses: GPL 2+ GPL 3+
Build system: r
Synopsis: Estimation of Developmental Age
Description:

Bayesian methods for estimating developmental age from ordinal dental data. For an explanation of the model used, see Konigsberg (2015) <doi:10.3109/03014460.2015.1045430>. For details on the conditional correlation correction, see Sgheiza (2022) <doi:10.1016/j.forsciint.2021.111135>. Dental scoring is based on Moorrees, Fanning, and Hunt (1963) <doi:10.1177/00220345630420062701>.

r-jointmeancov 0.1.0
Propagated dependencies: r-glasso@1.11
Channel: guix-cran
Location: guix-cran/packages/j.scm (guix-cran packages j)
Home page: https://cran.r-project.org/package=jointMeanCov
Licenses: GPL 2
Build system: r
Synopsis: Joint Mean and Covariance Estimation for Matrix-Variate Data
Description:

Jointly estimates two-group means and covariances for matrix-variate data and calculates test statistics. This package implements the algorithms defined in Hornstein, Fan, Shedden, and Zhou (2018) <doi:10.1080/01621459.2018.1429275>.

r-jmvreadwrite 0.4.12
Propagated dependencies: r-zip@2.3.3 r-jsonlite@2.0.0
Channel: guix-cran
Location: guix-cran/packages/j.scm (guix-cran packages j)
Home page: https://sjentsch.github.io/jmvReadWrite/
Licenses: AGPL 3
Build system: r
Synopsis: Read and Write 'jamovi' Files ('.omv')
Description:

The free and open a statistical spreadsheet jamovi (<https://www.jamovi.org>) aims to make statistical analyses easy and intuitive. jamovi produces syntax that can directly be used in R (in connection with the R-package jmv'). Having import / export routines for the data files jamovi produces ('.omv') permits an easy transfer of data and analyses between jamovi and R.

Page: 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895
Total results: 21457