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 fast and user-friendly implementation of nonparametric estimators for censored event history (survival) analysis with the Kaplan-Meier and Aalen-Johansen methods.
This package provides tools to query and print information about the current R session. It is similar to utils::sessionInfo(), but includes more information about packages, and where they were installed from.
This package simplifies custom CSS styling of both shiny and rmarkdown via Bootstrap Sass. It supports both Bootstrap 3 and 4 as well as their various Bootswatch themes. An interactive widget is also provided for previewing themes in real time.
This package provides a self-tuning spectral clustering method for single or multi-view data. Spectrum uses a new type of adaptive density aware kernel that strengthens connections in the graph based on common nearest neighbours. It uses a tensor product graph data integration and diffusion procedure to integrate different data sources and reduce noise. Spectrum uses either the eigengap or multimodality gap heuristics to determine the number of clusters. The method is sufficiently flexible so that a wide range of Gaussian and non-Gaussian structures can be clustered with automatic selection of K.
This package is meant to ease the creation of time-to-event (i.e. survival) endpoint figures. The modular functions create figures ready for publication. Each of the functions that add to or modify the figure are written as proper ggplot2 geoms or stat methods, allowing the functions from this package to be combined with any function or customization from ggplot2 and other ggplot2 extension packages.
This package provides building blocks for the design and analysis of multiobjective optimization algorithms.
This package provides a ggplot2 extension for drawing gene arrow maps.
This package lets you import OpenDocument Spreadsheet (ODS) into R as a data frame. It also supports writing data frames to an ODS file.
This package provides functions for drawing and calibrating samples.
This package provides more controls on the option values such as validation and filtering on the values, making options invisible or private.
This package is interface to NLopt, a library for nonlinear optimization. NLopt is a library for nonlinear optimization, providing a common interface for a number of different free optimization routines available online as well as original implementations of various other algorithms.
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 implements the Differential Evolution algorithm. This algorithm is used for the global optimization of a real-valued function of a real-valued parameter vector. The implementation of DifferentialEvolution in DEoptim interfaces with C code for efficiency.
This package provides C-based tools for converting large scatterplot data to rasters. It speeds up plotting of data with millions of points.
This package provides tools to access and manipulate Word and PowerPoint documents from R. The package focuses on tabular and graphical reporting from R; it also provides two functions that let users get document content into data objects. A set of functions lets add and remove images, tables and paragraphs of text in new or existing documents. When working with PowerPoint presentations, slides can be added or removed; shapes inside slides can also be added or removed. When working with Word documents, a cursor can be used to help insert or delete content at a specific location in the document.
Flexible general-purpose toolbox implementing genetic algorithms (GAs) for stochastic optimisation. Binary, real-valued, and permutation representations are available to optimize a fitness function, i.e., a function provided by users depending on their objective function. Several genetic operators are available and can be combined to explore the best settings for the current task. Furthermore, users can define new genetic operators and easily evaluate their performances. Local search using general-purpose optimisation algorithms can be applied stochastically to exploit interesting regions. GAs can be run sequentially or in parallel, using an explicit master-slave parallelisation or a coarse-grain islands approach.
This package provides extended data frames, with a special data frame column which contains two indexes, with potentially a nesting structure.
This package provides helper functions that act as wrappers to more advanced statistical methods with the advantage of having sane defaults for quick reporting.
This package provides a C++ header library for using the libsoda-cxx library with R. The C++ header reimplements the lsoda function from the ODEPACK library for solving initial value problems for first order ordinary differential equations. The C++ header can be used by other R packages by linking against this package. The C++ functions can be called inline using Rcpp. Finally, the package provides an ode function to call from R.
Similarly to the FNN package, this package allows calculation of the k nearest neighbors (kNN) of a data matrix. The implementation is based on cover trees introduced by Alina Beygelzimer, Sham Kakade, and John Langford (2006) doi:10.1145/1143844.1143857.
This package provides tools to identify and read BMP, JPEG, PNG, and TIFF format bitmap images. Identification defaults to the use of the magic number embedded in the file rather than the file extension.
This package provides tools to read, write, create, and manipulate DESCRIPTION files. It is intended for packages that create or manipulate other packages.
This package provides functionality for random generation of spatial data in the spatstat family of packages. It generates random spatial patterns of points according to many simple rules (complete spatial randomness, Poisson, binomial, random grid, systematic, cell), randomised alteration of patterns (thinning, random shift, jittering), simulated realisations of random point processes (simple sequential inhibition, Matern inhibition models, Matern cluster process, Neyman-Scott cluster processes, log-Gaussian Cox processes, product shot noise cluster processes) and simulation of Gibbs point processes (Metropolis-Hastings birth-death-shift algorithm, alternating Gibbs sampler).
This package provides graphical scales that map data to aesthetics, and provides methods for automatically determining breaks and labels for axes and legends.