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

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-nrmstatsml 0.1.4
Propagated dependencies: r-trend@1.1.6 r-strucchange@1.5-4 r-rlang@1.2.0 r-pls@2.9-0 r-plm@2.6-7 r-lavaan@0.6-21 r-kendall@2.2.2 r-ggplot2@4.0.3 r-forecast@9.0.2 r-caret@7.0-1 r-boot@1.3-32
Channel: guix-cran
Location: guix-cran/packages/n.scm (guix-cran packages n)
Home page: https://cran.r-project.org/package=NRMstatsML
Licenses: GPL 3+
Build system: r
Synopsis: Statistical and Machine Learning Engine for Long-Term Natural Resource Management Data
Description:

This package provides a comprehensive toolkit for statistical and machine learning-based analysis of long-term Natural Resource Management (NRM) datasets. Integrates formula-driven approaches, statistical inference, and machine learning (ML) models for advanced analytics. Modules cover trend and structural analysis (Mann-Kendall test, slope estimation, Chow test, structural break detection), multivariate system modelling (Partial Least Squares (PLS), Structural Equation Modelling (SEM)), response curve optimisation, time-series forecasting (Autoregressive Integrated Moving Average (ARIMA), hybrid models), panel data and treatment effects (Difference-in-Differences (DiD), causal machine learning), uncertainty and sensitivity analysis (bootstrap, Monte Carlo, Bayesian), and automated model selection and performance comparison. Designed for long-term datasets covering soil, water, crop, and climate domains. Key references: Mann and Kendall (1945) <doi:10.2307/1907187>; Sen (1968) <doi:10.1080/01621459.1968.10480934>; Bai and Perron (2003) <doi:10.1002/jae.659>; Rosseel (2012) <doi:10.18637/jss.v048.i02>; Croissant and Millo (2008) <doi:10.18637/jss.v027.i02>.

r-nevada 0.2.0
Propagated dependencies: r-withr@3.0.2 r-umap@0.2.10.0 r-tsne@0.2-0 r-tidyr@1.3.2 r-tibble@3.3.1 r-rlang@1.2.0 r-rgeomstats@0.0.1 r-rcpparmadillo@15.2.6-1 r-rcpp@1.1.1-1.1 r-purrr@1.2.2 r-magrittr@2.0.5 r-igraph@2.3.1 r-ggplot2@4.0.3 r-furrr@0.4.0 r-forcats@1.0.1 r-flipr@0.3.3 r-dplyr@1.2.1 r-cli@3.6.6
Channel: guix-cran
Location: guix-cran/packages/n.scm (guix-cran packages n)
Home page: https://astamm.github.io/nevada/
Licenses: GPL 3+
Build system: r
Synopsis: Network-Valued Data Analysis
Description:

This package provides a flexible statistical framework for network-valued data analysis. It leverages the complexity of the space of distributions on graphs by using the permutation framework for inference as implemented in the flipr package. Currently, only the two-sample testing problem is covered and generalization to k samples and regression will be added in the future as well. It is a 4-step procedure where the user chooses a suitable representation of the networks, a suitable metric to embed the representation into a metric space, one or more test statistics to target specific aspects of the distributions to be compared and a formula to compute the permutation p-value. Two types of inference are provided: a global test answering whether there is a difference between the distributions that generated the two samples and a local test for localizing differences on the network structure. The latter is assumed to be shared by all networks of both samples. References: 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>; Lovato, I., Pini, A., Stamm, A., Taquet, M., Vantini, S. (2021) "Multiscale null hypothesis testing for network-valued data: Analysis of brain networks of patients with autism" <doi:10.1111/rssc.12463>.

r-nbpmatching 1.5.6
Propagated dependencies: r-mass@7.3-65 r-hmisc@5.2-5
Channel: guix-cran
Location: guix-cran/packages/n.scm (guix-cran packages n)
Home page: https://github.com/couthcommander/nbpMatching
Licenses: GPL 2+
Build system: r
Synopsis: Functions for Optimal Non-Bipartite Matching
Description:

Perform non-bipartite matching and matched randomization. A "bipartite" matching utilizes two separate groups, e.g. smokers being matched to nonsmokers or cases being matched to controls. A "non-bipartite" matching creates mates from one big group, e.g. 100 hospitals being randomized for a two-arm cluster randomized trial or 5000 children who have been exposed to various levels of secondhand smoke and are being paired to form a greater exposure vs. lesser exposure comparison. At the core of a non-bipartite matching is a N x N distance matrix for N potential mates. The distance between two units expresses a measure of similarity or quality as mates (the lower the better). The gendistance() and distancematrix() functions assist in creating this. The nonbimatch() function creates the matching that minimizes the total sum of distances between mates; hence, it is referred to as an "optimal" matching. The assign.grp() function aids in performing a matched randomization. Note bipartite matching can be performed using the prevent option in gendistance()'.

r-nortestarma 1.0.2
Propagated dependencies: r-astsa@2.5
Channel: guix-cran
Location: guix-cran/packages/n.scm (guix-cran packages n)
Home page: https://cran.r-project.org/package=nortestARMA
Licenses: GPL 3+
Build system: r
Synopsis: Neyman Smooth Tests of Normality for the Errors of ARMA Models
Description:

Tests the goodness-of-fit to the Normal distribution for the errors of an ARMA model.

r-npmv 2.4.1
Propagated dependencies: r-formula@1.2-5
Channel: guix-cran
Location: guix-cran/packages/n.scm (guix-cran packages n)
Home page: https://cran.r-project.org/package=npmv
Licenses: GPL 2
Build system: r
Synopsis: Nonparametric Comparison of Multivariate Samples
Description:

This package performs analysis of one-way multivariate data, for small samples using Nonparametric techniques. Using approximations for ANOVA Type, Wilks Lambda, Lawley Hotelling, and Bartlett Nanda Pillai Test statics, the package compares the multivariate distributions for a single explanatory variable. The comparison is also performed using a permutation test for each of the four test statistics. The package also performs an all-subsets algorithm regarding variables and regarding factor levels.

r-netexplorer 0.0.2
Channel: guix-cran
Location: guix-cran/packages/n.scm (guix-cran packages n)
Home page: https://cran.r-project.org/package=NetExplorer
Licenses: GPL 3+
Build system: r
Synopsis: Network Explorer
Description:

Social network analysis has become an essential tool in the study of complex systems. NetExplorer allows to visualize and explore complex systems. It is based on d3js library that brings 1) Graphical user interface; 2) Circular, linear, multilayer and force Layout; 3) Network live exploration and 4) SVG exportation.

r-narray 0.5.2
Propagated dependencies: r-stringr@1.6.0 r-rcpp@1.1.1-1.1 r-progress@1.2.3
Channel: guix-cran
Location: guix-cran/packages/n.scm (guix-cran packages n)
Home page: https://github.com/mschubert/narray
Licenses: ASL 2.0 FSDG-compatible
Build system: r
Synopsis: Subset- And Name-Aware Array Utility Functions
Description:

Stacking arrays according to dimension names, subset-aware splitting and mapping of functions, intersecting along arbitrary dimensions, converting to and from data.frames, and many other helper functions.

r-nameneedle 1.2.10
Channel: guix-cran
Location: guix-cran/packages/n.scm (guix-cran packages n)
Home page: http://oompa.r-forge.r-project.org/
Licenses: ASL 2.0
Build system: r
Synopsis: Using Needleman-Wunsch to Match Sample Names
Description:

The Needleman-Wunsch global alignment algorithm can be used to find approximate matches between sample names in different data sets. See Wang et al. (2010) <doi:10.4137/CIN.S5613>.

r-norstr 0.2.1
Channel: guix-cran
Location: guix-cran/packages/n.scm (guix-cran packages n)
Home page: https://github.com/magnusdv/norSTR
Licenses: Expat
Build system: r
Synopsis: Allele Frequencies for 50 Forensic STR Markers
Description:

Allele frequency databases for 50 forensic short tandem repeat (STR) markers, covering Norway and several broader regional populations: Europe, Africa, South America, West Asia, Middle Asia, and East Asia. Developed and maintained for use at the Department of Forensic Sciences, Oslo, Norway.

r-narfima 0.1.0
Propagated dependencies: r-withr@3.0.2 r-nnet@7.3-20 r-forecast@9.0.2 r-bsts@0.9.11
Channel: guix-cran
Location: guix-cran/packages/n.scm (guix-cran packages n)
Home page: https://cran.r-project.org/package=narfima
Licenses: GPL 3
Build system: r
Synopsis: Neural AutoRegressive Fractionally Integrated Moving Average Model
Description:

This package provides methods and tools for forecasting univariate time series using the NARFIMA (Neural AutoRegressive Fractionally Integrated Moving Average) model. It combines neural networks with fractional differencing to capture both nonlinear patterns and long-term dependencies. The NARFIMA model supports seasonal adjustment, Box-Cox transformations, optional exogenous variables, and the computation of prediction intervals. In addition to the NARFIMA model, this package provides alternative forecasting models including NARIMA (Neural ARIMA), NBSTS (Neural Bayesian Structural Time Series), and NNaive (Neural Naive) for performance comparison across different modeling approaches. The methods are based on algorithms introduced by Chakraborty et al. (2025) <doi:10.48550/arXiv.2509.06697>.

r-nipter 1.0.2
Propagated dependencies: r-sets@1.0-25 r-s4vectors@0.50.1 r-rsamtools@2.28.0
Channel: guix-cran
Location: guix-cran/packages/n.scm (guix-cran packages n)
Home page: https://cran.r-project.org/package=NIPTeR
Licenses: LGPL 2.0+
Build system: r
Synopsis: Fast and Accurate Trisomy Prediction in Non-Invasive Prenatal Testing
Description:

Fast and Accurate Trisomy Prediction in Non-Invasive Prenatal Testing.

r-normalp 0.7.2.1
Channel: guix-cran
Location: guix-cran/packages/n.scm (guix-cran packages n)
Home page: https://www.r-project.org
Licenses: GPL 2+ GPL 3+
Build system: r
Synopsis: Routines for Exponential Power Distribution
Description:

This package provides a collection of utilities referred to Exponential Power distribution, also known as General Error Distribution (see Mineo, A.M. and Ruggieri, M. (2005), A software Tool for the Exponential Power Distribution: The normalp package. In Journal of Statistical Software, Vol. 12, Issue 4).

r-ncf 1.3-3
Channel: guix-cran
Location: guix-cran/packages/n.scm (guix-cran packages n)
Home page: https://ento.psu.edu/directory/onb1
Licenses: GPL 3
Build system: r
Synopsis: Spatial Covariance Functions
Description:

Spatial (cross-)covariance and related geostatistical tools: the nonparametric (cross-)covariance function , the spline correlogram, the nonparametric phase coherence function, local indicators of spatial association (LISA), (Mantel) correlogram, (Partial) Mantel test.

r-nabla 0.7.1
Channel: guix-cran
Location: guix-cran/packages/n.scm (guix-cran packages n)
Home page: https://github.com/queelius/nabla
Licenses: Expat
Build system: r
Synopsis: Exact Derivatives via Automatic Differentiation
Description:

Exact automatic differentiation for R functions. Provides a composable derivative operator D that computes gradients, Hessians, Jacobians, and arbitrary-order derivative tensors at machine precision. D(D(f)) gives Hessians, D(D(D(f))) gives third-order tensors for skewness of maximum likelihood estimators, and so on to any order. Works through any R code including loops, branches, and control flow.

r-nplstoolbox 1.1.0
Propagated dependencies: r-rtensor@1.5.0 r-pracma@2.4.6 r-parafac4microbiome@1.3.2 r-dplyr@1.2.1
Channel: guix-cran
Location: guix-cran/packages/n.scm (guix-cran packages n)
Home page: https://github.com/GRvanderPloeg/NPLStoolbox
Licenses: Expat
Build system: r
Synopsis: N-Way Partial Least Squares Modelling of Multi-Way Data
Description:

Creation and selection of N-way Partial Least Squares (NPLS) models. Selection of the optimal number of components can be done using ncrossreg(). NPLS was originally described by Rasmus Bro, see <doi:10.1002/%28SICI%291099-128X%28199601%2910%3A1%3C47%3A%3AAID-CEM400%3E3.0.CO%3B2-C>.

r-netcoupler 0.1.1
Propagated dependencies: r-tidyselect@1.2.1 r-tidygraph@1.3.1 r-tibble@3.3.1 r-rlang@1.2.0 r-purrr@1.2.2 r-ppcor@1.1 r-pcalg@2.7-12 r-magrittr@2.0.5 r-lifecycle@1.0.5 r-igraph@2.3.1 r-ids@1.0.1 r-dplyr@1.2.1 r-checkmate@2.3.4
Channel: guix-cran
Location: guix-cran/packages/n.scm (guix-cran packages n)
Home page: https://github.com/NetCoupler/NetCoupler
Licenses: Expat
Build system: r
Synopsis: Inference of Causal Links Between a Network and an External Variable
Description:

The NetCoupler algorithm identifies potential direct effects of correlated, high-dimensional variables formed as a network with an external variable. The external variable may act as the dependent/response variable or as an independent/predictor variable to the network.

r-nbtransmission 1.2.0
Propagated dependencies: r-tidyr@1.3.2 r-rlang@1.2.0 r-poisbinom@1.0.2 r-lubridate@1.9.5 r-dplyr@1.2.1 r-caret@7.0-1 r-broom@1.0.13
Channel: guix-cran
Location: guix-cran/packages/n.scm (guix-cran packages n)
Home page: https://sarahleavitt.github.io/nbTransmission/
Licenses: Expat
Build system: r
Synopsis: Naive Bayes Transmission Analysis
Description:

Estimates the relative transmission probabilities between cases in an infectious disease outbreak or cluster using naive Bayes. Included are various functions to use these probabilities to estimate transmission parameters such as the generation/serial interval and reproductive number as well as finding the contribution of covariates to the probabilities and visualizing results. The ideal use is for an infectious disease dataset with metadata on the majority of cases but more informative data such as contact tracing or pathogen whole genome sequencing on only a subset of cases. For a detailed description of the methods see Leavitt et al. (2020) <doi:10.1093/ije/dyaa031>.

r-nhsrwaitinglist 0.1.2
Propagated dependencies: r-rlang@1.2.0 r-randomnames@1.6-0.0 r-dplyr@1.2.1 r-cli@3.6.6
Channel: guix-cran
Location: guix-cran/packages/n.scm (guix-cran packages n)
Home page: https://nhs-r-community.github.io/NHSRwaitinglist/
Licenses: Expat
Build system: r
Synopsis: Waiting List Metrics Using Queuing Theory
Description:

Waiting list management using queuing theory to analyse, predict and manage queues, based on the approach described in Fong et al. (2022) <doi:10.1101/2022.08.23.22279117>. Aimed at UK National Health Service (NHS) applications, waiting list summary statistics, target-value calculations, waiting list simulation, and scheduling functions are included.

r-npcs 0.1.1
Propagated dependencies: r-tidyr@1.3.2 r-smotefamily@1.4.0 r-nnet@7.3-20 r-magrittr@2.0.5 r-ggplot2@4.0.3 r-formatr@1.14 r-foreach@1.5.2 r-forcats@1.0.1 r-dplyr@1.2.1 r-dfoptim@2023.1.0 r-caret@7.0-1
Channel: guix-cran
Location: guix-cran/packages/n.scm (guix-cran packages n)
Home page: https://cran.r-project.org/package=npcs
Licenses: GPL 2
Build system: r
Synopsis: Neyman-Pearson Classification via Cost-Sensitive Learning
Description:

We connect the multi-class Neyman-Pearson classification (NP) problem to the cost-sensitive learning (CS) problem, and propose two algorithms (NPMC-CX and NPMC-ER) to solve the multi-class NP problem through cost-sensitive learning tools. Under certain conditions, the two algorithms are shown to satisfy multi-class NP properties. More details are available in the paper "Neyman-Pearson Multi-class Classification via Cost-sensitive Learning" (Ye Tian and Yang Feng, 2021).

r-neuralnettools 1.5.3
Propagated dependencies: r-tidyr@1.3.2 r-scales@1.4.0 r-reshape2@1.4.5 r-nnet@7.3-20 r-ggplot2@4.0.3
Channel: guix-cran
Location: guix-cran/packages/n.scm (guix-cran packages n)
Home page: https://cran.r-project.org/package=NeuralNetTools
Licenses: CC0
Build system: r
Synopsis: Visualization and Analysis Tools for Neural Networks
Description:

Visualization and analysis tools to aid in the interpretation of neural network models. Functions are available for plotting, quantifying variable importance, conducting a sensitivity analysis, and obtaining a simple list of model weights.

r-npfd 1.0.1
Propagated dependencies: r-vgam@1.1-14 r-siggenes@1.86.0 r-kernsmooth@2.23-26
Channel: guix-cran
Location: guix-cran/packages/n.scm (guix-cran packages n)
Home page: https://cran.r-project.org/package=NPFD
Licenses: GPL 3
Build system: r
Synopsis: N-Power Fourier Deconvolution
Description:

This package provides tools for non-parametric Fourier deconvolution using the N-Power Fourier Deconvolution (NPFD) method. This package includes methods for density estimation (densprf()) and sample generation (createSample()), enabling users to perform statistical analyses on mixed or replicated data sets.

r-nivm 0.6
Propagated dependencies: r-ssanv@1.1 r-bpcp@1.5.1
Channel: guix-cran
Location: guix-cran/packages/n.scm (guix-cran packages n)
Home page: https://cran.r-project.org/package=nivm
Licenses: GPL 3+
Build system: r
Synopsis: Noninferiority Tests with Variable Margins
Description:

Noninferiority tests for difference in failure rates at a prespecified control rate or prespecified time. For details, see Fay and Follmann, 2016 <DOI:10.1177/1740774516654861>.

r-naflex 0.1.1
Channel: guix-cran
Location: guix-cran/packages/n.scm (guix-cran packages n)
Home page: https://github.com/dannyparsons/naflex
Licenses: LGPL 3+
Build system: r
Synopsis: Flexible Options for Handling Missing Values
Description:

For use in summary functions to omit missing values conditionally using specified checks.

r-nfer 1.1.3
Channel: guix-cran
Location: guix-cran/packages/n.scm (guix-cran packages n)
Home page: http://nfer.io/
Licenses: GPL 3+
Build system: r
Synopsis: Event Stream Abstraction using Interval Logic
Description:

This is the R API for the nfer formalism (<http://nfer.io/>). nfer was developed to specify event stream abstractions for spacecraft telemetry such as the Mars Science Laboratory. Users write rules using a syntax that borrows heavily from Allen's Temporal Logic that, when applied to an event stream, construct a hierarchy of temporal intervals with data. The R API supports loading rules from a file or mining them from historical data. Traces of events or pools of intervals are provided as data frames.

Total packages: 72166