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 preloads class unions for defining/loading core OOMPA tools. It also includes vectorized operations for row-by-row means, variances, and t-tests. Finally, it provides new colorschemes.
This package creates a lightweight way to add markdown helpfiles to Shiny apps, using modal dialog boxes, with no need to observe each help button separately.
This package covers many important models used in marketing and micro-econometrics applications, including Bayes Regression (univariate or multivariate dep var), Bayes Seemingly Unrelated Regression (SUR), Binary and Ordinal Probit, Multinomial Logit (MNL) and Multinomial Probit (MNP), Multivariate Probit, Negative Binomial (Poisson) Regression, Multivariate Mixtures of Normals (including clustering), Dirichlet Process Prior Density Estimation with normal base, Hierarchical Linear Models with normal prior and covariates, Hierarchical Linear Models with a mixture of normals prior and covariates, Hierarchical Multinomial Logits with a mixture of normals prior and covariates, Hierarchical Multinomial Logits with a Dirichlet Process prior and covariates, Hierarchical Negative Binomial Regression Models, Bayesian analysis of choice-based conjoint data, Bayesian treatment of linear instrumental variables models, Analysis of Multivariate Ordinal survey data with scale usage heterogeneity, and Bayesian Analysis of Aggregate Random Coefficient Logit Models.
This package provides R bindings for NNG (Nanomsg Next Gen), a successor to ZeroMQ. NNG is a socket library for reliable, high-performance messaging over in-process, IPC, TCP, WebSocket and secure TLS transports. It implements Scalability Protocols, a standard for common communications patterns including publish/subscribe, request/reply and service discovery. As its own threaded concurrency framework, it provides a toolkit for asynchronous programming and distributed computing. Intuitive aio objects resolve automatically when asynchronous operations complete, and synchronisation primitives allow R to wait upon events signalled by concurrent threads.
This package provides a collection of ggplot2 color palettes inspired by plots in scientific journals, data visualization libraries, science fiction movies, and TV shows.
This is a package for estimation of one-dimensional probability distributions including kernel density estimation, weighted empirical cumulative distribution functions, Kaplan-Meier and reduced-sample estimators for right-censored data, heat kernels, kernel properties, quantiles and integration.
Recipes is an extensible framework to create and preprocess design matrices. Recipes consist of one or more data manipulation and analysis "steps". Statistical parameters for the steps can be estimated from an initial data set and then applied to other data sets. The resulting design matrices can then be used as inputs into statistical or machine learning models.
This package lets you import foreign statistical formats into R via the ReadStat C library.
httpcode provides functionality for finding and explaining the meaning of HTTP status codes. Functions are included for searching for codes by full or partial number, by message, and to get appropriate dog and cat images for many status codes.
This package provides a set of distributions which can be used for modelling the response variables in Generalized Additive Models for Location Scale and Shape. The distributions can be continuous, discrete or mixed distributions. Extra distributions can be created, by transforming, any continuous distribution defined on the real line, to a distribution defined on ranges 0 to infinity or 0 to 1, by using a log or a logit transformation, respectively.
Phylogenetic clustering (phyloclustering) is an evolutionary continuous time Markov Chain model-based approach to identify population structure from molecular data without assuming linkage equilibrium. The package phyclust provides a convenient implementation of phyloclustering for DNA and SNP data, capable of clustering individuals into subpopulations and identifying molecular sequences representative of those subpopulations. It is designed in C for performance and interfaced with R for visualization.
Tools to access data from the data web service of the OeNB, https://www.oenb.at/en/Statistics/User-Defined-Tables/webservice.html.
The tidy modeling "verse" is a collection of packages for modeling and statistical analysis that share the underlying design philosophy, grammar, and data structures of the tidyverse.
This package provides an R interface to the NCBI's EUtils API, allowing users to search databases like GenBank PubMed, process the results of those searches and pull data into their R sessions.
The Rsolnp package implements a general non-linear augmented Lagrange multiplier method solver, a sequential quadratic programming (SQP) based solver).
This package provides tools to execute arbitrary R or C functions some time after the current time, after the R execution stack has emptied.
This package provides utilities for computing measures to assess model quality, which are not directly provided by R's base or stats packages. These include e.g. measures like r-squared, intraclass correlation coefficient, root mean squared error or functions to check models for overdispersion, singularity or zero-inflation and more. Functions apply to a large variety of regression models, including generalized linear models, mixed effects models and Bayesian models.
This is an extension of the testthat package that lets you add parameters to your unit tests. Parameterized unit tests are often easier to read and more reliable, since they follow the DNRY (do not repeat yourself) rule.
This package provides utilities for secure password hashing via the argon2 algorithm.
This package provides functions for obtaining the density, random variates and maximum likelihood estimates of the Zero-truncated Poisson lognormal distribution and their mixture distribution.
This package contains a list of functional time series, sliced functional time series, and functional data sets. Functional time series is a special type of functional data observed over time. Sliced functional time series is a special type of functional time series with a time variable observed over time.
This package provides classes and methods for dense and sparse matrices and operations on them using LAPACK and SuiteSparse.
This package provides functions for reading, writing, plotting, analysing, and manipulating allelic and haplotypic data, including from VCF files, and for the analysis of population nucleotide sequences and micro-satellites including coalescent analyses, linkage disequilibrium, population structure (Fst, Amova) and equilibrium (HWE), haplotype networks, minimum spanning tree and network, and median-joining networks.
In order to reduce potential package dependencies and conflicts, generics provides a number of commonly used S3 generics that are not provided by base R methods related to model fitting.