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 ggplot2 extension that enables the rendering of complex formatted plot labels (titles, subtitles, facet labels, axis labels, etc.). Text boxes with automatic word wrap are also supported.
This package provides functions to calculate: moments, Pearson's kurtosis, Geary's kurtosis and skewness; it also includes tests related to them (Anscombe-Glynn, D'Agostino, Bonett-Seier).
This package provides a computationally stable approach of fitting a Gaussian Process (GP) model to a deterministic simulator.
This package provides an R based genetic algorithm for binary and floating point chromosomes.
Tools to access data from the data web service of the OeNB, https://www.oenb.at/en/Statistics/User-Defined-Tables/webservice.html.
This package computes various confidence intervals (CI) for the Kaplan-Meier estimator, namely: Petos CI, Rothman CI, CIs based on Greenwoods variance, Thomas and Grunkemeier CI and the simultaneous confidence bands by Nair and Hall and Wellner.
This package provides an efficient interface to MPI by utilizing S4 classes and methods with a focus on Single Program/Multiple Data (SPMD) parallel programming style, which is intended for batch parallel execution.
This package provides a suite of elliptic and related functions including Weierstrass and Jacobi forms. It also includes various tools for manipulating and visualizing complex functions.
This package provides methods and algorithms for discrete optimization, e.g. knapsack and subset sum procedures, derivative-free Nelder-Mead and Hooke-Jeeves minimization, and some (evolutionary) global optimization functions.
This package provides an R wrapper of OpenAI API endpoints (see https://platform.openai.com/docs/introduction for details). This package covers Models, Completions, Chat, Edits, Images, Embeddings, Audio, Files, Fine-tunes, Moderations, and legacy Engines endpoints.
This package infers directional Conservative causal core (gene) networks (C3NET). This is a version of the algorithm C3NET with directional network.
This package is a collection of search spaces for hyperparameter optimization in the mlr3 ecosystem. It features ready-to-use search spaces for many popular machine learning algorithms. The search spaces are from scientific articles and work for a wide range of data sets.
This package provides a set of handy functions. It includes a versatile one line progress bar, one line function timer with detailed output, time delay function, text histogram, object preview, CRAN package search, simpler package installer, Linux command install check, a flexible Mode function, top function, simulation of correlated data, and more.
Customize Bootstrap and Bootswatch themes, like colors, fonts, grid layout, to use in Shiny applications, rmarkdown documents and flexdashboard.
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.
This package provides a C++11-style thread class and thread pool that can safely be interrupted from R.
This package provides a new class Formula, which extends the base class formula. It supports extended formulas with multiple parts of regressors on the right-hand side and/or multiple responses on the left-hand side.
This package provides useful tools for both users and developers of packages for fitting Bayesian models or working with output from Bayesian models. The primary goals of the package are to:
Efficiently convert between many different useful formats of draws (samples) from posterior or prior distributions.
Provide consistent methods for operations commonly performed on draws, for example, subsetting, binding, or mutating draws.
Provide various summaries of draws in convenient formats.
Provide lightweight implementations of state of the art posterior inference diagnostics.
This package provides a set of tools to facilitate package development and make R a more user-friendly place. It is intended mostly for developers (or anyone who writes/shares functions). It provides a simple, powerful and flexible way to check the arguments passed to functions. The developer can easily describe the type of argument needed. If the user provides a wrong argument, then an informative error message is prompted with the requested type and the problem clearly stated--saving the user a lot of time in debugging.
This package provides functions for working with magnetic resonance images. It supports reading and writing of popular file formats (DICOM, Analyze, NIfTI-1, NIfTI-2, MGH); interactive and non-interactive visualization; flexible image manipulation; metadata and sparse image handling.
This package provides R6 abstract classes for building machine learning models with a scikit-learn like API. Scikit-learn is a popular module for the Python programming language whose design became a de facto standard in industry for machine learning tasks.
Lp_solve is software for solving linear, integer and mixed integer programs. This implementation supplies a "wrapper" function in C and some R functions that solve general linear/integer problems, assignment problems, and transportation problems.
The clusterCrit package provides an implementation of the following indices: Czekanowski-Dice, Folkes-Mallows, Hubert Γ, Jaccard, McNemar, Kulczynski, Phi, Rand, Rogers-Tanimoto, Russel-Rao or Sokal-Sneath. ClusterCrit defines several functions which compute internal quality indices or external comparison indices. The partitions are specified as an integer vector giving the index of the cluster each observation belongs to.
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.