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

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-specdetec 1.0.0
Propagated dependencies: r-abind@1.4-8
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=SpecDetec
Licenses: GPL 3
Build system: r
Synopsis: Change Points Detection with Spectral Clustering
Description:

Calculate change point based on spectral clustering with the option to automatically calculate the number of clusters if this information is not available.

r-sanitizers 0.1.1
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://github.com/eddelbuettel/sanitizers
Licenses: GPL 2+
Build system: r
Synopsis: C/C++ Source Code to Trigger Address and Undefined Behaviour Sanitizers
Description:

Recent gcc and clang compiler versions provide functionality to test for memory violations and other undefined behaviour; this is often referred to as "Address Sanitizer" (or ASAN') and "Undefined Behaviour Sanitizer" ('UBSAN'). The Writing R Extension manual describes this in some detail in Section 4.3 title "Checking Memory Access". . This feature has to be enabled in the corresponding binary, eg in R, which is somewhat involved as it also required a current compiler toolchain which is not yet widely available, or in the case of Windows, not available at all (via the common Rtools mechanism). . As an alternative, pre-built Docker containers such as the Rocker container r-devel-san or the multi-purpose container r-debug can be used. . This package then provides a means of testing the compiler setup as the known code failures provides in the sample code here should be detected correctly, whereas a default build of R will let the package pass. . The code samples are based on the examples from the Address Sanitizer Wiki at <https://github.com/google/sanitizers/wiki>.

r-stranslate 0.1.3
Propagated dependencies: r-stringr@1.6.0 r-knitr@1.50 r-crayon@1.5.3
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://github.com/sigbertklinke/stranslate
Licenses: GPL 3
Build system: r
Synopsis: Simple Translation Between Different Languages
Description:

Message translation is often managed with po files and the gettext programme, but sometimes another solution is needed. In contrast to po files, a more flexible approach is used as in the Fluent <https://projectfluent.org/> project with R Markdown snippets. The key-value approach allows easier handling of the translated messages.

r-shapley 0.7.0
Propagated dependencies: r-pander@0.6.6 r-h2o@3.44.0.3 r-ggplot2@4.0.1 r-curl@7.0.0
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://github.com/haghish/shapley
Licenses: Expat
Build system: r
Synopsis: Weighted Mean SHAP and CI for Robust Feature Assessment in ML Grid
Description:

This R package introduces Weighted Mean SHapley Additive exPlanations (WMSHAP), an innovative method for calculating SHAP values for a grid of fine-tuned base-learner machine learning models as well as stacked ensembles, a method not previously available due to the common reliance on single best-performing models. By integrating the weighted mean SHAP values from individual base-learners comprising the ensemble or individual base-learners in a tuning grid search, the package weights SHAP contributions according to each model's performance, assessed by multiple either R squared (for both regression and classification models). alternatively, this software also offers weighting SHAP values based on the area under the precision-recall curve (AUCPR), the area under the curve (AUC), and F2 measures for binary classifiers. It further extends this framework to implement weighted confidence intervals for weighted mean SHAP values, offering a more comprehensive and robust feature importance evaluation over a grid of machine learning models, instead of solely computing SHAP values for the best model. This methodology is particularly beneficial for addressing the severe class imbalance (class rarity) problem by providing a transparent, generalized measure of feature importance that mitigates the risk of reporting SHAP values for an overfitted or biased model and maintains robustness under severe class imbalance, where there is no universal criteria of identifying the absolute best model. Furthermore, the package implements hypothesis testing to ascertain the statistical significance of SHAP values for individual features, as well as comparative significance testing of SHAP contributions between features. Additionally, it tackles a critical gap in feature selection literature by presenting criteria for the automatic feature selection of the most important features across a grid of models or stacked ensembles, eliminating the need for arbitrary determination of the number of top features to be extracted. This utility is invaluable for researchers analyzing feature significance, particularly within severely imbalanced outcomes where conventional methods fall short. Moreover, it is also expected to report democratic feature importance across a grid of models, resulting in a more comprehensive and generalizable feature selection. The package further implements a novel method for visualizing SHAP values both at subject level and feature level as well as a plot for feature selection based on the weighted mean SHAP ratios.

r-surrogateoutcome 1.2
Propagated dependencies: r-survival@3.8-3
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=SurrogateOutcome
Licenses: GPL 2+ GPL 3+
Build system: r
Synopsis: Estimation of the Proportion of Treatment Effect Explained by Surrogate Outcome Information
Description:

Estimates the proportion of treatment effect on a censored primary outcome that is explained by the treatment effect on a censored surrogate outcome/event. All methods are described in detail in Parast, et al (2020) "Assessing the Value of a Censored Surrogate Outcome" <doi:10.1007/s10985-019-09473-1> and Wang et al (2025) "Model-free Approach to Evaluate a Censored Intermediate Outcome as a Surrogate for Overall Survival" <doi:10.1002/sim.70268>. A tutorial for this package can be found at <https://www.laylaparast.com/surrogateoutcome>.

r-sparsemvn 0.2.2
Propagated dependencies: r-matrix@1.7-4
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://braunm.github.io/sparseMVN/
Licenses: FSDG-compatible
Build system: r
Synopsis: Multivariate Normal Functions for Sparse Covariance and Precision Matrices
Description:

Computes multivariate normal (MVN) densities, and samples from MVN distributions, when the covariance or precision matrix is sparse.

r-smfilter 1.0.3
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://github.com/yukai-yang/SMFilter
Licenses: GPL 3
Build system: r
Synopsis: Filtering Algorithms for the State Space Models on the Stiefel Manifold
Description:

This package provides the filtering algorithms for the state space models on the Stiefel manifold as well as the corresponding sampling algorithms for uniform, vector Langevin-Bingham and matrix Langevin-Bingham distributions on the Stiefel manifold.

r-salad 1.2
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=salad
Licenses: Expat
Build system: r
Synopsis: Simple Automatic Differentiation
Description:

Handles both vector and matrices, using a flexible S4 class for automatic differentiation. The method used is forward automatic differentiation. Many functions and methods have been defined, so that in most cases, functions written without automatic differentiation in mind can be used without change.

r-sakernas 0.1.0
Propagated dependencies: r-readxl@1.4.5
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=SAKERNAS
Licenses: GPL 3
Build system: r
Synopsis: National Labor Force Survey of Indonesia
Description:

Surveys to collect employment data so as to obtain data estimates on the number of employed people, the number of unemployed, and other employment indicators.

r-sms 2.3.1
Propagated dependencies: r-iterators@1.0.14 r-foreach@1.5.2 r-doparallel@1.0.17
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=sms
Licenses: GPL 3
Build system: r
Synopsis: Spatial Microsimulation
Description:

Produce small area population estimates by fitting census data to survey data.

r-seminrextras 0.9.0
Propagated dependencies: r-seminr@2.4.2
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://github.com/sem-in-r/seminr
Licenses: GPL 3
Build system: r
Synopsis: Conduct Additional Modeling and Analysis for 'seminr'
Description:

Supplemental functions for estimating and analysing structural equation models including Cross Validated Prediction and Testing (CVPAT, Liengaard et al., 2021 <doi:10.1111/deci.12445>).

r-staggered 1.2.2
Propagated dependencies: r-rcppeigen@0.3.4.0.2 r-rcpp@1.1.0 r-purrr@1.2.0 r-mass@7.3-65 r-magrittr@2.0.4 r-data-table@1.17.8
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=staggered
Licenses: GPL 2
Build system: r
Synopsis: Efficient Estimation Under Staggered Treatment Timing
Description:

Efficiently estimates treatment effects in settings with randomized staggered rollouts, using tools proposed by Roth and Sant'Anna (2023) <doi:10.48550/arXiv.2102.01291>.

r-susier 0.14.2
Propagated dependencies: r-reshape@0.8.10 r-mixsqp@0.3-54 r-matrixstats@1.5.0 r-matrix@1.7-4 r-ggplot2@4.0.1 r-crayon@1.5.3
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://github.com/stephenslab/susieR
Licenses: Modified BSD
Build system: r
Synopsis: Sum of Single Effects Linear Regression
Description:

This package implements methods for variable selection in linear regression based on the "Sum of Single Effects" (SuSiE) model, as described in Wang et al (2020) <DOI:10.1101/501114> and Zou et al (2021) <DOI:10.1101/2021.11.03.467167>. These methods provide simple summaries, called "Credible Sets", for accurately quantifying uncertainty in which variables should be selected. The methods are motivated by genetic fine-mapping applications, and are particularly well-suited to settings where variables are highly correlated and detectable effects are sparse. The fitting algorithm, a Bayesian analogue of stepwise selection methods called "Iterative Bayesian Stepwise Selection" (IBSS), is simple and fast, allowing the SuSiE model be fit to large data sets (thousands of samples and hundreds of thousands of variables).

r-somenv 1.1.2
Propagated dependencies: r-shinycustomloader@0.9.0 r-shinycssloaders@1.1.0 r-shiny@1.11.1 r-rlist@0.4.6.2 r-plyr@1.8.9 r-openair@3.0.0 r-kohonen@3.0.12 r-dplyr@1.1.4 r-colourpicker@1.3.0
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://github.com/SomEnv/somenv
Licenses: GPL 3
Build system: r
Synopsis: SOM Algorithm for the Analysis of Multivariate Environmental Data
Description:

Analysis of multivariate environmental high frequency data by Self-Organizing Map and k-means clustering algorithms. By means of the graphical user interface it provides a comfortable way to elaborate by self-organizing map algorithm rather big datasets (txt files up to 100 MB ) obtained by environmental high-frequency monitoring by sensors/instruments. The functions present in the package are based on kohonen and openair packages implemented by functions embedding Vesanto et al. (2001) <http://www.cis.hut.fi/projects/somtoolbox/package/papers/techrep.pdf> heuristic rules for map initialization parameters, k-means clustering algorithm and map features visualization. Cluster profiles visualization as well as graphs dedicated to the visualization of time-dependent variables Licen et al. (2020) <doi:10.4209/aaqr.2019.08.0414> are provided.

r-saccadr 0.1.3
Propagated dependencies: r-tidyr@1.3.1 r-signal@1.8-1 r-rlang@1.1.6 r-rcpp@1.1.0 r-magrittr@2.0.4 r-dplyr@1.1.4 r-cluster@2.1.8.1
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://github.com/alexander-pastukhov/saccadr/
Licenses: GPL 3+
Build system: r
Synopsis: Extract Saccades via an Ensemble of Methods Approach
Description:

This package provides a modular and extendable approach to extract (micro)saccades from gaze samples via an ensemble of methods. Although there is an agreement about a general definition of a saccade, the more specific details are harder to agree upon. Therefore, there are numerous algorithms that extract saccades based on various heuristics, which differ in the assumptions about velocity, acceleration, etc. The package uses three methods (Engbert and Kliegl (2003) <doi:10.1016/S0042-6989(03)00084-1>, Otero-Millan et al. (2014)<doi:10.1167/14.2.18>, and Nyström and Holmqvist (2010) <doi:10.3758/BRM.42.1.188>) to label individual samples and then applies a majority vote approach to identify saccades. The package includes three methods but can be extended via custom functions. It also uses a modular approach to compute velocity and acceleration from noisy samples. Finally, you can obtain methods votes per gaze sample instead of saccades.

r-sis 1.5
Propagated dependencies: r-survival@3.8-3 r-rcppeigen@0.3.4.0.2 r-rcpp@1.1.0 r-nnet@7.3-20 r-ncvreg@3.16.0 r-msaenet@3.1.2 r-glmnet@4.1-10 r-gcdnet@1.0.6 r-foreach@1.5.2 r-doparallel@1.0.17
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=SIS
Licenses: GPL 2
Build system: r
Synopsis: Sure Independence Screening
Description:

Variable selection techniques are essential tools for model selection and estimation in high-dimensional statistical models. Through this publicly available package, we provide a unified environment to carry out variable selection using iterative sure independence screening (SIS) (Fan and Lv (2008)<doi:10.1111/j.1467-9868.2008.00674.x>) and all of its variants in generalized linear models (Fan and Song (2009)<doi:10.1214/10-AOS798>) and the Cox proportional hazards model (Fan, Feng and Wu (2010)<doi:10.1214/10-IMSCOLL606>).

r-sicure 0.1.1
Propagated dependencies: r-statmatch@1.4.3 r-npcure@0.1-5 r-fda@6.3.0 r-doby@4.7.0 r-catools@1.18.3
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=sicure
Licenses: GPL 2+
Build system: r
Synopsis: Single-Index Mixture Cure Models
Description:

Single-index mixture cure models allow estimating the probability of cure and the latency depending on a vector (or functional) covariate, avoiding the curse of dimensionality. The vector of parameters that defines the model can be estimated by maximum likelihood. A nonparametric estimator for the conditional density of the susceptible population is provided. For more details, see Piñeiro-Lamas (2024) (<https://ruc.udc.es/dspace/handle/2183/37035>). Funding: This work, integrated into the framework of PERTE for Vanguard Health, has been co-financed by the Spanish Ministry of Science, Innovation and Universities with funds from the European Union NextGenerationEU, from the Recovery, Transformation and Resilience Plan (PRTR-C17.I1) and from the Autonomous Community of Galicia within the framework of the Biotechnology Plan Applied to Health.

r-soilwater 1.0.5
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://github.com/ecor/soilwater
Licenses: GPL 2+
Build system: r
Synopsis: Implementation of Parametric Formulas for Soil Water Retention or Conductivity Curve
Description:

It implements parametric formulas of soil water retention or conductivity curve. At the moment, only Van Genuchten (for soil water retention curve) and Mualem (for hydraulic conductivity) were implemented. See reference (<http://en.wikipedia.org/wiki/Water_retention_curve>).

r-sip 0.1.0
Propagated dependencies: r-ggplot2@4.0.1 r-data-table@1.17.8
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://github.com/acannis/SIP
Licenses: Expat
Build system: r
Synopsis: Single-Iteration Permutation for Large-Scale Biobank Data
Description:

This package provides a single, phenome-wide permutation of large-scale biobank data. When a large number of phenotypes are analyzed in parallel, a single permutation across all phenotypes followed by genetic association analyses of the permuted data enables estimation of false discovery rates (FDRs) across the phenome. These FDR estimates provide a significance criterion for interpreting genetic associations in a biobank context. For the basic permutation of unrelated samples, this package takes a sample-by-variable file with ID, genotypic covariates, phenotypic covariates, and phenotypes as input. For data with related samples, it also takes a file with sample pair-wise identity-by-descent information. The function outputs a permuted sample-by-variable file ready for genome-wide association analysis. See Annis et al. (2021) <doi:10.21203/rs.3.rs-873449/v1> for details.

r-sambia 0.1.0
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=sambia
Licenses: GPL 3
Build system: r
Synopsis: Collection of Techniques Correcting for Sample Selection Bias
Description:

This package provides a collection of various techniques correcting statistical models for sample selection bias is provided. In particular, the resampling-based methods "stochastic inverse-probability oversampling" and "parametric inverse-probability bagging" are placed at the disposal which generate synthetic observations for correcting classifiers for biased samples resulting from stratified random sampling. For further information, see the article Krautenbacher, Theis, and Fuchs (2017) <doi:10.1155/2017/7847531>. The methods may be used for further purposes where weighting and generation of new observations is needed.

r-survmi 0.1.0
Propagated dependencies: r-zoo@1.8-14 r-survival@3.8-3
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=SurvMI
Licenses: GPL 2
Build system: r
Synopsis: Multiple Imputation Method in Survival Analysis
Description:

In clinical trials, endpoints are sometimes evaluated with uncertainty. Adjudication is commonly adopted to ensure the study integrity. We propose to use multiple imputation (MI) introduced by Robin (1987) <doi:10.1002/9780470316696> to incorporate these uncertainties if reasonable event probabilities were provided. The method has been applied to Cox Proportional Hazard (PH) model, Kaplan-Meier (KM) estimation and Log-rank test in this package. Moreover, weighted estimations discussed in Cook (2004) <doi:10.1016/S0197-2456(00)00053-2> were also implemented with weights calculated from event probabilities. In conclusion, this package can handle time-to-event analysis if events presented with uncertainty by different methods.

r-seqimpute 2.2.1
Propagated dependencies: r-traminerextras@0.6.8 r-traminer@2.2-13 r-stringr@1.6.0 r-rms@8.1-0 r-ranger@0.17.0 r-plyr@1.8.9 r-parallelly@1.45.1 r-nnet@7.3-20 r-mlr@2.19.3 r-mice@3.18.0 r-foreach@1.5.2 r-dplyr@1.1.4 r-dosnow@1.0.20 r-dorng@1.8.6.2 r-dfidx@0.2-0 r-cluster@2.1.8.1 r-amelia@1.8.3
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://github.com/emerykevin/seqimpute
Licenses: GPL 2
Build system: r
Synopsis: Imputation of Missing Data in Sequence Analysis
Description:

Multiple imputation of missing data in a dataset using MICT or MICT-timing methods. The core idea of the algorithms is to fill gaps of missing data, which is the typical form of missing data in a longitudinal setting, recursively from their edges. Prediction is based on either a multinomial or random forest regression model. Covariates and time-dependent covariates can be included in the model.

r-sits 1.5.4
Propagated dependencies: r-yaml@2.3.10 r-units@1.0-0 r-torch@0.16.3 r-tmap@4.3 r-tidyr@1.3.1 r-tibble@3.3.0 r-terra@1.8-86 r-slider@0.3.3 r-sf@1.0-23 r-rstac@1.0.1 r-rcpparmadillo@15.2.2-1 r-rcpp@1.1.0 r-randomforest@4.7-1.2 r-purrr@1.2.0 r-luz@0.5.1 r-lubridate@1.9.4 r-leaflet@2.2.3 r-leafgl@0.2.4 r-httr2@1.2.1 r-dplyr@1.1.4
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://github.com/e-sensing/sits/
Licenses: GPL 2
Build system: r
Synopsis: Satellite Image Time Series Analysis for Earth Observation Data Cubes
Description:

An end-to-end toolkit for land use and land cover classification using big Earth observation data. Builds satellite image data cubes from cloud collections. Supports visualization methods for images and time series and smoothing filters for dealing with noisy time series. Enables merging of multi-source imagery (SAR, optical, DEM). Includes functions for quality assessment of training samples using self-organized maps and to reduce training samples imbalance. Provides machine learning algorithms including support vector machines, random forests, extreme gradient boosting, multi-layer perceptrons, temporal convolution neural networks, and temporal attention encoders. Performs efficient classification of big Earth observation data cubes and includes functions for post-classification smoothing based on Bayesian inference. Enables best practices for estimating area and assessing accuracy of land change. Includes object-based spatio-temporal segmentation for space-time OBIA. Minimum recommended requirements: 16 GB RAM and 4 CPU dual-core.

r-smartbayesr 2.0.0
Propagated dependencies: r-laplacesdemon@16.1.6
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=SMARTbayesR
Licenses: GPL 3
Build system: r
Synopsis: Bayesian Set of Best Dynamic Treatment Regimes and Sample Size in SMARTs for Binary Outcomes
Description:

Permits determination of a set of optimal dynamic treatment regimes and sample size for a SMART design in the Bayesian setting with binary outcomes. Please see Artman (2020) <arXiv:2008.02341>.

Total packages: 69240