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

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-batchtools 0.9.18
Propagated dependencies: r-backports@1.5.0 r-base64url@1.4 r-brew@1.0-10 r-checkmate@2.3.3 r-data-table@1.17.8 r-digest@0.6.39 r-fs@1.6.6 r-progress@1.2.3 r-r6@2.6.1 r-rappdirs@0.3.3 r-stringi@1.8.7 r-withr@3.0.2
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/mllg/batchtools
Licenses: LGPL 3
Build system: r
Synopsis: Tools for computation on batch systems
Description:

As a successor of the packages BatchJobs and BatchExperiments, this package provides a parallel implementation of the Map function for high performance computing systems managed by various schedulers. A multicore and socket mode allow the parallelization on a local machines, and multiple machines can be hooked up via SSH to create a makeshift cluster. Moreover, the package provides an abstraction mechanism to define large-scale computer experiments in a well-organized and reproducible way.

r-dbi 1.2.3
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/rstats-db/DBI
Licenses: LGPL 2.0+
Build system: r
Synopsis: R database interface
Description:

The DBI package provides a database interface (DBI) definition for communication between R and relational database management systems. All classes in this package are virtual and need to be extended by the various R/DBMS implementations.

r-minqa 1.2.8
Propagated dependencies: r-rcpp@1.1.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://optimizer.r-forge.r-project.org
Licenses: GPL 2
Build system: r
Synopsis: Derivative-free optimization algorithms by quadratic approximation
Description:

This package provides a derivative-free optimization by quadratic approximation based on an interface to Fortran implementations by M. J. D. Powell.

r-rglpk 0.6-5.1
Dependencies: glpk@5.0
Propagated dependencies: r-slam@0.1-55
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://r-forge.r-project.org/projects/rglp/
Licenses: GPL 2 GPL 3
Build system: r
Synopsis: R interface to the GNU Linear Programming Kit
Description:

This package provides an R interface to the GNU Linear Programming Kit, software for solving large-scale linear programming (LP), mixed integer linear programming (MILP) and other related problems.

r-cdm 8.3-14
Propagated dependencies: r-mvtnorm@1.3-3 r-polycor@0.8-1 r-rcpp@1.1.0 r-rcpparmadillo@15.2.2-1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/alexanderrobitzsch/CDM
Licenses: GPL 2+
Build system: r
Synopsis: Cognitive diagnosis modeling
Description:

This package provides functions for cognitive diagnosis modeling and multidimensional item response modeling for dichotomous and polytomous item responses. It enables the estimation of the DINA and DINO model, the multiple group (polytomous) GDINA model, the multiple choice DINA model, the general diagnostic model (GDM), the structured latent class model (SLCA), and regularized latent class analysis. See George, Robitzsch, Kiefer, Gross, and Uenlue (2017) doi:10.18637/jss.v074.i02 for further details on estimation and the package structure. For tutorials on how to use the CDM package see George and Robitzsch (2015, doi:10.20982/tqmp.11.3.p189) as well as Ravand and Robitzsch (2015).

r-rjson 0.2.23
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/rjson
Licenses: GPL 2+
Build system: r
Synopsis: JSON library for R
Description:

This package provides functions to convert R objects into JSON objects and vice-versa.

r-trycatchlog 1.3.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/aryoda/tryCatchLog
Licenses: GPL 3
Build system: r
Synopsis: Advanced tryCatch and try functions
Description:

This package provides advanced tryCatch and try functions for better error handling (logging, stack trace with source code references and support for post-mortem analysis via dump files).

r-stabm 1.2.2
Propagated dependencies: r-checkmate@2.3.3 r-matrix@1.7-4
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://bommert.github.io/stabm/
Licenses: LGPL 3
Build system: r
Synopsis: Stability measures for feature selection
Description:

This package provides an implementation of many measures for the assessment of the stability of feature selection. Both simple measures and measures which take into account the similarities between features are available.

r-rsample 1.3.1
Propagated dependencies: r-cli@3.6.5 r-dplyr@1.1.4 r-furrr@0.3.1 r-generics@0.1.4 r-glue@1.8.0 r-lifecycle@1.0.4 r-pillar@1.11.1 r-purrr@1.2.0 r-rlang@1.1.6 r-slider@0.3.3 r-tibble@3.3.0 r-tidyr@1.3.1 r-tidyselect@1.2.1 r-vctrs@0.6.5
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://rsample.tidymodels.org
Licenses: GPL 2
Build system: r
Synopsis: General resampling infrastructure
Description:

This package provides classes and functions to create and summarize different types of resampling objects (e.g. bootstrap, cross-validation).

r-ncmeta 0.4.0
Propagated dependencies: r-cftime@1.7.2 r-dplyr@1.1.4 r-rlang@1.1.6 r-rnetcdf@2.11-1 r-tibble@3.3.0 r-tidyr@1.3.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/hypertidy/ncmeta
Licenses: GPL 3
Build system: r
Synopsis: Straightforward NetCDF metadata
Description:

Extract metadata from NetCDF data sources; these can be files, file handles or servers. This package leverages and extends the lower level functions of the RNetCDF package providing a consistent set of functions that all return data frames.

r-rttf2pt1 1.3.14
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/wch/Rttf2pt1
Licenses: Modified BSD Expat non-copyleft
Build system: r
Synopsis: Font conversion utility
Description:

This package contains the program ttf2pt1, for use with the extrafont package.

r-maxstat 0.7-26
Propagated dependencies: r-exactranktests@0.8-35 r-mvtnorm@1.3-3
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/maxstat/
Licenses: GPL 2+
Build system: r
Synopsis: Maximally selected rank statistics
Description:

This package provides maximally selected rank statistics with several p-value approximations.

r-gistr 0.9.0
Propagated dependencies: r-assertthat@0.2.1 r-crul@1.6.0 r-dplyr@1.1.4 r-httr@1.4.7 r-jsonlite@2.0.0 r-knitr@1.50 r-magrittr@2.0.4 r-rmarkdown@2.30
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/ropensci/gistr
Licenses: Expat
Build system: r
Synopsis: Work with Gists in browser
Description:

This package allows the user to create new Github gists, update gists with new files, rename files, delete files, get and delete gists, star and un-star them, fork them, open a gist in your default browser, get an embed code for a gist, list gist commits, and get rate limit information when authenticated.

r-glmtoolbox 0.1.12
Propagated dependencies: r-broom@1.0.10 r-formula@1.2-5 r-mass@7.3-65 r-numderiv@2016.8-1.1 r-rfast@2.1.5.2 r-statmod@1.5.1 r-suppdists@1.1-9.9
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://mlgs.netlify.app/
Licenses: GPL 2 GPL 3
Build system: r
Synopsis: Set of tools to data analysis using generalized linear models
Description:

This package provides a set of tools for the statistical analysis of data using:

  1. normal linear models;

  2. generalized linear models;

  3. negative binomial regression models as alternative to the Poisson regression models under the presence of overdispersion;

  4. beta-binomial and random-clumped binomial regression models as alternative to the binomial regression models under the presence of overdispersion;

  5. zero-inflated and zero-altered regression models to deal with zero-excess in count data;

  6. generalized nonlinear models;

  7. generalized estimating equations for cluster correlated data.

r-insight 1.4.3
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://easystats.github.io/insight/
Licenses: GPL 3
Build system: r
Synopsis: Easy access to model information for various model objects
Description:

This package provides a tool to provide an easy, intuitive and consistent access to information contained in various R models, like model formulas, model terms, information about random effects, data that was used to fit the model or data from response variables. The package mainly revolves around two types of functions: Functions that find (the names of) information, starting with find_, and functions that get the underlying data, starting with get_. The package has a consistent syntax and works with many different model objects, where otherwise functions to access these information are missing.

r-backports 1.5.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/web/packages/backports
Licenses: GPL 2+
Build system: r
Synopsis: Reimplementations of functions introduced since R 3.0.0
Description:

Provides implementations of functions which have been introduced in R since version 3.0.0. The backports are conditionally exported which results in R resolving the function names to the version shipped with R (if available) and uses the implemented backports as fallback. This way package developers can make use of the new functions without worrying about the minimum required R version.

r-itsadug 2.4.1
Propagated dependencies: r-mgcv@1.9-4 r-plotfunctions@1.4
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/package=itsadug
Licenses: GPL 2+
Build system: r
Synopsis: Interpreting time series and autocorrelated data using GAMMs
Description:

Generalized Additive Mixed Modeling (GAMM; Lin & Zhang, 1999) as implemented in the R package mgcv is a nonlinear regression analysis which is particularly useful for time course data such as EEG, pupil dilation, gaze data (eye tracking), and articulography recordings, but also for behavioral data such as reaction times and response data. As time course measures are sensitive to autocorrelation problems, GAMMs implements methods to reduce the autocorrelation problems. This package includes functions for the evaluation of GAMM models (e.g., model comparisons, determining regions of significance, inspection of autocorrelational structure in residuals) and interpreting of GAMMs (e.g., visualization of complex interactions, and contrasts).

r-proxyc 0.5.2
Dependencies: tbb@2021.6.0
Propagated dependencies: r-matrix@1.7-4 r-rcpp@1.1.0 r-rcpparmadillo@15.2.2-1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/package=proxyC
Licenses: GPL 3
Build system: r
Synopsis: Compute proximity in large sparse matrices
Description:

This package provides efficient tools to compute the proximity between rows or columns of large matrices. Functions are optimised for large sparse matrices using the Armadillo and Intel TBB libraries. Among several built-in similarity/distance measures, computation of correlation, cosine similarity and Euclidean distance is particularly fast.

r-mlmetrics 1.1.3
Propagated dependencies: r-rocr@1.0-11
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://github.com/yanyachen/MLmetrics
Licenses: GPL 2
Build system: r
Synopsis: Machine learning evaluation metrics
Description:

This package provides a collection of evaluation metrics, including loss, score and utility functions, that measure regression, classification and ranking performance.

r-cca 1.2.2
Propagated dependencies: r-fda@6.3.0 r-fields@17.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/package=CCA
Licenses: GPL 2+
Build system: r
Synopsis: Canonical correlation analysis
Description:

This package contains a set of functions that extend the cancor function. These functions provide new numerical and graphical outputs. It also includes a regularized extension of the canonical correlation analysis to deal with datasets with more variables than observations.

r-ggvenn 0.1.19
Propagated dependencies: r-dplyr@1.1.4 r-ggplot2@4.0.1 r-rlang@1.1.6 r-scales@1.4.0
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/package=ggvenn
Licenses: Expat
Build system: r
Synopsis: Draw Venn diagram with ggplot2
Description:

This package offers an easy to use way to draw a Venn diagram with ggplot2.

r-sjplot 2.9.0
Propagated dependencies: r-bayestestr@0.17.0 r-datawizard@1.3.0 r-dplyr@1.1.4 r-ggeffects@2.3.1 r-ggplot2@4.0.1 r-insight@1.4.3 r-knitr@1.50 r-parameters@0.28.3 r-performance@0.15.2 r-purrr@1.2.0 r-rlang@1.1.6 r-scales@1.4.0 r-sjlabelled@1.2.0 r-sjmisc@2.8.11 r-sjstats@0.19.1 r-tidyr@1.3.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://strengejacke.github.io/sjPlot/
Licenses: GPL 3
Build system: r
Synopsis: Data visualization for statistics in social science
Description:

This package represents a collection of plotting and table output functions for data visualization. Results of various statistical analyses (that are commonly used in social sciences) can be visualized using this package, including simple and cross tabulated frequencies, histograms, box plots, (generalized) linear models, mixed effects models, principal component analysis and correlation matrices, cluster analyses, scatter plots, stacked scales, effects plots of regression models (including interaction terms) and much more. This package supports labelled data.

r-plm 2.6-7
Propagated dependencies: r-bdsmatrix@1.3-7 r-collapse@2.1.5 r-formula@1.2-5 r-lattice@0.22-7 r-lmtest@0.9-40 r-mass@7.3-65 r-maxlik@1.5-2.1 r-nlme@3.1-168 r-rdpack@2.6.4 r-sandwich@3.1-1 r-zoo@1.8-14
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://cran.r-project.org/package=plm
Licenses: GPL 2+
Build system: r
Synopsis: Linear Models for panel data
Description:

This package provides a set of estimators for models and (robust) covariance matrices, and tests for panel data econometrics, including within/fixed effects, random effects, between, first-difference, nested random effects as well as instrumental-variable (IV) and Hausman-Taylor-style models, panel generalized method of moments (GMM) and general FGLS models, mean groups (MG), demeaned MG, and common correlated effects (CCEMG) and pooled (CCEP) estimators with common factors, variable coefficients and limited dependent variables models. Test functions include model specification, serial correlation, cross-sectional dependence, panel unit root and panel Granger (non-)causality. Typical references are general econometrics text books such as Baltagi (2021), Econometric Analysis of Panel Data (<doi:10.1007/978-3-030-53953-5>), Hsiao (2014), Analysis of Panel Data (<doi:10.1017/CBO9781139839327>), and Croissant and Millo (2018), Panel Data Econometrics with R (<doi:10.1002/9781119504641>).

r-proj4 1.0-15
Dependencies: proj@9.3.1 zlib@1.3.1
Channel: guix
Location: gnu/packages/cran.scm (gnu packages cran)
Home page: https://www.rforge.net/proj4/
Licenses: GPL 2
Build system: r
Synopsis: Simple interface to the PROJ.4 cartographic projections library
Description:

This package provides a simple interface to lat/long projection and datum transformation of the PROJ.4 cartographic projections library. It allows transformation of geographic coordinates from one projection and/or datum to another.

Page: 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296
Total results: 31091