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

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-stackgbm 0.1.0
Propagated dependencies: r-rlang@1.1.6 r-progress@1.2.3 r-proc@1.19.0.1
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://nanx.me/stackgbm/
Licenses: Expat
Build system: r
Synopsis: Stacked Gradient Boosting Machines
Description:

This package provides a minimalist implementation of model stacking by Wolpert (1992) <doi:10.1016/S0893-6080(05)80023-1> for boosted tree models. A classic, two-layer stacking model is implemented, where the first layer generates features using gradient boosting trees, and the second layer employs a logistic regression model that uses these features as inputs. Utilities for training the base models and parameters tuning are provided, allowing users to experiment with different ensemble configurations easily. It aims to provide a simple and efficient way to combine multiple gradient boosting models to improve predictive model performance and robustness.

r-spareg 1.1.1
Propagated dependencies: r-rocr@1.0-11 r-rlang@1.1.6 r-rdpack@2.6.4 r-matrix@1.7-4 r-glmnet@4.1-10 r-ggplot2@4.0.1
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://github.com/lauravana/spareg
Licenses: GPL 3
Build system: r
Synopsis: Sparse Projected Averaged Regression
Description:

This package provides a flexible framework combining variable screening and random projection techniques for fitting ensembles of predictive generalized linear models to high-dimensional data. Designed for extensibility, the package implements key techniques as S3 classes with user-friendly constructors, enabling easy integration and development of new procedures for high-dimensional applications. For more details see Parzer et al (2024a) <doi:10.48550/arXiv.2312.00130> and Parzer et al (2024b) <doi:10.48550/arXiv.2410.00971>.

r-sdaresources 0.1.1
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=SDAResources
Licenses: GPL 2 GPL 3
Build system: r
Synopsis: Datasets and Functions for 'Sampling: Design and Analysis, 3rd Edition'
Description:

Includes all the datasets of Sampling: Design and Analysis (3rd edition by Sharon Lohr) in R format and additional functions for analyzing and graphing probability samples.

r-spdynmod 1.1.6
Propagated dependencies: r-sp@2.2-0 r-raster@3.6-32 r-desolve@1.40 r-animation@2.8
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://github.com/javimarlop/spdynmod
Licenses: GPL 2+
Build system: r
Synopsis: Spatio-Dynamic Wetland Plant Communities Model
Description:

This package provides a spatio-dynamic modelling package that focuses on three characteristic wetland plant communities in a semiarid Mediterranean wetland in response to hydrological pressures from the catchment. The package includes the data on watershed hydrological pressure and the initial raster maps of plant communities but also allows for random initial distribution of plant communities. For more detailed info see: Martinez-Lopez et al. (2015) <doi:10.1016/j.ecolmodel.2014.11.024>.

r-sgpv 1.1.0
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=sgpv
Licenses: Expat
Build system: r
Synopsis: Calculate Second-Generation p-Values and Associated Measures
Description:

Computation of second-generation p-values as described in Blume et al. (2018) <doi:10.1371/journal.pone.0188299> and Blume et al. (2019) <doi:10.1080/00031305.2018.1537893>. There are additional functions which provide power and type I error calculations, create graphs (particularly suited for large-scale inference usage), and a function to estimate false discovery rates based on second-generation p-value inference.

r-seasonalytics 0.1.0
Propagated dependencies: r-seastests@0.15.4
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=seasonalytics
Licenses: GPL 3
Build system: r
Synopsis: Compute Seasonality Index, Seasonalized and Deseaonalised the Time Series Data
Description:

The computation of a seasonal index is a fundamental step in time-series forecasting when the data exhibits seasonality. Specifically, a seasonal index quantifies â for each season (e.g. month, quarter, week) â the relative magnitude of the seasonal effect compared to the overall average level of the series. This package has been developed to compute seasonal index for time series data and it also seasonalise and desesaonalise the time series data.

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-spatialrisk 0.7.3
Propagated dependencies: r-viridis@0.6.5 r-units@1.0-0 r-tmap@4.2 r-terra@1.8-86 r-sf@1.0-23 r-rlang@1.1.6 r-rcppprogress@0.4.2 r-rcpp@1.1.0 r-mapview@2.11.4 r-lifecycle@1.0.4 r-ggplot2@4.0.1 r-fs@1.6.6 r-dplyr@1.1.4 r-data-table@1.17.8 r-classint@0.4-11
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://github.com/mharinga/spatialrisk
Licenses: GPL 2+
Build system: r
Synopsis: Calculating Spatial Risk
Description:

This package provides methods for spatial risk calculations, focusing on efficient determination of the sum of observations within a circle of a given radius. These methods are particularly relevant for applications such as insurance, where recent European Commission regulations require the calculation of the maximum insured value of fire risk policies for all buildings that are partly or fully located within a 200 m radius. The underlying problem is described by Church (1974) <doi:10.1007/BF01942293>.

r-sojourn 1.2.1
Propagated dependencies: r-zoo@1.8-14 r-svdialogs@1.1.1 r-rlang@1.1.6 r-pautilities@1.2.1 r-nnet@7.3-20 r-magrittr@2.0.4 r-lubridate@1.9.4 r-dplyr@1.1.4
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://github.com/paulhibbing/Sojourn
Licenses: GPL 3
Build system: r
Synopsis: Apply Sojourn Methods for Processing ActiGraph Accelerometer Data
Description:

This package provides a simple way for utilizing Sojourn methods for accelerometer processing, as detailed in Lyden K, Keadle S, Staudenmayer J, & Freedson P (2014) <doi:10.1249/MSS.0b013e3182a42a2d>, Ellingson LD, Schwabacher IJ, Kim Y, Welk GJ, & Cook DB (2016) <doi:10.1249/MSS.0000000000000915>, and Hibbing PR, Ellingson LD, Dixon PM, & Welk GJ (2018) <doi:10.1249/MSS.0000000000001486>.

r-sparkhail 0.1.1
Propagated dependencies: r-sparklyr-nested@0.0.4 r-sparklyr@1.9.3 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=sparkhail
Licenses: ASL 2.0 FSDG-compatible
Build system: r
Synopsis: 'Sparklyr' Extension for 'Hail'
Description:

Hail is an open-source, general-purpose, python based data analysis tool with additional data types and methods for working with genomic data, see <https://hail.is/>. Hail is built to scale and has first-class support for multi-dimensional structured data, like the genomic data in a genome-wide association study (GWAS). Hail is exposed as a python library, using primitives for distributed queries and linear algebra implemented in scala', spark', and increasingly C++'. The sparkhail is an R extension using sparklyr package. The idea is to help R users to use hail functionalities with the well-know tidyverse syntax, see <https://www.tidyverse.org/>.

r-spidr 1.0.2
Propagated dependencies: r-rworldxtra@1.01 r-rworldmap@1.3-8 r-rgbif@3.8.4 r-jsonlite@2.0.0 r-httr@1.4.7
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=spidR
Licenses: GPL 3
Build system: r
Synopsis: Spider Knowledge Online
Description:

Allows the user to connect with the World Spider Catalogue (WSC; <https://wsc.nmbe.ch/>) and the World Spider Trait (WST; <https://spidertraits.sci.muni.cz/>) databases. Also performs several basic functions such as checking names validity, retrieving coordinate data from the Global Biodiversity Information Facility (GBIF; <https://www.gbif.org/>), and mapping.

r-sparkbq 0.1.1
Propagated dependencies: r-sparklyr@1.9.3
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: http://www.mirai-solutions.com
Licenses: GPL 3 FSDG-compatible
Build system: r
Synopsis: Google 'BigQuery' Support for 'sparklyr'
Description:

This package provides a sparklyr extension package providing an integration with Google BigQuery'. It supports direct import/export where records are directly streamed from/to BigQuery'. In addition, data may be imported/exported via intermediate data extracts on Google Cloud Storage'.

r-superb 1.0.1
Propagated dependencies: r-stringr@1.6.0 r-shinybs@0.61.1 r-shiny@1.11.1 r-rrapply@1.2.8 r-reshape2@1.4.5 r-rdpack@2.6.4 r-plyr@1.8.9 r-mass@7.3-65 r-lsr@0.5.2 r-ggplot2@4.0.1 r-foreign@0.8-90
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://github.com/dcousin3/superb/
Licenses: GPL 3
Build system: r
Synopsis: Summary Plots with Adjusted Error Bars
Description:

Computes standard error and confidence interval of various descriptive statistics under various designs and sampling schemes. The main function, superb(), return a plot. It can also be used to obtain a dataframe with the statistics and their precision intervals so that other plotting environments (e.g., Excel) can be used. See Cousineau and colleagues (2021) <doi:10.1177/25152459211035109> or Cousineau (2017) <doi:10.5709/acp-0214-z> for a review as well as Cousineau (2005) <doi:10.20982/tqmp.01.1.p042>, Morey (2008) <doi:10.20982/tqmp.04.2.p061>, Baguley (2012) <doi:10.3758/s13428-011-0123-7>, Cousineau & Laurencelle (2016) <doi:10.1037/met0000055>, Cousineau & O'Brien (2014) <doi:10.3758/s13428-013-0441-z>, Calderini & Harding <doi:10.20982/tqmp.15.1.p001> for specific references. The documentation is available at <https://dcousin3.github.io/superb/> .

r-syn 0.1.0
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: http://syn.njtierney.com/
Licenses: GPL 3
Build system: r
Synopsis: Creates Synonyms From Target Words
Description:

Generates synonyms from a given word drawing from a synonym list from the moby project <http://moby-thesaurus.org/>.

r-saic 1.0.1
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://doi.org/10.1214/16-EJS1179
Licenses: GPL 2+
Build system: r
Synopsis: Akaike Information Criterion for Sparse Estimation
Description:

Computes the Akaike information criterion for the generalized linear models (logistic regression, Poisson regression, and Gaussian graphical models) estimated by the lasso.

r-smatr 3.4-8
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: http://web.maths.unsw.edu.au/~dwarton
Licenses: GPL 2
Build system: r
Synopsis: (Standardised) Major Axis Estimation and Testing Routines
Description:

This package provides methods for fitting bivariate lines in allometry using the major axis (MA) or standardised major axis (SMA), and for making inferences about such lines. The available methods of inference include confidence intervals and one-sample tests for slope and elevation, testing for a common slope or elevation amongst several allometric lines, constructing a confidence interval for a common slope or elevation, and testing for no shift along a common axis, amongst several samples. See Warton et al. 2012 <doi:10.1111/j.2041-210X.2011.00153.x> for methods description.

r-semicontmanova 0.2
Propagated dependencies: r-mvtnorm@1.3-3 r-matrixcalc@1.0-6
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=semicontMANOVA
Licenses: GPL 2
Build system: r
Synopsis: Multivariate ANalysis of VAriance with Ridge Regularization for Semicontinuous High-Dimensional Data
Description:

This package implements Multivariate ANalysis Of VAriance (MANOVA) parameters inference and test with regularization for semicontinuous high-dimensional data. The method can be applied also in presence of low-dimensional data. The p-value can be obtained through asymptotic distribution or using a permutation procedure. The package gives also the possibility to simulate this type of data. Method is described in Elena Sabbioni, Claudio Agostinelli and Alessio Farcomeni (2025) A regularized MANOVA test for semicontinuous high-dimensional data. Biometrical Journal, 67:e70054. DOI <doi:10.1002/bimj.70054>, arXiv DOI <doi:10.48550/arXiv.2401.04036>.

r-survrm2perm 0.1.0
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=survRM2perm
Licenses: GPL 2
Build system: r
Synopsis: Permutation Test for Comparing Restricted Mean Survival Time
Description:

This package performs the permutation test using difference in the restricted mean survival time (RMST) between groups as a summary measure of the survival time distribution. When the sample size is less than 50 per group, it has been shown that there is non-negligible inflation of the type I error rate in the commonly used asymptotic test for the RMST comparison. Generally, permutation tests can be useful in such a situation. However, when we apply the permutation test for the RMST comparison, particularly in small sample situations, there are some cases where the survival function in either group cannot be defined due to censoring in the permutation process. Horiguchi and Uno (2020) <doi:10.1002/sim.8565> have examined six workable solutions to handle this numerical issue. It performs permutation tests with implementation of the six methods outlined in the paper when the numerical issue arises during the permutation process. The result of the asymptotic test is also provided for a reference.

r-samplex 0.3.0
Propagated dependencies: r-shiny@1.11.1
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=samplex
Licenses: Expat
Build system: r
Synopsis: Shiny Tool for Sample Size Calculation
Description:

An interactive shiny application to assist in determining sample sizes for common survey designs such as simple random sampling', stratified sampling', and cluster sampling'. It includes formulas, helper calculators, and illustrative examples.

r-shinyml 1.0.1
Propagated dependencies: r-tidyr@1.3.1 r-sparklyr@1.9.3 r-shinywidgets@0.9.0 r-shinyjs@2.1.0 r-shinycssloaders@1.1.0 r-shiny@1.11.1 r-plotly@4.11.0 r-lubridate@1.9.4 r-h2o@3.44.0.3 r-ggplot2@4.0.1 r-dygraphs@1.1.1.6 r-dt@0.34.0 r-dplyr@1.1.4 r-data-table@1.17.8 r-argonr@0.2.0 r-argondash@0.2.5
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://jeanbertinr.github.io/shinyMLpackage/
Licenses: GPL 3
Build system: r
Synopsis: Compare Supervised Machine Learning Models Using Shiny App
Description:

Implementation of a shiny app to easily compare supervised machine learning model performances. You provide the data and configure each model parameter directly on the shiny app. Different supervised learning algorithms can be tested either on Spark or H2O frameworks to suit your regression and classification tasks. Implementation of available machine learning models on R has been done by Lantz (2013, ISBN:9781782162148).

r-simdnamixtures 1.1.2
Propagated dependencies: r-xml2@1.5.0 r-pedprobr@1.0.1 r-naturalsort@0.1.3 r-dplyr@1.1.4
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://mkruijver.github.io/simDNAmixtures/
Licenses: GPL 3+
Build system: r
Synopsis: Simulate Forensic DNA Mixtures
Description:

Mixed DNA profiles can be sampled according to models for probabilistic genotyping. Peak height variability is modelled using a log normal distribution or a gamma distribution. Sample contributors may be related according to a pedigree.

r-simfit 0.1.0
Propagated dependencies: r-magrittr@2.0.4 r-ggplot2@4.0.1
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=simfit
Licenses: GPL 3
Build system: r
Synopsis: Test Model Fit with Simulation
Description:

Simulates data from model objects (e.g., from lm(), glm()), and plots this along with the original data to compare how well the simulated data matches the original data to determine model fit.

r-ssddata 1.0.0
Propagated dependencies: r-rdpack@2.6.4 r-dplyr@1.1.4 r-chk@0.10.0
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=ssddata
Licenses: ASL 2.0
Build system: r
Synopsis: Species Sensitivity Distribution Data
Description:

Reference data sets of species sensitivities to compare the results of fitting species sensitivity distributions using software such as ssdtools and Burrlioz'. It consists of 17 primary data sets from four different Australian and Canadian organizations as well as five datasets from anonymous sources. It also includes a data set of the results of fitting various distributions using different software.

r-scrappy 0.0.1
Propagated dependencies: r-xml2@1.5.0 r-rvest@1.0.5 r-magrittr@2.0.4
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://github.com/villegar/scrappy/
Licenses: Expat
Build system: r
Synopsis: Simple Web Scraper
Description:

This package provides a group of functions to scrape data from different websites, for academic purposes.

Page: 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895
Total results: 21457