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

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-simtargetcov 1.0.1
Propagated dependencies: r-mass@7.3-65
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=simTargetCov
Licenses: GPL 2+
Build system: r
Synopsis: Data Transformation or Simulation with Empirical Covariance Matrix
Description:

Transforms or simulates data with a target empirical covariance matrix supplied by the user. The method to obtain the data with the target empirical covariance matrix is described in Section 5.1 of Christidis, Van Aelst and Zamar (2019) <arXiv:1812.05678>.

r-starnet 1.0.0
Propagated dependencies: r-survival@3.8-3 r-matrix@1.7-4 r-glmnet@4.1-10 r-cornet@1.0.0
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://github.com/rauschenberger/starnet/
Licenses: GPL 3
Build system: r
Synopsis: Stacked Elastic Net
Description:

This package implements stacked elastic net regression (Rauschenberger 2021 <doi:10.1093/bioinformatics/btaa535>). The elastic net generalises ridge and lasso regularisation (Zou 2005 <doi:10.1111/j.1467-9868.2005.00503.x>). Instead of fixing or tuning the mixing parameter alpha, we combine multiple alpha by stacked generalisation (Wolpert 1992 <doi:10.1016/S0893-6080(05)80023-1>).

r-smoothedlasso 1.6
Propagated dependencies: r-rdpack@2.6.4 r-matrix@1.7-4
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=smoothedLasso
Licenses: GPL 2+
Build system: r
Synopsis: Framework to Smooth L1 Penalized Regression Operators using Nesterov Smoothing
Description:

We provide full functionality to smooth L1 penalized regression operators and to compute regression estimates thereof. For this, the objective function of a user-specified regression operator is first smoothed using Nesterov smoothing (see Y. Nesterov (2005) <doi:10.1007/s10107-004-0552-5>), resulting in a modified objective function with explicit gradients everywhere. The smoothed objective function and its gradient are minimized via BFGS, and the obtained minimizer is returned. Using Nesterov smoothing, the smoothed objective function can be made arbitrarily close to the original (unsmoothed) one. In particular, the Nesterov approach has the advantage that it comes with explicit accuracy bounds, both on the L1/L2 difference of the unsmoothed to the smoothed objective functions as well as on their respective minimizers (see G. Hahn, S.M. Lutz, N. Laha, C. Lange (2020) <doi:10.1101/2020.09.17.301788>). A progressive smoothing approach is provided which iteratively smoothes the objective function, resulting in more stable regression estimates. A function to perform cross validation for selection of the regularization parameter is provided.

r-stmotif 2.0.2
Propagated dependencies: r-scales@1.4.0 r-reshape2@1.4.5 r-rcolorbrewer@1.1-3 r-ggplot2@4.0.1
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://github.com/heraldoborges/STMotif/wiki
Licenses: Expat
Build system: r
Synopsis: Discovery of Motifs in Spatial-Time Series
Description:

Allow to identify motifs in spatial-time series. A motif is a previously unknown subsequence of a (spatial) time series with relevant number of occurrences. For this purpose, the Combined Series Approach (CSA) is used.

r-structree 1.1.7
Propagated dependencies: r-penalized@0.9-53 r-mgcv@1.9-4 r-lme4@1.1-37
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=structree
Licenses: GPL 3
Build system: r
Synopsis: Tree-Structured Clustering
Description:

Tree-structured modelling of categorical predictors (Tutz and Berger (2018), <doi:10.1007/s11634-017-0298-6>) or measurement units (Berger and Tutz (2018), <doi:10.1080/10618600.2017.1371030>).

r-semantic-assets 1.1.0
Propagated dependencies: r-htmlwidgets@1.6.4
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://github.com/Appsilon/semantic.assets
Licenses: LGPL 3
Build system: r
Synopsis: Assets for 'shiny.semantic'
Description:

Style sheets and JavaScript assets for shiny.semantic package.

r-sfdct 0.3.0
Propagated dependencies: r-tibble@3.3.0 r-sp@2.2-0 r-sf@1.0-23 r-rtriangle@1.6-0.15 r-dplyr@1.1.4
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://github.com/hypertidy/sfdct
Licenses: FSDG-compatible
Build system: r
Synopsis: Constrained Triangulation for Simple Features
Description:

Build a constrained high quality Delaunay triangulation from simple features objects, applying constraints based on input line segments, and triangle properties including maximum area, minimum internal angle. The triangulation code in RTriangle uses the method of Cheng, Dey and Shewchuk (2012, ISBN:9781584887300). For a low-dependency alternative with low-quality path-based constrained triangulation see <https://CRAN.R-project.org/package=decido> and for high-quality configurable triangulation see <https://github.com/hypertidy/anglr>. Also consider comparison with the GEOS lib which since version 3.10.0 includes a low quality polygon triangulation method that starts with ear clipping and refines to Delaunay.

r-sgdgmf 1.0.1
Propagated dependencies: r-viridislite@0.4.2 r-suppdists@1.1-9.9 r-rspectra@0.16-2 r-reshape2@1.4.5 r-rcpparmadillo@15.2.2-1 r-rcpp@1.1.0 r-mass@7.3-65 r-ggpubr@0.6.2 r-ggplot2@4.0.1 r-generics@0.1.4 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://github.com/CristianCastiglione/sgdGMF
Licenses: Expat
Build system: r
Synopsis: Estimation of Generalized Matrix Factorization Models via Stochastic Gradient Descent
Description:

Efficient framework to estimate high-dimensional generalized matrix factorization models using penalized maximum likelihood under a dispersion exponential family specification. Either deterministic and stochastic methods are implemented for the numerical maximization. In particular, the package implements the stochastic gradient descent algorithm with a block-wise mini-batch strategy to speed up the computations and an efficient adaptive learning rate schedule to stabilize the convergence. All the theoretical details can be found in Castiglione et al. (2024, <doi:10.48550/arXiv.2412.20509>). Other methods considered for the optimization are the alternated iterative re-weighted least squares and the quasi-Newton method with diagonal approximation of the Fisher information matrix discussed in Kidzinski et al. (2022, <http://jmlr.org/papers/v23/20-1104.html>).

r-sfar 1.0.1
Propagated dependencies: r-ucminf@1.2.2 r-trustoptim@0.8.7.4 r-texreg@1.39.5 r-sandwich@3.1-1 r-randtoolbox@2.0.5 r-qrng@0.0-11 r-plm@2.6-7 r-nleqslv@3.3.5 r-mnorm@1.2.2 r-maxlik@1.5-2.1 r-marqlevalg@2.0.8 r-formula@1.2-5 r-fastghquad@1.0.1 r-cubature@2.1.4-1
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://github.com/hdakpo/sfaR
Licenses: GPL 3+
Build system: r
Synopsis: Stochastic Frontier Analysis Routines
Description:

Maximum likelihood estimation for stochastic frontier analysis (SFA) of production (profit) and cost functions. The package includes the basic stochastic frontier for cross-sectional or pooled data with several distributions for the one-sided error term (i.e., Rayleigh, gamma, Weibull, lognormal, uniform, generalized exponential and truncated skewed Laplace), the latent class stochastic frontier model (LCM) as described in Dakpo et al. (2021) <doi:10.1111/1477-9552.12422>, for cross-sectional and pooled data, and the sample selection model as described in Greene (2010) <doi:10.1007/s11123-009-0159-1>, and applied in Dakpo et al. (2021) <doi:10.1111/agec.12683>. Several possibilities in terms of optimization algorithms are proposed.

r-shutterplot 0.1.0
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=shutterplot
Licenses: GPL 3
Build system: r
Synopsis: The R Shutter Plot Package
Description:

Shows the scatter plot along with the fitted regression lines. It depicts min, max, the three quartiles, mean, and sd for each variable. It also depicts sd-line, sd-box, r, r-square, prediction boundaries, and regression outliers.

r-sapfluxnetr 0.1.5
Propagated dependencies: r-tidyr@1.3.1 r-tibble@3.3.0 r-stringr@1.6.0 r-rlang@1.1.6 r-purrr@1.2.0 r-magrittr@2.0.4 r-lubridate@1.9.4 r-glue@1.8.0 r-ggplot2@4.0.1 r-furrr@0.3.1 r-dplyr@1.1.4 r-assertthat@0.2.1
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://github.com/sapfluxnet/sapfluxnetr
Licenses: Expat
Build system: r
Synopsis: Working with 'Sapfluxnet' Project Data
Description:

Access, modify, aggregate and plot data from the Sapfluxnet project, the first global database of sap flow measurements.

r-svkomodo 1.0.0
Propagated dependencies: r-svmisc@1.4.3
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://github.com/SciViews/svKomodo
Licenses: GPL 2
Build system: r
Synopsis: 'SciViews' - Functions to Interface with Komodo IDE
Description:

R-side code to implement an R editor and IDE in Komodo IDE with the SciViews-K extension.

r-scdb 0.6.0
Propagated dependencies: r-tidyselect@1.2.1 r-tidyr@1.3.1 r-stringr@1.6.0 r-rlang@1.1.6 r-r6@2.6.1 r-purrr@1.2.0 r-parallelly@1.45.1 r-openssl@2.3.4 r-magrittr@2.0.4 r-lubridate@1.9.4 r-glue@1.8.0 r-dplyr@1.1.4 r-dbplyr@2.5.1 r-dbi@1.2.3 r-checkmate@2.3.3
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://github.com/ssi-dk/SCDB
Licenses: GPL 3
Build system: r
Synopsis: Easily Access and Maintain Time-Based Versioned Data (Slowly-Changing-Dimension)
Description:

This package provides a collection of functions that enable easy access and updating of a database of data over time. More specifically, the package facilitates type-2 history for data-warehouses and provides a number of Quality of life improvements for working on SQL databases with R. For reference see Ralph Kimball and Margy Ross (2013, ISBN 9781118530801).

r-ssev 0.1.0
Propagated dependencies: r-pwr@1.3-0 r-mess@0.6.0
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=ssev
Licenses: GPL 3
Build system: r
Synopsis: Sample Size Computation for Fixed N with Optimal Reward
Description:

Computes the optimal sample size for various 2-group designs (e.g., when comparing the means of two groups assuming equal variances, unequal variances, or comparing proportions) when the aim is to maximize the rewards over the full decision procedure of a) running a trial (with the computed sample size), and b) subsequently administering the winning treatment to the remaining N-n units in the population. Sample sizes and expected rewards for standard t- and z- tests are also provided.

r-spatpomp 1.1.0
Propagated dependencies: r-tidyr@1.3.1 r-stringr@1.6.0 r-rlang@1.1.6 r-pomp@6.4 r-ggplot2@4.0.1 r-foreach@1.5.2 r-dplyr@1.1.4 r-abind@1.4-8
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://github.com/spatPomp-org/spatPomp
Licenses: GPL 3
Build system: r
Synopsis: Inference for Spatiotemporal Partially Observed Markov Processes
Description:

Inference on panel data using spatiotemporal partially-observed Markov process (SpatPOMP) models. The spatPomp package extends pomp to include algorithms taking advantage of the spatial structure in order to assist with handling high dimensional processes. See Asfaw et al. (2024) <doi:10.48550/arXiv.2101.01157> for further description of the package.

r-smr 2.1.0
Propagated dependencies: r-rcpp@1.1.0
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://bendeivide.github.io/SMR/
Licenses: GPL 2+
Build system: r
Synopsis: Externally Studentized Midrange Distribution
Description:

Computes the studentized midrange distribution (pdf, cdf and quantile) and generates random numbers.

r-string2adjmatrix 0.1.0
Propagated dependencies: r-stringr@1.6.0
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=String2AdjMatrix
Licenses: GPL 3
Build system: r
Synopsis: Creates an Adjacency Matrix from a List of Strings
Description:

Takes a list of character strings and forms an adjacency matrix for the times the specified characters appear together in the strings provided. For use in social network analysis and data wrangling. Simple package, comprised of three functions.

r-sparsestep 1.0.1
Propagated dependencies: r-matrix@1.7-4
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://github.com/GjjvdBurg/SparseStep
Licenses: GPL 2+
Build system: r
Synopsis: SparseStep Regression
Description:

This package implements the SparseStep model for solving regression problems with a sparsity constraint on the parameters. The SparseStep regression model was proposed in Van den Burg, Groenen, and Alfons (2017) <arXiv:1701.06967>. In the model, a regularization term is added to the regression problem which approximates the counting norm of the parameters. By iteratively improving the approximation a sparse solution to the regression problem can be obtained. In this package both the standard SparseStep algorithm is implemented as well as a path algorithm which uses golden section search to determine solutions with different values for the regularization parameter.

r-selectboost-beta 0.4.5
Propagated dependencies: r-withr@3.0.2 r-rlang@1.1.6 r-rcpparmadillo@15.2.2-1 r-rcpp@1.1.0 r-mass@7.3-65 r-glmnet@4.1-10 r-gamlss-dist@6.1-1 r-gamlss@5.5-0 r-betareg@3.2-4
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://fbertran.github.io/SelectBoost.beta/
Licenses: GPL 3
Build system: r
Synopsis: Stability-Selection via Correlated Resampling for Beta-Regression Models
Description:

Adds variable-selection functions for Beta regression models (both mean and phi submodels) so they can be used within the SelectBoost algorithm. Includes stepwise AIC, BIC, and corrected AIC on betareg() fits, gamlss'-based LASSO/Elastic-Net, a pure glmnet iterative re-weighted least squares-based selector with an optional standardization speedup, and C++ helpers for iterative re-weighted least squares working steps and precision updates. Also provides a fastboost_interval() variant for interval responses, comparison helpers, and a flexible simulator simulation_DATA.beta() for interval-valued data. For more details see Bertrand and Maumy (2023) <doi:10.7490/f1000research.1119552.1>.

r-statgenibd 1.0.10
Propagated dependencies: r-stringi@1.8.7 r-statgengwas@1.0.13 r-rlang@1.1.6 r-rcpparmadillo@15.2.2-1 r-rcpp@1.1.0 r-r-utils@2.13.0 r-matrix@1.7-4 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://biometris.github.io/statgenIBD/index.html
Licenses: GPL 2+ GPL 3+
Build system: r
Synopsis: Calculation of IBD Probabilities
Description:

For biparental, three and four-way crosses Identity by Descent (IBD) probabilities can be calculated using Hidden Markov Models and inheritance vectors following Lander and Green (<https://www.jstor.org/stable/29713>) and Huang (<doi:10.1073/pnas.1100465108>). One of a series of statistical genetic packages for streamlining the analysis of typical plant breeding experiments developed by Biometris.

r-stratifiedmedicine 1.0.5
Propagated dependencies: r-survival@3.8-3 r-ranger@0.17.0 r-partykit@1.2-24 r-mvtnorm@1.3-3 r-glmnet@4.1-10 r-ggplot2@4.0.1 r-ggparty@1.0.0.1 r-dplyr@1.1.4 r-coin@1.4-3
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://github.com/thomasjemielita/StratifiedMedicine
Licenses: GPL 3
Build system: r
Synopsis: Stratified Medicine
Description:

This package provides a toolkit for stratified medicine, subgroup identification, and precision medicine. Current tools include (1) filtering models (reduce covariate space), (2) patient-level estimate models (counterfactual patient-level quantities, such as the conditional average treatment effect), (3) subgroup identification models (find subsets of patients with similar treatment effects), and (4) treatment effect estimation and inference (for the overall population and discovered subgroups). These tools can be customized and are directly used in PRISM (patient response identifiers for stratified medicine; Jemielita and Mehrotra 2019 <arXiv:1912.03337>. This package is in beta and will be continually updated.

r-stackimpute 0.1.0
Propagated dependencies: r-zoo@1.8-14 r-sandwich@3.1-1 r-mice@3.18.0 r-mass@7.3-65 r-magrittr@2.0.4 r-dplyr@1.1.4 r-boot@1.3-32
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=StackImpute
Licenses: GPL 2
Build system: r
Synopsis: Tools for Analysis of Stacked Multiple Imputations
Description:

This package provides methods for inference using stacked multiple imputations augmented with weights. The vignette provides example R code for implementation in general multiple imputation settings. For additional details about the estimation algorithm, we refer the reader to Beesley, Lauren J and Taylor, Jeremy M G (2020) â A stacked approach for chained equations multiple imputation incorporating the substantive modelâ <doi:10.1111/biom.13372>, and Beesley, Lauren J and Taylor, Jeremy M G (2021) â Accounting for not-at-random missingness through imputation stackingâ <arXiv:2101.07954>.

r-sequentialdesign 1.0
Propagated dependencies: r-sequential@4.5.2
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://cran.r-project.org/package=SequentialDesign
Licenses: GPL 2
Build system: r
Synopsis: Observational Database Study Planning using Exact Sequential Analysis for Poisson and Binomial Data
Description:

This package provides functions to be used in conjunction with the Sequential package that allows for planning of observational database studies that will be analyzed with exact sequential analysis. This package supports Poisson- and binomial-based data. The primary function, seq_wrapper(...), accepts parameters for simulation of a simple exposure pattern and for the Sequential package setup and analysis functions. The exposure matrix is used to simulate the true and false positive and negative populations (Green (1983) <doi:10.1093/oxfordjournals.aje.a113521>, Brenner (1993) <doi:10.1093/oxfordjournals.aje.a116805>). Functions are then run from the Sequential package on these populations, which allows for the exploration of outcome misclassification in data.

r-secrdesign 2.10.1
Propagated dependencies: r-sf@1.0-23 r-secr@5.4.2 r-rcpparmadillo@15.2.2-1 r-rcpp@1.1.0 r-kofnga@1.3 r-bh@1.87.0-1 r-abind@1.4-8
Channel: guix-cran
Location: guix-cran/packages/s.scm (guix-cran packages s)
Home page: https://www.otago.ac.nz/density/
Licenses: GPL 2+
Build system: r
Synopsis: Sampling Design for Spatially Explicit Capture-Recapture
Description:

This package provides tools for designing spatially explicit capture-recapture studies of animal populations. This is primarily a simulation manager for package secr'. Extensions in version 2.5.0 include costing and evaluation of detector spacing.

Page: 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895
Total results: 21457