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 key-value stores with automatic pruning. Caches can limit either their total size or the age of the oldest object (or both), automatically pruning objects to maintain the constraints.
Provide nonparametric methods for mean regression model, modal regression and conditional density estimation in the presence/absence of measurement error. Bandwidth selection is also provided for each method.
This package provides a cross-platform solution to open files, directories or URLs with their associated programs.
This package provides tools to create pretty tables for HTML documents and other formats. Functions are provided to let users create tables, modify and format their content. It extends the officer package and can be used within R markdown documents when rendering to HTML and to Word documents.
This package implements tools for weighted network visualization and analysis, as well as Gaussian graphical model computation. It contains graph plotting methods, and tools for psychometric data visualization and graphical model estimation. See Epskamp et al. (2012) doi:10.18637/jss.v048.i04.
This package provides an interface to the NetCDF file formats designed by Unidata for efficient storage of array-oriented scientific data and descriptions. Most capabilities of NetCDF version 4 are supported. Optional conversions of time units are enabled by UDUNITS version 2, also from Unidata.
This package provides fast and memory efficient methods for truncated singular and eigenvalue decompositions, as well as for principal component analysis of large sparse or dense matrices.
This package facilitates mapping by making natural earth map data from https://www.naturalearthdata.com/ more easily available to R users.
Solving a system of linear equations is one of the most fundamental computational problems for many fields of mathematical studies, such as regression problems from statistics or numerical partial differential equations. This package provides basic stationary iterative solvers such as Jacobi, Gauss-Seidel, Successive Over-Relaxation and SSOR methods. Nonstationary, also known as Krylov subspace methods are also provided. Sparse matrix computation is also supported in that solving large and sparse linear systems can be manageable using the Matrix package along with RcppArmadillo.
This package lets you fit generalized linear mixed models for a single grouping factor under maximum likelihood approximating the integrals over the random effects with an adaptive Gaussian quadrature rule; Jose C. Pinheiro and Douglas M. Bates (1995) <doi:10.1080/10618600.1995.10474663>.
Phylogenetic trees generally contain multiple components including nodes, edges, branches and associated data. This package provides an approach to convert tree objects to tidy data frames. It also provides tidy interfaces to manipulate tree data.
This package provides airline on-time data for all flights departing NYC in 2013. It also includes useful metadata on airlines, airports, weather, and planes.
This package provides a collection of meta-analysis datasets for teaching purposes, illustrating/testing meta-analytic methods, and validating published analyses.
This is a package for the computation of highest density regions in one and two dimensions, kernel estimation of univariate density functions conditional on one covariate, and multimodal regression.
The TOML configuration format specifies an excellent format suitable for both human editing as well as the common uses of a machine-readable format. This package provides Rcpp bindings to a TOML parser.
This is an R package for the imputation of left-censored data under a compositional approach. The implemented methods consider aspects of relevance for a compositional approach such as scale invariance, subcompositional coherence or preserving the multivariate relative structure of the data. Based on solid statistical frameworks, it comprises the ability to deal with single and varying censoring thresholds, consistent treatment of closed and non-closed data, exploratory tools, multiple imputation, Markov Chain Monte Carlo (MCMC), robust and non-parametric alternatives, and recent proposals for count data.
This package provides a collection of artificial and real-world machine learning benchmark problems, including, e.g., several data sets from the UCI repository.
This package provides tools for the variable selection from random forests using both backwards variable elimination (for the selection of small sets of non-redundant variables) and selection based on the importance spectrum (somewhat similar to scree plots; for the selection of large, potentially highly-correlated variables). The main applications are in high-dimensional data (e.g., microarray data, and other genomics and proteomics applications).
This package provides data sets used for demonstrating or testing model-related packages.
This package lets you construct Clinical Data Interchange Standards Consortium (CDISC) compliant Analysis Results Data objects. These objects are used and re-used to construct summary tables, visualizations, and written reports. The package also exports utilities for working with these objects and creating new Analysis Results Data objects.
The revgeo procedure allows you to use the Photon geocoder for OpenStreetMap, Google Maps, and Bing to reverse geocode coordinate pairs with minimal hassle.
This package computes cell fate bias for multi-lineage single-cell data. It also provides visualization tools for analyzing these biases.
This package provides a set of predicates and assertions for checking the properties of dates and times. This is mainly for use by other package developers who want to include run-time testing features in their own packages.
This package provides an interface to Amazon Web Services developer tools services, including version control, continuous integration and deployment, and more.