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

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-jumble 0.1.2
Channel: guix-cran
Location: guix-cran/packages/j.scm (guix-cran packages j)
Home page: https://github.com/davidhodge931/jumble
Licenses: Expat
Build system: r
Synopsis: Discrete Colour Palette
Description:

This package provides a discrete colour palette. These colours make it easier to create relatively accessible and colour-blind safe visualisation.

r-json64 0.1.3
Propagated dependencies: r-jsonlite@2.0.0
Channel: guix-cran
Location: guix-cran/packages/j.scm (guix-cran packages j)
Home page: https://cran.r-project.org/package=json64
Licenses: Expat
Build system: r
Synopsis: 'Base64' Encode/Decode Package with Support for JSON Output/Input and UTF-8
Description:

Encode/Decode base64', with support for JSON format, using two functions: j_encode() and j_decode(). Base64 is a group of similar binary-to-text encoding schemes that represent binary data in an ASCII string format by translating it into a radix-64 representation, used when there is a need to encode binary data that needs to be stored and transferred over media that are designed to deal with textual data, ensuring that the data will remain intact and without modification during transport. <https://developer.mozilla.org/en-US/docs/Web/API/WindowBase64/Base64_encoding_and_decoding> On the other side, JSON (JavaScript Object Notation) is a lightweight data-interchange format. Easy to read, write, parse and generate. It is based on a subset of the JavaScript Programming Language. JSON is a text format that is completely language independent but uses conventions that are familiar to programmers of the C-family of languages, including C, C++, C#, Java, JavaScript, Perl, Python, and many others. JSON structure is built around name:value pairs and ordered list of values. <https://www.json.org> The first function, j_encode(), let you transform a data.frame or list to a base64 encoded JSON (or JSON string). The j_decode() function takes a base64 string (could be an encoded JSON) and transform it to a data.frame (or list, depending of the JSON structure).

r-jointfpm 1.3.0
Propagated dependencies: r-survival@3.8-6 r-statmod@1.5.2 r-rstpm2@1.7.1 r-rmutil@1.1.10 r-rlang@1.2.0 r-matrixstats@1.5.0 r-lifecycle@1.0.5 r-data-table@1.18.4 r-cli@3.6.6
Channel: guix-cran
Location: guix-cran/packages/j.scm (guix-cran packages j)
Home page: https://github.com/entjos/JointFPM
Licenses: FSDG-compatible
Build system: r
Synopsis: Parametric Model for Estimating the Mean Number of Events
Description:

Implementation of a parametric joint model for modelling recurrent and competing event processes using generalised survival models as described in Entrop et al., (2025) <doi:10.1002/bimj.70038>. The joint model can subsequently be used to predict the mean number of events in the presence of competing risks at different time points. Comparisons of the mean number of event functions, e.g. the differences in mean number of events between two exposure groups, are also available.

r-jlmerclusterperm 1.1.4
Dependencies: julia@1.8.5
Propagated dependencies: r-lme4@2.0-1 r-juliaformulae@0.1.0 r-juliaconnector@1.1.6 r-generics@0.1.4 r-cli@3.6.6 r-backports@1.5.1
Channel: guix-cran
Location: guix-cran/packages/j.scm (guix-cran packages j)
Home page: https://github.com/yjunechoe/jlmerclusterperm
Licenses: Expat
Build system: r
Synopsis: Cluster-Based Permutation Analysis for Densely Sampled Time Data
Description:

An implementation of fast cluster-based permutation analysis (CPA) for densely-sampled time data developed in Maris & Oostenveld, 2007 <doi:10.1016/j.jneumeth.2007.03.024>. Supports (generalized, mixed-effects) regression models for the calculation of timewise statistics. Provides both a wholesale and a piecemeal interface to the CPA procedure with an emphasis on interpretability and diagnostics. Integrates Julia libraries MixedModels.jl and GLM.jl for performance improvements, with additional functionalities for interfacing with Julia from R powered by the JuliaConnectoR package.

r-jackalope 1.1.6
Dependencies: zlib@1.3.1
Propagated dependencies: r-rhtslib@3.8.0 r-rcppprogress@0.4.2 r-rcpparmadillo@15.2.6-1 r-rcpp@1.1.1-1.1 r-r6@2.6.1 r-ape@5.8-1
Channel: guix-cran
Location: guix-cran/packages/j.scm (guix-cran packages j)
Home page: https://github.com/lucasnell/jackalope
Licenses: Expat
Build system: r
Synopsis: Swift, Versatile Phylogenomic and High-Throughput Sequencing Simulator
Description:

Simply and efficiently simulates (i) variants from reference genomes and (ii) reads from both Illumina <https://www.illumina.com/> and Pacific Biosciences (PacBio) <https://www.pacb.com/> platforms. It can either read reference genomes from FASTA files or simulate new ones. Genomic variants can be simulated using summary statistics, phylogenies, Variant Call Format (VCF) files, and coalescent simulationsâ the latter of which can include selection, recombination, and demographic fluctuations. jackalope can simulate single, paired-end, or mate-pair Illumina reads, as well as PacBio reads. These simulations include sequencing errors, mapping qualities, multiplexing, and optical/polymerase chain reaction (PCR) duplicates. Simulating Illumina sequencing is based on ART by Huang et al. (2012) <doi:10.1093/bioinformatics/btr708>. PacBio sequencing simulation is based on SimLoRD by Stöcker et al. (2016) <doi:10.1093/bioinformatics/btw286>. All outputs can be written to standard file formats.

r-jmv 2.8.0
Propagated dependencies: r-vcdextra@0.9.8 r-vcd@1.4-13 r-rocr@1.0-12 r-r6@2.6.1 r-psych@2.6.5 r-nnet@7.3-20 r-mvnormtest@0.1-9-3 r-multcomp@1.4-30 r-matrixstats@1.5.0 r-mass@7.3-65 r-magrittr@2.0.5 r-lavaan@0.6-21 r-jmvcore@2.7.38 r-hmisc@5.2-5 r-gparotation@2026.4-1 r-ggridges@0.5.7 r-ggrepel@0.9.8 r-ggplot2@4.0.3 r-ggally@2.4.0 r-emmeans@2.0.3 r-dplyr@1.2.1 r-car@3.1-5 r-bayesfactor@0.9.12-4.8 r-afex@1.5-1
Channel: guix-cran
Location: guix-cran/packages/j.scm (guix-cran packages j)
Home page: https://cran.r-project.org/package=jmv
Licenses: GPL 2+
Build system: r
Synopsis: The 'jamovi' Analyses
Description:

This package provides a suite of common statistical methods such as descriptives, t-tests, ANOVAs, regression, correlation matrices, proportion tests, contingency tables, and factor analysis. This package is also useable from the jamovi statistical spreadsheet (see <https://www.jamovi.org> for more information).

r-jot 0.0.5
Propagated dependencies: r-yaml@2.3.12 r-cli@3.6.6
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-joinxl 1.0.1
Propagated dependencies: r-timeseries@4052.112 r-timedate@4052.112 r-rjava@1.0-18 r-readxl@1.5.0 r-rcpp@1.1.1-1.1 r-rchoicedialogs@1.0.6.1 r-r-utils@2.13.0 r-openxlsx@4.2.8.1 r-data-table@1.18.4
Channel: guix-cran
Location: guix-cran/packages/j.scm (guix-cran packages j)
Home page: http://github.com/yvonneglanville/joinXL
Licenses: GPL 3
Build system: r
Synopsis: Perform Joins or Minus Queries on 'Excel' Files
Description:

This package performs Joins and Minus Queries on Excel Files fulljoinXL() Merges all rows of 2 Excel files based upon a common column in the files. innerjoinXL() Merges all rows from base file and join file when the join condition is met. leftjoinXL() Merges all rows from the base file, and all rows from the join file if the join condition is met. rightjoinXL() Merges all rows from the join file, and all rows from the base file if the join condition is met. minusXL() Performs 2 operations source-minus-target and target-minus-source If the files are identical all output files will be empty. Choose two Excel files via a dialog box, and then follow prompts at the console to choose a base or source file and columns to merge or minus on.

r-jbrowser 0.10.2
Propagated dependencies: r-stringr@1.6.0 r-readr@2.2.0 r-reactr@0.6.1 r-mime@0.13 r-magrittr@2.0.5 r-jsonlite@2.0.0 r-ids@1.0.1 r-httpuv@1.6.17 r-htmlwidgets@1.6.4 r-htmltools@0.5.9 r-dplyr@1.2.1 r-cli@3.6.6
Channel: guix-cran
Location: guix-cran/packages/j.scm (guix-cran packages j)
Home page: https://cran.r-project.org/package=JBrowseR
Licenses: FSDG-compatible
Build system: r
Synopsis: An R Interface to the JBrowse 2 Genome Browser
Description:

This package provides an R interface to the JBrowse 2 genome browser. Enables embedding a JB2 genome browser in a Shiny app or R Markdown document. The browser can also be launched from an interactive R console. The browser can be loaded with a variety of common genomics data types, and can be used with a custom theme.

r-joinet 1.0.0
Propagated dependencies: r-palasso@1.0.0 r-glmnet@5.0 r-cornet@1.0.0
Channel: guix-cran
Location: guix-cran/packages/j.scm (guix-cran packages j)
Home page: https://github.com/rauschenberger/joinet
Licenses: GPL 3
Build system: r
Synopsis: Penalised Multivariate Regression ('Multi-Target Learning')
Description:

This package implements penalised multivariate regression (i.e., for multiple outcomes and many features) by stacked generalisation (<doi:10.1093/bioinformatics/btab576>). For positively correlated outcomes, a single multivariate regression is typically more predictive than multiple univariate regressions. Includes functions for model fitting, extracting coefficients, outcome prediction, and performance measurement. For optional comparisons, install remMap from GitHub (<https://github.com/cran/remMap>).

r-joinpointr 1.1.0
Propagated dependencies: r-tidyr@1.3.2 r-tibble@3.3.1 r-stringr@1.6.0 r-segmented@2.2-1 r-scales@1.4.0 r-rlang@1.2.0 r-purrr@1.2.2 r-officer@0.7.5 r-ggplot2@4.0.3 r-forcats@1.0.1 r-flextable@0.9.11 r-dplyr@1.2.1 r-cols4all@0.10
Channel: guix-cran
Location: guix-cran/packages/j.scm (guix-cran packages j)
Home page: https://github.com/datos-ine/joinpointR
Licenses: Expat
Build system: r
Synopsis: Tidy Tools for Joinpoint Regression Models
Description:

This package provides tools to fit joinpoint regression models with a log-linear specification by levels of a categorical variable. The package acts as a wrapper around the segmented package, facilitating model fitting, selection, and interpretation. It includes functions to estimate the Annual Percent Change (APC) and the Average Annual Percent Change (AAPC), along with their 95% confidence intervals, and to generate formatted summary tables and plots of results.

r-jcolors 0.0.5
Propagated dependencies: r-scales@1.4.0 r-ggplot2@4.0.3
Channel: guix-cran
Location: guix-cran/packages/j.scm (guix-cran packages j)
Home page: https://jaredhuling.org/jcolors/
Licenses: GPL 2
Build system: r
Synopsis: Colors Palettes for R and 'ggplot2', Additional Themes for 'ggplot2'
Description:

This package contains a selection of color palettes and ggplot2 themes designed by the package author.

r-jtools 2.3.1
Propagated dependencies: r-tibble@3.3.1 r-sandwich@3.1-1 r-rlang@1.2.0 r-pkgconfig@2.0.3 r-pander@0.6.6 r-magrittr@2.0.5 r-ggplot2@4.0.3 r-generics@0.1.4 r-cli@3.6.6 r-broom-mixed@0.2.9.7 r-broom@1.0.13
Channel: guix-cran
Location: guix-cran/packages/j.scm (guix-cran packages j)
Home page: https://jtools.jacob-long.com
Licenses: GPL 3+
Build system: r
Synopsis: Analysis and Presentation of Social Scientific Data
Description:

This is a collection of tools for more efficiently understanding and sharing the results of (primarily) regression analyses. There are also a number of miscellaneous functions for statistical and programming purposes. Support for models produced by the survey and lme4 packages are points of emphasis.

r-jwileymisc 1.4.5
Propagated dependencies: r-vgam@1.1-14 r-scales@1.4.0 r-robustbase@0.99-7 r-rlang@1.2.0 r-psych@2.6.5 r-multcompview@0.1-11 r-mice@3.19.0 r-mgcv@1.9-4 r-mass@7.3-65 r-lme4@2.0-1 r-lavaan@0.6-21 r-ggpubr@0.6.3 r-ggplot2@4.0.3 r-gamlss@5.5-0 r-fst@0.9.8 r-extraoperators@0.4.0 r-emmeans@2.0.3 r-digest@0.6.39 r-data-table@1.18.4
Channel: guix-cran
Location: guix-cran/packages/j.scm (guix-cran packages j)
Home page: https://joshuawiley.com/JWileymisc/
Licenses: GPL 3+
Build system: r
Synopsis: Miscellaneous Utilities and Functions
Description:

Miscellaneous tools and functions, including: generate descriptive statistics tables, format output, visualize relations among variables or check distributions, and generic functions for residual and model diagnostics.

r-jackknifer 2.0.0
Propagated dependencies: r-future-apply@1.20.2 r-future@1.70.0 r-foreach@1.5.2 r-dofuture@1.2.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-jordan 1.0-6-1
Propagated dependencies: r-quadform@0.0-4 r-onion@1.5-3 r-matrix@1.7-5
Channel: guix-cran
Location: guix-cran/packages/j.scm (guix-cran packages j)
Home page: https://github.com/RobinHankin/jordan
Licenses: GPL 2+
Build system: r
Synopsis: Suite of Routines for Working with Jordan Algebras
Description:

This package provides a Jordan algebra is an algebraic object originally designed to study observables in quantum mechanics. Jordan algebras are commutative but non-associative; they satisfy the Jordan identity. The package follows the ideas and notation of K. McCrimmon (2004, ISBN:0-387-95447-3) "A Taste of Jordan Algebras". To cite the package in publications, please use Hankin (2023) <doi:10.48550/arXiv.2303.06062>.

r-junctions 2.1.4
Propagated dependencies: r-tibble@3.3.1 r-rcppparallel@5.1.11-2 r-rcpp@1.1.1-1.1 r-nloptr@2.2.1
Channel: guix-cran
Location: guix-cran/packages/j.scm (guix-cran packages j)
Home page: https://thijsjanzen.github.io/junctions/
Licenses: GPL 2+
Build system: r
Synopsis: The Breakdown of Genomic Ancestry Blocks in Hybrid Lineages
Description:

Individual based simulations of hybridizing populations, where the accumulation of junctions is tracked. Furthermore, mathematical equations are provided to verify simulation outcomes. Both simulations and mathematical equations are based on Janzen (2018, <doi:10.1101/058107>) and Janzen (2022, <doi:10.1111/1755-0998.13519>).

r-jlpm 1.0.4
Propagated dependencies: r-survival@3.8-6 r-stringr@1.6.0 r-spacefillr@0.4.0 r-marqlevalg@2.0.8 r-lcmm@2.2.2
Channel: guix-cran
Location: guix-cran/packages/j.scm (guix-cran packages j)
Home page: https://VivianePhilipps.github.io/JLPM/
Licenses: GPL 2+
Build system: r
Synopsis: Joint Latent Process Models
Description:

Estimation of extended joint models with shared random effects. Longitudinal data are handled in latent process models for continuous (Gaussian or curvilinear) and ordinal outcomes while proportional hazard models are used for the survival part. We propose a frequentist approach using maximum likelihood estimation. See Saulnier et al, 2022 <doi:10.1016/j.ymeth.2022.03.003>.

r-japanapis 0.1.1
Propagated dependencies: r-tibble@3.3.1 r-scales@1.4.0 r-jsonlite@2.0.0 r-httr@1.4.8 r-dplyr@1.2.1
Channel: guix-cran
Location: guix-cran/packages/j.scm (guix-cran packages j)
Home page: https://github.com/lightbluetitan/japanapis
Licenses: Expat
Build system: r
Synopsis: Access Japanese Data via Public APIs and Curated Datasets
Description:

This package provides functions to access data from public RESTful APIs including Nager.Date', World Bank API', and REST Countries API', retrieving real-time or historical data related to Japan, such as holidays, economic indicators, and international demographic and geopolitical indicators. Additionally, the package includes one of the largest curated collections of open datasets focused on Japan, covering topics such as natural disasters, economic production, vehicle industry, air quality, demographics, and administrative divisions. The package supports reproducible research and teaching by integrating reliable international APIs and structured datasets from public, academic, and government sources. For more information on the APIs, see: Nager.Date <https://date.nager.at/Api>, World Bank API <https://datahelpdesk.worldbank.org/knowledgebase/articles/889392>, and REST Countries API <https://restcountries.com/>.

r-jalcal 0.3.0
Channel: guix-cran
Location: guix-cran/packages/j.scm (guix-cran packages j)
Home page: https://github.com/jalilian/jalcal
Licenses: GPL 2+
Build system: r
Synopsis: Convert Between Jalaali (Persian or Solar Hijri) and Gregorian Calendar Dates
Description:

The Jalaali calendar, also known as the Persian or Solar Hijri calendar, is the official calendar of Iran and Afghanistan. It starts on Nowruz, the spring equinox, and follows an astronomical system for determining leap years. Each year consists of 365 or 366 days, divided into 12 months. This package provides functions for converting dates between the Jalaali and Gregorian calendars. The conversion calculations are based on the work of Kazimierz M. Borkowski (1996) (<doi:10.1007/BF00055188>), who used an analytical model of Earth's motion to compute equinoxes from AD 550 to 3800 and determine leap years based on Tehran time.

r-jrc 0.6.0
Propagated dependencies: r-stringr@1.6.0 r-stringi@1.8.7 r-r6@2.6.1 r-r-utils@2.13.0 r-mime@0.13 r-jsonlite@2.0.0 r-httpuv@1.6.17
Channel: guix-cran
Location: guix-cran/packages/j.scm (guix-cran packages j)
Home page: https://github.com/anders-biostat/jrc
Licenses: GPL 3
Build system: r
Synopsis: Exchange Commands Between R and 'JavaScript'
Description:

An httpuv based bridge between R and JavaScript'. Provides an easy way to exchange commands and data between a web page and a currently running R session.

r-jmi 0.1.0
Propagated dependencies: r-rcpparmadillo@15.2.6-1 r-rcpp@1.1.1-1.1
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-jsutils 0.4.0
Propagated dependencies: r-quickjsr@1.10.0
Channel: guix-cran
Location: guix-cran/packages/j.scm (guix-cran packages j)
Home page: https://github.com/andrjohns/jsutils
Licenses: Expat
Build system: r
Synopsis: 'JavaScript' Utilities for 'R'
Description:

This package provides a collection of popular/useful JavaScript utilities, including the terser minifier, sass compiler, typescript transpiler, and more.

r-joinerml 0.4.8
Propagated dependencies: r-tibble@3.3.1 r-survival@3.8-6 r-rcpparmadillo@15.2.6-1 r-rcpp@1.1.1-1.1 r-randtoolbox@2.0.5 r-nlme@3.1-169 r-mvtnorm@1.3-7 r-matrix@1.7-5 r-mass@7.3-65 r-lme4@2.0-1 r-ggplot2@4.0.3 r-generics@0.1.4 r-foreach@1.5.2 r-doparallel@1.0.17 r-cobs@1.3-9-1
Channel: guix-cran
Location: guix-cran/packages/j.scm (guix-cran packages j)
Home page: https://graemeleehickey.github.io/joineRML/
Licenses: GPL 3 FSDG-compatible
Build system: r
Synopsis: Joint Modelling of Multivariate Longitudinal Data and Time-to-Event Outcomes
Description:

Fits the joint model proposed by Henderson and colleagues (2000) <doi:10.1093/biostatistics/1.4.465>, but extended to the case of multiple continuous longitudinal measures. The time-to-event data is modelled using a Cox proportional hazards regression model with time-varying covariates. The multiple longitudinal outcomes are modelled using a multivariate version of the Laird and Ware linear mixed model. The association is captured by a multivariate latent Gaussian process. The model is estimated using a Monte Carlo Expectation Maximization algorithm. This project was funded by the Medical Research Council (Grant number MR/M013227/1).

Total packages: 73977