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.
This package performs augmented backward elimination and checks the stability of the obtained model. Augmented backward elimination combines significance or information based criteria with the change in estimate to either select the optimal model for prediction purposes or to serve as a tool to obtain a practically sound, highly interpretable model.
This package simulates continuous distributions of random vectors using Markov chain Monte Carlo (MCMC). Users specify the distribution by an R function that evaluates the log unnormalized density. Algorithms are random walk Metropolis algorithm (function metrop), simulated tempering (function temper), and morphometric random walk Metropolis (function morph.metrop), which achieves geometric ergodicity by change of variable.
This package provides a set of predicates and assertions for checking the properties of (country independent) complex data types. This is mainly for use by other package developers who want to include run-time testing features in their own packages.
This package provides tools to interact with Google Sheets from within R.
This package provides a set of predicates and assertions for checking the properties of models. This is mainly for use by other package developers who want to include run-time testing features in their own packages.
The tensor product of two arrays is notionally an outer product of the arrays collapsed in specific extents by summing along the appropriate diagonals. This package allows you to compute the tensor product of arrays.
Join tables together based not on whether columns match exactly, but whether they are similar by some comparison. Implementations include string distance and regular expression matching.
This is a complete suite to estimate models based on moment conditions. It includes the two step Generalized method of moments (Hansen 1982; <doi:10.2307/1912775>), the iterated GMM and continuous updated estimator (Hansen, Eaton and Yaron 1996; <doi:10.2307/1392442>) and several methods that belong to the Generalized Empirical Likelihood family of estimators (Smith 1997; <doi:10.1111/j.0013-0133.1997.174.x>, Kitamura 1997; <doi:10.1214/aos/1069362388>, Newey and Smith 2004; <doi:10.1111/j.1468-0262.2004.00482.x>, and Anatolyev 2005 <doi:10.1111/j.1468-0262.2005.00601.x>).
This package provides basic infrastructure and some algorithms for the traveling salesperson problem(TSP) (also known as the traveling salesman problem).
Easily and flexibly insert Font Awesome icons into R Markdown documents and Shiny apps. These icons can be inserted into HTML content through inline SVG tags or i tags. There is also a utility function for exporting Font Awesome icons as PNG images for those situations where raster graphics are needed.
This package lets you interact with Google Sheets through the Sheets API v4. This package can read and write both the metadata and the cell data in a Sheet.
This package contains functions to generate pre-defined summary statistics from activPAL events files. The package also contains functions to produce informative graphics that visualize physical activity behaviour and trends. This includes generating graphs that align physical activity behaviour with additional time based observations described by other data sets, such as sleep diaries and continuous glucose monitoring data.
This is a pure R implementation of the Covariance Matrix Adaptation Evolution Strategy (CMA-ES) with optional restarts (IPOP-CMA-ES).
This package provides functions for viewing 2D and 3D data, including perspective plots, slice plots, surface plots, scatter plots, etc. It includes data sets from oceanography.
This package provides a series of shortcuts for routine tasks to facilitate data exploration.
ACDm is a package for Autoregressive Conditional Duration (ACD, Engle and Russell, 1998) models. It creates trade, price or volume durations from transactions (tic) data, performs diurnal adjustments, fits various ACD models and tests them.
This is a port of the type guesser from the readr package, the so-called readr first edition parsing engine, now superseded by vroom.
This package produces a smooth estimate of the hazard function for censored data.
This package provides a collection of functions dealing with labelled data, like reading and writing data between R and other statistical software packages. This includes easy ways to get, set or change value and variable label attributes, to convert labelled vectors into factors or numeric (and vice versa), or to deal with multiple declared missing values.
This package provides tools for functional enrichment analysis, gene identifier conversion and mapping homologous genes across related organisms via the g:Profiler toolkit.
This package extends mlr3 with filter methods for feature selection. Besides standalone filter methods built-in methods of any machine-learning algorithm are supported. Partial scoring of multivariate filter methods is supported.
This package provides a collection of functions helpful in learning the basic tenets of Bayesian statistical inference. It contains functions for summarizing basic one and two parameter posterior distributions and predictive distributions. It contains MCMC algorithms for summarizing posterior distributions defined by the user. It also contains functions for regression models, hierarchical models, Bayesian tests, and illustrations of Gibbs sampling.
This package provides tools used by organizational researchers for the analysis of multilevel data. It includes four broad sets of tools.
functions for estimating within-group agreement and reliability indices.
functions for manipulating multilevel and longitudinal (panel) data.
simulations for estimating power and generating multilevel data.
miscellaneous functions for estimating reliability and performing simple calculations and data transformations.
This package provides a syntax highlighter for R code based on the results of the R parser. It supports rendering in HTML and LaTeX markup. It includes a custom Sweave driver performing syntax highlighting of R code chunks.