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

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-shapley 0.5.1
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-svn 1.0.1
Propagated dependencies: r-memoise@2.0.1 r-igraph@2.2.1 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=SVN
Licenses: GPL 2+
Build system: r
Synopsis: Statistically Validated Networks
Description:

Determines networks of significant synchronization between the discrete states of nodes; see Tumminello et al <doi:10.1371/journal.pone.0017994>.

r-spotidy 0.1.0
Propagated dependencies: r-purrr@1.2.0 r-magrittr@2.0.4 r-httr@1.4.7 r-dplyr@1.1.4
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=spotidy
Licenses: Expat
Build system: r
Synopsis: Providing Convenience Functions to Connect R with the Spotify API
Description:

Providing convenience functions to connect R with the Spotify application programming interface ('API'). At first it aims to help setting up the OAuth2.0 Authentication flow. The default output of the get_*() functions is tidy, but optionally the functions could return the raw response from the API as well. The search_*() and get_*() functions can be combined. See the vignette for more information and examples and the official Spotify for Developers website <https://developer.spotify.com/documentation/web-api/> for information about the Web API'.

r-sgof 2.3.5
Propagated dependencies: r-poibin@1.6
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=sgof
Licenses: GPL 2
Build system: r
Synopsis: Multiple Hypothesis Testing
Description:

Seven different methods for multiple testing problems. The SGoF-type methods (see for example, Carvajal Rodrà guez et al., 2009 <doi:10.1186/1471-2105-10-209>; de Uña à lvarez, 2012 <doi:10.1515/1544-6115.1812>; Castro Conde et al., 2015 <doi:10.1177/0962280215597580>) and the BH and BY false discovery rate controlling procedures.

r-statnetweb 0.6.1
Propagated dependencies: r-sna@2.8 r-shiny@1.11.1 r-rcolorbrewer@1.1-3 r-network@1.19.0 r-latticeextra@0.6-31 r-lattice@0.22-7 r-ergm@4.11.0 r-dt@0.34.0
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://statnet.org
Licenses: GPL 3
Build system: r
Synopsis: Shiny App for Network Modeling with 'statnet'
Description:

This package provides a graphical user interface for cross-sectional network modeling with the statnet software suite <https://github.com/statnet>.

r-shapper 0.1.3
Propagated dependencies: r-reticulate@1.44.1 r-ggplot2@4.0.1 r-dalex@2.5.3
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://github.com/ModelOriented/shapper
Licenses: GPL 2+ GPL 3+
Build system: r
Synopsis: Wrapper of Python Library 'shap'
Description:

This package provides SHAP explanations of machine learning models. In applied machine learning, there is a strong belief that we need to strike a balance between interpretability and accuracy. However, in field of the Interpretable Machine Learning, there are more and more new ideas for explaining black-box models. One of the best known method for local explanations is SHapley Additive exPlanations (SHAP) introduced by Lundberg, S., et al., (2016) <arXiv:1705.07874> The SHAP method is used to calculate influences of variables on the particular observation. This method is based on Shapley values, a technique used in game theory. The R package shapper is a port of the Python library shap'.

r-stlplus 0.5.1
Propagated dependencies: r-yaimpute@1.0-34.1 r-rcpp@1.1.0 r-lattice@0.22-7
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://github.com/hafen/stlplus
Licenses: Modified BSD
Build system: r
Synopsis: Enhanced Seasonal Decomposition of Time Series by Loess
Description:

Decompose a time series into seasonal, trend, and remainder components using an implementation of Seasonal Decomposition of Time Series by Loess (STL) that provides several enhancements over the STL method in the stats package. These enhancements include handling missing values, providing higher order (quadratic) loess smoothing with automated parameter choices, frequency component smoothing beyond the seasonal and trend components, and some basic plot methods for diagnostics.

r-stapler 0.8.0
Propagated dependencies: r-rnifti@1.8.0 r-matrixstats@1.5.0
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://github.com/muschellij2/stapler
Licenses: GPL 3
Build system: r
Synopsis: Simultaneous Truth and Performance Level Estimation
Description:

An implementation of Simultaneous Truth and Performance Level Estimation (STAPLE) <doi:10.1109/TMI.2004.828354>. This method is used when there are multiple raters for an object, typically an image, and this method fuses these ratings into one rating. It uses an expectation-maximization method to estimate this rating and the individual specificity/sensitivity for each rater.

r-shiny-blueprint 0.3.0
Propagated dependencies: r-shiny-react@0.4.0 r-shiny@1.11.1 r-htmltools@0.5.8.1 r-checkmate@2.3.3
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=shiny.blueprint
Licenses: LGPL 3
Build system: r
Synopsis: Palantir's 'Blueprint' for 'Shiny' Apps
Description:

Easily use Blueprint', the popular React library from Palantir, in your Shiny app. Blueprint provides a rich set of UI components for creating visually appealing applications and is optimized for building complex, data-dense web interfaces. This package provides most components from the underlying library, as well as special wrappers for some components to make it easy to use them in R without writing JavaScript code.

r-ssfit 1.2
Propagated dependencies: r-survey@4.4-8
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=ssfit
Licenses: GPL 2+
Build system: r
Synopsis: Fitting of Parametric Models using Summary Statistics
Description:

Fits complex parametric models using the method proposed by Cox and Kartsonaki (2012) without likelihoods.

r-slic 0.3
Propagated dependencies: r-sn@2.1.1 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=SLIC
Licenses: Expat
Build system: r
Synopsis: LIC for Distributed Skewed Regression
Description:

This comprehensive toolkit for skewed regression is designated as "SLIC" (The LIC for Distributed Skewed Regression Analysis). It is predicated on the assumption that the error term follows a skewed distribution, such as the Skew-Normal, Skew-t, or Skew-Laplace. The methodology and theoretical foundation of the package are described in Guo G.(2020) <doi:10.1080/02664763.2022.2053949>.

r-sperich 1.5-9
Propagated dependencies: r-sp@2.2-0 r-raster@3.6-32 r-foreach@1.5.2
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=sperich
Licenses: GPL 2+
Build system: r
Synopsis: Auxiliary Functions to Estimate Centers of Biodiversity
Description:

This package provides some easy-to-use functions to interpolate species range based on species occurrences and to estimate centers of biodiversity.

r-saekernel 0.1.1
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://github.com/wicaksh/saekernel
Licenses: GPL 3
Build system: r
Synopsis: Small Area Estimation Non-Parametric Based Nadaraya-Watson Kernel
Description:

Propose an area-level, non-parametric regression estimator based on Nadaraya-Watson kernel on small area mean. Adopt a two-stage estimation approach proposed by Prasad and Rao (1990). Mean Squared Error (MSE) estimators are not readily available, so resampling method that called bootstrap is applied. This package are based on the model proposed in Two stage non-parametric approach for small area estimation by Pushpal Mukhopadhyay and Tapabrata Maiti(2004) <http://www.asasrms.org/Proceedings/y2004/files/Jsm2004-000737.pdf>.

r-simstandard 0.6.3
Propagated dependencies: r-tibble@3.3.0 r-rlang@1.1.6 r-purrr@1.2.0 r-mvtnorm@1.3-3 r-magrittr@2.0.4 r-lavaan@0.6-20
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://github.com/wjschne/simstandard
Licenses: CC0
Build system: r
Synopsis: Generate Standardized Data
Description:

This package creates simulated data from structural equation models with standardized loading. Data generation methods are described in Schneider (2013) <doi:10.1177/0734282913478046>.

r-sims 0.0.4
Propagated dependencies: r-yesno@0.1.3 r-nlist@0.4.0 r-future-apply@1.20.0 r-chk@0.10.0
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://github.com/poissonconsulting/sims
Licenses: Expat
Build system: r
Synopsis: Simulate Data from R or 'JAGS' Code
Description:

Generates data from R or JAGS code for use in simulation studies. The data are returned as an nlist::nlists object and/or saved to file as individual .rds files. Parallelization is implemented using the future package. Progress is reported using the progressr package.

r-smloutliers 0.1
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=SMLoutliers
Licenses: GPL 2
Build system: r
Synopsis: Outlier Detection Using Statistical and Machine Learning Methods
Description:

Local Correlation Integral (LOCI) method for outlier identification is implemented here. The LOCI method developed here is invented in Breunig, et al. (2000), see <doi:10.1145/342009.335388>.

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-stopes 0.2
Propagated dependencies: r-mass@7.3-65 r-glmnet@4.1-10 r-cvtools@0.3.3 r-changepoint@2.3
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=STOPES
Licenses: GPL 2
Build system: r
Synopsis: Selection Threshold Optimized Empirically via Splitting
Description:

This package implements variable selection procedures for low to moderate size generalized linear regressions models. It includes the STOPES functions for linear regression (Capanu M, Giurcanu M, Begg C, Gonen M, Optimized variable selection via repeated data splitting, Statistics in Medicine, 2020, 19(6):2167-2184) as well as subsampling based optimization methods for generalized linear regression models (Marinela Capanu, Mihai Giurcanu, Colin B Begg, Mithat Gonen, Subsampling based variable selection for generalized linear models).

r-sgeostat 1.0-27
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=sgeostat
Licenses: GPL 2+
Build system: r
Synopsis: An Object-Oriented Framework for Geostatistical Modeling in S+
Description:

An Object-oriented Framework for Geostatistical Modeling in S+ containing functions for variogram estimation, variogram fitting and kriging as well as some plot functions. Written entirely in S, therefore works only for small data sets in acceptable computing time.

r-sphereoptimize 0.1.1
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=SphereOptimize
Licenses: GPL 3
Build system: r
Synopsis: Optimization on a Unit Sphere
Description:

This package provides a simple tool for numerical optimization on the unit sphere. This is achieved by combining the spherical coordinating system with L-BFGS-B optimization. This algorithm is implemented in Kolkiewicz, A., Rice, G., & Xie, Y. (2020) <doi:10.1016/j.jspi.2020.07.001>.

r-schrute 1.0.1
Propagated dependencies: r-magrittr@2.0.4
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://github.com/bradlindblad/schrute
Licenses: Expat
Build system: r
Synopsis: The Entire Transcript from the Office in Tidy Format
Description:

The complete scripts from the American version of the Office television show in tibble format. Use this package to analyze and have fun with text from the best series of all time.

r-seismicroll 1.1.5
Propagated dependencies: r-rcpp@1.1.0
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=seismicRoll
Licenses: GPL 2+
Build system: r
Synopsis: Fast Rolling Functions for Seismology using 'Rcpp'
Description:

Fast versions of seismic analysis functions that roll over a vector of values. See the RcppRoll package for alternative versions of basic statistical functions such as rolling mean, median, etc.

r-sarsop 0.6.16
Propagated dependencies: r-xml2@1.5.0 r-processx@3.8.6 r-matrix@1.7-4 r-digest@0.6.39 r-bh@1.87.0-1
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://github.com/boettiger-lab/sarsop
Licenses: GPL 2
Build system: r
Synopsis: Approximate POMDP Planning Software
Description:

This package provides a toolkit for Partially Observed Markov Decision Processes (POMDP). Provides bindings to C++ libraries implementing the algorithm SARSOP (Successive Approximations of the Reachable Space under Optimal Policies) and described in Kurniawati et al (2008), <doi:10.15607/RSS.2008.IV.009>. This package also provides a high-level interface for generating, solving and simulating POMDP problems and their solutions.

r-samplrdata 1.0.0
Propagated dependencies: r-rdpack@2.6.4
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://github.com/lucas-castillo/samplrData
Licenses: FSDG-compatible
Build system: r
Synopsis: Datasets from the SAMPLING Project
Description:

This package contains human behaviour datasets collected by the SAMPLING project (<https://sampling.warwick.ac.uk>).

Page: 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887
Total results: 21283