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

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-nbshiny 0.1.0
Propagated dependencies: r-shiny@1.13.0 r-rmarkdown@2.31 r-rhandsontable@0.3.8 r-e1071@1.7-17 r-dplyr@1.2.1 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=NBShiny
Licenses: GPL 2
Build system: r
Synopsis: Interactive Document for Working with Naive Bayes Classification
Description:

An interactive document on the topic of naive Bayes classification analysis using rmarkdown and shiny packages. Runtime examples are provided in the package function as well as at <https://kartikeyab.shinyapps.io/NBShiny/>.

r-nirstat 1.1
Propagated dependencies: r-mgcv@1.9-4 r-gridextra@2.3 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=NIRStat
Licenses: GPL 2
Build system: r
Synopsis: Novel Statistical Methods for Studying Near-Infrared Spectroscopy (NIRS) Time Series Data
Description:

This package provides transfusion-related differential tests on Near-infrared spectroscopy (NIRS) time series with detection limit, which contains two testing statistics: Mean Area Under the Curve (MAUC) and slope statistic. This package applied a penalized spline method within imputation setting. Testing is conducted by a nested permutation approach within imputation. Refer to Guo et al (2018) <doi:10.1177/0962280218786302> for further details.

r-normaliser 0.1.2
Propagated dependencies: r-scales@1.4.0 r-rlang@1.2.0 r-dplyr@1.2.1
Channel: guix-cran
Location: guix-cran/packages/n.scm (guix-cran packages n)
Home page: https://hendersontrent.github.io/normaliseR/
Licenses: Expat
Build system: r
Synopsis: Re-Scale Vectors and Time-Series Features
Description:

This package provides standardized access to a range of re-scaling methods for numerical vectors and time-series features calculated within the theft ecosystem.

r-numops 1.0.0
Channel: guix-cran
Location: guix-cran/packages/n.scm (guix-cran packages n)
Home page: https://github.com/Macosso/numops
Licenses: GPL 3
Build system: r
Synopsis: Lightweight Numerical Operations
Description:

This package provides dependency-free helpers for recurring numerical tasks on vectors, matrices, and arrays. Operations cover bounds, interpolation, remapping, division, Euclidean norms, normalization, and adjacent differences. Multi-input operations use strict scalar recycling, reject incompatible lengths, and preserve names, dimensions, and dimension names where applicable. Explicit handling of invalid intervals, zero denominators, and zero norms gives consistent behavior for common edge cases.

r-notionapi 0.2.0
Propagated dependencies: r-rlang@1.2.0 r-r6@2.6.1 r-jsonlite@2.0.0 r-httr2@1.2.2 r-cli@3.6.6
Channel: guix-cran
Location: guix-cran/packages/n.scm (guix-cran packages n)
Home page: https://brenwin1.github.io/notionapi/
Licenses: Expat
Build system: r
Synopsis: Client for the 'Notion API'
Description:

Enable programmatic interaction with Notion pages, databases, blocks, comments, and users through the Notion API <https://developers.notion.com/>. Provides both synchronous and asynchronous client interfaces for building workflows and automations that integrate with Notion workspaces. Supports all Notion API endpoints including content creation, data retrieval, and workspace management.

r-nonprobest 0.2.4
Propagated dependencies: r-sampling@2.11 r-matrix@1.7-5 r-glmnet@5.0 r-e1071@1.7-17 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=NonProbEst
Licenses: GPL 2+
Build system: r
Synopsis: Estimation in Nonprobability Sampling
Description:

Different inference procedures are proposed in the literature to correct for selection bias that might be introduced with non-random selection mechanisms. A class of methods to correct for selection bias is to apply a statistical model to predict the units not in the sample (super-population modeling). Other studies use calibration or Statistical Matching (statistically match nonprobability and probability samples). To date, the more relevant methods are weighting by Propensity Score Adjustment (PSA). The Propensity Score Adjustment method was originally developed to construct weights by estimating response probabilities and using them in Horvitzâ Thompson type estimators. This method is usually used by combining a non-probability sample with a reference sample to construct propensity models for the non-probability sample. Calibration can be used in a posterior way to adding information of auxiliary variables. Propensity scores in PSA are usually estimated using logistic regression models. Machine learning classification algorithms can be used as alternatives for logistic regression as a technique to estimate propensities. The package NonProbEst implements some of these methods and thus provides a wide options to work with data coming from a non-probabilistic sample.

r-nflsimulator 0.4.0
Propagated dependencies: r-progress@1.2.3 r-nflfastr@6.0.0 r-data-table@1.18.4
Channel: guix-cran
Location: guix-cran/packages/n.scm (guix-cran packages n)
Home page: https://github.com/rtelmore/NFLSimulatoR/
Licenses: Expat
Build system: r
Synopsis: Simulating Plays and Drives in the NFL
Description:

The intent here is to enable the simulation of plays/drives and evaluate game-play strategies in the National Football League (NFL). Built-in strategies include going for it on fourth down and varying the proportion of passing/rushing plays during a drive. The user should be familiar with nflscrapR data before trying to write his/her own strategies. This work is inspired by a blog post by Mike Lopez, currently the Director of Data and Analytics at the NFL, Lopez (2019) <https://statsbylopez.netlify.app/post/resampling-nfl-drives/>.

r-nphmc 2.4.2
Propagated dependencies: r-survival@3.8-6 r-smcure@2.2
Channel: guix-cran
Location: guix-cran/packages/n.scm (guix-cran packages n)
Home page: https://cran.r-project.org/package=NPHMC
Licenses: GPL 2
Build system: r
Synopsis: Sample Size Calculation for the Proportional Hazards Mixture Cure Model
Description:

An R-package for calculating sample size of a survival trial with or without cure fractions.

r-natcpp 0.3.1
Propagated dependencies: r-rcppthread@2.3.0 r-rcpp@1.1.1-1.1 r-matrix@1.7-5
Channel: guix-cran
Location: guix-cran/packages/n.scm (guix-cran packages n)
Home page: https://github.com/natverse/natcpp
Licenses: GPL 3+
Build system: r
Synopsis: Fast C++ Primitives for the 'NeuroAnatomy Toolbox'
Description:

Fast functions implemented in C++ via Rcpp to support the NeuroAnatomy Toolbox ('nat') ecosystem. These functions provide large speed-ups for basic manipulation of neuronal skeletons over pure R functions found in the nat package. The expectation is that end users will not use this package directly, but instead the nat package will automatically use routines from this package when it is available to enable large performance gains.

r-nswgeo 0.6.0
Propagated dependencies: r-sf@1.1-1 r-cartographer@0.2.2
Channel: guix-cran
Location: guix-cran/packages/n.scm (guix-cran packages n)
Home page: https://github.com/cidm-ph/nswgeo
Licenses: Expat
Build system: r
Synopsis: Geospatial Data and Maps for New South Wales, Australia
Description:

Geospatial data for creating maps of New South Wales (NSW), Australia, and some helpers to work with common problems like normalising postcodes. Registers its data with cartographer'.

r-nitrogenuptake2016 0.2.3
Propagated dependencies: r-zoo@1.8-15 r-mass@7.3-65 r-car@3.1-5
Channel: guix-cran
Location: guix-cran/packages/n.scm (guix-cran packages n)
Home page: https://github.com/troyhill/NitrogenUptake2016
Licenses: GPL 3
Build system: r
Synopsis: Data and Source Code From: Nitrogen Uptake and Allocation Estimates for Spartina Alterniflora and Distichlis Spicata
Description:

This package contains data, code, and figures from Hill et al. 2018a (Journal of Experimental Marine Biology and Ecology; <DOI: 10.1016/j.jembe.2018.07.006>) and Hill et al. 2018b (Data In Brief <DOI: 10.1016/j.dib.2018.09.133>). Datasets document plant allometry, stem heights, nutrient and stable isotope content, and sediment denitrification enzyme assays. The data and analysis offer an examination of nitrogen uptake and allocation in two salt marsh plant species.

r-nhdplustools 1.5.2
Propagated dependencies: r-zip@2.3.3 r-xml2@1.5.2 r-units@1.0-1 r-tidyr@1.3.2 r-sf@1.1-1 r-r-utils@2.13.0 r-pbapply@1.7-4 r-memoise@2.0.1 r-maptiles@0.12.0 r-mapsf@1.2.2 r-magrittr@2.0.5 r-jsonlite@2.0.0 r-hydroloom@1.2.2 r-httr@1.4.8 r-fst@0.9.8 r-dplyr@1.2.1 r-digest@0.6.39 r-dataretrieval@2.7.26 r-arrow@24.0.0
Channel: guix-cran
Location: guix-cran/packages/n.scm (guix-cran packages n)
Home page: https://cran.r-project.org/package=nhdplusTools
Licenses: CC0
Build system: r
Synopsis: NHDPlus Tools
Description:

This package provides tools for traversing and working with National Hydrography Dataset Plus (NHDPlus) data. All methods implemented in nhdplusTools are available in the NHDPlus documentation available from the US Environmental Protection Agency <https://www.epa.gov/waterdata/basic-information>.

r-nbc4va 1.2
Propagated dependencies: r-shiny@1.13.0
Channel: guix-cran
Location: guix-cran/packages/n.scm (guix-cran packages n)
Home page: https://cran.r-project.org/package=nbc4va
Licenses: GPL 3
Build system: r
Synopsis: Bayes Classifier for Verbal Autopsy Data
Description:

An implementation of the Naive Bayes Classifier (NBC) algorithm used for Verbal Autopsy (VA) built on code from Miasnikof et al (2015) <DOI:10.1186/s12916-015-0521-2>.

r-ntarp 0.1.0
Channel: guix-cran
Location: guix-cran/packages/n.scm (guix-cran packages n)
Home page: https://cran.r-project.org/package=nTARP
Licenses: Expat
Build system: r
Synopsis: Cluster Analysis Using Thresholding After Random Projections (n-TARP)
Description:

This package implements the high-dimensional clustering technique Thresholding After Random Projections (n-TARP). Provides functionality to iteratively decompose larger datasets using contextual variables or within-cluster sum of squares. See Tarun & Boutin (2018) <doi:10.48550/arXiv.1806.05297> and Tarun & Boutin (2018) <doi:10.4231/R74B2ZJV> for the original method and applications.

r-nlcoptim 0.6
Propagated dependencies: r-quadprog@1.5-8 r-mass@7.3-65
Channel: guix-cran
Location: guix-cran/packages/n.scm (guix-cran packages n)
Home page: https://cran.r-project.org/package=NlcOptim
Licenses: GPL 3
Build system: r
Synopsis: Solve Nonlinear Optimization with Nonlinear Constraints
Description:

Optimization for nonlinear objective and constraint functions. Linear or nonlinear equality and inequality constraints are allowed. It accepts the input parameters as a constrained matrix.

r-nsm3 1.20
Propagated dependencies: r-waveslim@1.8.5 r-survival@3.8-6 r-suppdists@1.1-9.9 r-rfit@0.27.0 r-quantreg@6.1 r-partitions@1.10-9 r-np@0.70-2 r-nortest@1.0-4 r-metafor@5.0-1 r-mass@7.3-65 r-km-ci@0.5-6 r-hmisc@5.2-5 r-gtools@3.9.5 r-fancova@0.6-1 r-combinat@0.0-8 r-coin@1.4-3 r-bsda@1.2.2 r-binom@1.1-1.1 r-ash@1.0-15 r-agricolae@1.3-7
Channel: guix-cran
Location: guix-cran/packages/n.scm (guix-cran packages n)
Home page: https://cran.r-project.org/package=NSM3
Licenses: GPL 2
Build system: r
Synopsis: Functions and Datasets to Accompany Hollander, Wolfe, and Chicken - Nonparametric Statistical Methods, Third Edition
Description:

Designed to replace the tables which were in the back of the first two editions of Hollander and Wolfe - Nonparametric Statistical Methods. Exact procedures are performed when computationally possible. Monte Carlo and Asymptotic procedures are performed otherwise. For those procedures included in the base packages, our code simply provides a wrapper to standardize the output with the other procedures in the package.

r-nimblemacros 0.1.3
Propagated dependencies: r-reformulas@0.4.4 r-nimble@1.4.3
Channel: guix-cran
Location: guix-cran/packages/n.scm (guix-cran packages n)
Home page: https://r-nimble.org
Licenses: Modified BSD GPL 2+
Build system: r
Synopsis: Macros Generating 'nimble' Code
Description:

Macros to generate nimble code from a concise syntax. Included are macros for generating linear modeling code using a formula-based syntax and for building for() loops. For more details review the nimble manual: <https://r-nimble.org/manual/cha-user-defined.html#sec:user-macros>.

r-ncpen 1.0.1
Propagated dependencies: r-rcpparmadillo@15.2.6-1 r-rcpp@1.1.1-1.1
Channel: guix-cran
Location: guix-cran/packages/n.scm (guix-cran packages n)
Home page: https://github.com/zeemkr/ncpen
Licenses: GPL 3+
Build system: r
Synopsis: Unified Algorithm for Non-Convex Penalized Estimation for Generalized Linear Models
Description:

An efficient unified nonconvex penalized estimation algorithm for Gaussian (linear), binomial Logit (logistic), Poisson, multinomial Logit, and Cox proportional hazard regression models. The unified algorithm is implemented based on the convex concave procedure and the algorithm can be applied to most of the existing nonconvex penalties. The algorithm also supports convex penalty: least absolute shrinkage and selection operator (LASSO). Supported nonconvex penalties include smoothly clipped absolute deviation (SCAD), minimax concave penalty (MCP), truncated LASSO penalty (TLP), clipped LASSO (CLASSO), sparse ridge (SRIDGE), modified bridge (MBRIDGE) and modified log (MLOG). For high-dimensional data (data set with many variables), the algorithm selects relevant variables producing a parsimonious regression model. Kim, D., Lee, S. and Kwon, S. (2021) <doi:10.32614/RJ-2021-003>, Lee, S., Kwon, S. and Kim, Y. (2016) <doi:10.1016/j.csda.2015.08.019>, Kwon, S., Lee, S. and Kim, Y. (2015) <doi:10.1016/j.csda.2015.07.001>. (This research is funded by Julian Virtue Professorship from Center for Applied Research at Pepperdine Graziadio Business School and the National Research Foundation of Korea.).

r-nnetlm 1.0.1
Propagated dependencies: r-minpack-lm@1.2-4
Channel: guix-cran
Location: guix-cran/packages/n.scm (guix-cran packages n)
Home page: https://github.com/umbe1987/nnetLM
Licenses: Expat
Build system: r
Synopsis: Neural Network with Levenberg-Marquardt Optimization
Description:

An implementation of a Neural Network using the Levenberg-Marquardt optimization from minpack.lm', ideal for small datasets. For more details see Moré (1978) <doi:10.1007/BFb0067700>.

r-nph 2.1
Propagated dependencies: r-survival@3.8-6 r-mvtnorm@1.3-7 r-multcomp@1.4-30 r-muhaz@1.2.6.4 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=nph
Licenses: GPL 3
Build system: r
Synopsis: Planning and Analysing Survival Studies under Non-Proportional Hazards
Description:

Piecewise constant hazard functions are used to flexibly model survival distributions with non-proportional hazards and to simulate data from the specified distributions. A function to calculate weighted log-rank tests for the comparison of two hazard functions is included. Also, a function to calculate a test using the maximum of a set of test statistics from weighted log-rank tests (MaxCombo test) is provided. This test utilizes the asymptotic multivariate normal joint distribution of the separate test statistics. The correlation is estimated from the data. These methods are described in Ristl et al. (2021) <doi:10.1002/pst.2062>. Finally, a function is provided for the estimation and inferential statistics of various parameters that quantify the difference between two survival curves. Eligible parameters are differences in survival probabilities, log survival probabilities, complementary log log (cloglog) transformed survival probabilities, quantiles of the survival functions, log transformed quantiles, restricted mean survival times, as well as an average hazard ratio, the Cox model score statistic (logrank statistic), and the Cox-model hazard ratio. Adjustments for multiple testing and simultaneous confidence intervals are calculated using a multivariate normal approximation to the set of selected parameters.

r-networkscaleup 0.2-2
Propagated dependencies: r-trialr@0.1.6 r-tidyselect@1.2.1 r-tidyr@1.3.2 r-tibble@3.3.1 r-stringr@1.6.0 r-stanheaders@2.32.10 r-scales@1.4.0 r-rstan@2.32.7 r-rmtstat@0.3.1 r-rlang@1.2.0 r-readr@2.2.0 r-rcppeigen@0.3.4.0.2 r-rcpp@1.1.1-1.1 r-purrr@1.2.2 r-laplacesdemon@16.1.8 r-gridextra@2.3 r-glmmtmb@1.1.14 r-ggplot2@4.0.3 r-dplyr@1.2.1 r-bh@1.90.0-1
Channel: guix-cran
Location: guix-cran/packages/n.scm (guix-cran packages n)
Home page: https://github.com/ilaga/networkscaleup
Licenses: GPL 3+
Build system: r
Synopsis: Network Scale-Up Models for Aggregated Relational Data
Description:

This package provides a variety of Network Scale-up Models for researchers to analyze Aggregated Relational Data, through the use of Stan and glmmTMB'. Also provides tools for model checking In this version, the package implements models from Laga, I., Bao, L., and Niu, X (2023) <doi:10.1080/01621459.2023.2165929>, Zheng, T., Salganik, M. J., and Gelman, A. (2006) <doi:10.1198/016214505000001168>, Killworth, P. D., Johnsen, E. C., McCarty, C., Shelley, G. A., and Bernard, H. R. (1998) <doi:10.1016/S0378-8733(96)00305-X>, and Killworth, P. D., McCarty, C., Bernard, H. R., Shelley, G. A., and Johnsen, E. C. (1998) <doi:10.1177/0193841X9802200205>.

r-netgreg 0.0.4
Propagated dependencies: r-plsgenomics@1.5-3 r-huge@1.6 r-glmnet@5.0 r-dplyr@1.2.1
Channel: guix-cran
Location: guix-cran/packages/n.scm (guix-cran packages n)
Home page: https://cran.r-project.org/package=NetGreg
Licenses: GPL 3
Build system: r
Synopsis: Network-Guided Penalized Regression (NetGreg)
Description:

This package provides a network-guided penalized regression framework that integrates network characteristics from Gaussian graphical models with partial penalization, accounting for both network structure (hubs and non-hubs) and clinical covariates in high-dimensional omics data, including transcriptomics and proteomics. The full methodological details can be found in our publication by Ahn S and Oh EJ (2026) <doi:10.1093/bioadv/vbag038>.

r-nestfs 1.0.3
Propagated dependencies: r-proc@1.19.0.1 r-dgof@1.5.1
Channel: guix-cran
Location: guix-cran/packages/n.scm (guix-cran packages n)
Home page: https://github.com/mcol/nestfs
Licenses: GPL 2 FSDG-compatible
Build system: r
Synopsis: Cross-Validated (Nested) Forward Selection
Description:

Implementation of forward selection based on cross-validated linear and logistic regression.

r-nbshiny3 0.1.0
Propagated dependencies: r-shiny@1.13.0 r-rmarkdown@2.31 r-rhandsontable@0.3.8 r-e1071@1.7-17 r-dplyr@1.2.1 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=NBShiny3
Licenses: GPL 2
Build system: r
Synopsis: Interactive Document for Working with Naive Bayes Classification
Description:

An interactive document on the topic of naive Bayes classification analysis using rmarkdown and shiny packages. Runtime examples are provided in the package function as well as at <https://kartikeyab.shinyapps.io/NBShiny/>.

Total packages: 73955