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 provides a set of predicates and assertions for checking the properties of code. This is mainly for use by other package developers who want to include run-time testing features in their own packages.
This package provides model selection tools and selfStart functions to fit parametric curves in the nls, nlsList and nlme frameworks.
This package implements the Subplex optimization algorithm. It solves unconstrained optimization problems using a simplex method on subspaces. The method is well suited for optimizing objective functions that are noisy or are discontinuous at the solution.
This package provides tools to create some specific Space-Filling Design (SFD) and to test their quality.
This light-weight package helps you track and visualize the progress of parallel versions of vectorized R functions of the mc*apply family.
This package provides gsubfn which is like gsub but can take a replacement function or certain other objects instead of the replacement string. Matches and back references are input to the replacement function and replaced by the function output. gsubfn can be used to split strings based on content rather than delimiters and for quasi-perl-style string interpolation. The package also has facilities for translating formulas to functions and allowing such formulas in function calls instead of functions.
This package provides a minor collection of HTTP wrappers for the Zamzar file conversion API. The wrappers makes it easy to utilize the API and thus convert between more than 100 different file formats (ranging from audio files, images, movie formats, etc., etc.) through an R session.
This package creates alluvial diagrams (also known as parallel sets plots) for multivariate and time series-like data.
This package implements a general framework for finite mixtures of regression models using the EM algorithm. FlexMix provides the E-step and all data handling, while the M-step can be supplied by the user to easily define new models. Existing drivers implement mixtures of standard linear models, generalized linear models and model-based clustering.
This package models with sparse and dense matrix matrices, using modular prediction and response module classes.
This package provides a basic set of R functions for querying the Cancer Genomics Data Server (CGDS), hosted by the Computational Biology Center at Memorial-Sloan-Kettering Cancer Center (MSKCC).
This package provides string and binary representations of objects for several formats and MIME types.
This package provides an extension to the Shiny web application framework for R, making it easy to create attractive dashboards.
This package provides methods to parse, query and serialize information stored in the Resource Description Framework (RDF). This package supports RDF by implementing an R interface to the Redland RDF C library. In brief, RDF provides a structured graph consisting of Statements composed of Subject, Predicate, and Object Nodes.
This package provides tools to interact with Google Sheets from within R.
This package provides all final tables of Germany's highest football league, the Bundesliga. It contains data from 1964 to 2016.
This package provides functions to deal with binary classification problems in the presence of imbalanced classes. Synthetic balanced samples are generated according to ROSE (Menardi and Torelli, 2013). Functions that implement more traditional remedies to the class imbalance are also provided, as well as different metrics to evaluate a learner accuracy. These are estimated by holdout, bootstrap or cross-validation methods.
This package provides tools for performing the leaf reordering for the dendrogram that preserves the hierarchical clustering result and at the same time tries to group instances from the same class together.
This package provides tools for reading .xls and .sbj files which are written by the proprietary program z-Tree for developing and carrying out economic experiments.
This package implements an S3 class for storing and formatting time-of-day values, based on the difftime class.
This package provides classes and methods for dense and sparse matrices and operations on them using LAPACK and SuiteSparse.
This package provides tools for making the descriptive "Table 1" used in medical articles, a transition plot for showing changes between categories (also known as a Sankey diagram), flow charts by extending the grid package, a method for variable selection based on the SVD, Bezier lines with arrows complementing the ones in the grid package, and more.
Bindings to tesseract: an optical character recognition (OCR) engine that supports over 100 languages. The engine is highly configurable in order to tune the detection algorithms and obtain the best possible results.
RcppDist provides a header-only C++ library with functions for additional statistical distributions that can be called from C++ when writing code using Rcpp or RcppArmadillo. Functions are available that return a NumericVector as well as doubles, and for multivariate or matrix distributions, Armadillo vectors and matrices.