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 lets you interact with Google Sheets through the Sheets API v4. This package can read and write both the metadata and the cell data in a Sheet.
This package implements the Figueiredo machine learning algorithm for adaptive sparsity and the Wong algorithm for adaptively sparse Gaussian geometric models.
This package implements a generalized version of principal components analysis (GLM-PCA) for dimension reduction of non-normally distributed data such as counts or binary matrices.
This package provides a wrapper for the download.file function, making it possible to download files over HTTPS across platforms. The RCurl package provides this functionality (and much more) but has external dependencies. This package has is implemented purely in R.
This package provides a minimal, unifying API for scripts and packages to report progress updates from anywhere including when using parallel processing. The package is designed such that the developer can to focus on what progress should be reported on without having to worry about how to present it. The end user has full control of how, where, and when to render these progress updates.
This package provides geometries to plot network objects with the ggplot2 package.
r-rvest helps you scrape information from web pages. It is designed to work with magrittr to make it easy to express common web scraping tasks, inspired by libraries like BeautifulSoup.
This package provides a minimal R and C++ API for parsing well-known binary and well-known text representation of geometries to and from R-native formats. Well-known binary is compact and fast to parse; well-known text is human-readable and is useful for writing tests. These formats are only useful in R if the information they contain can be accessed in R, for which high-performance functions are provided here.
This package provides an interface to Amazon Web Services machine learning services, including SageMaker managed machine learning service, natural language processing, speech recognition, translation, and more.
This package implements functionality for exploratory data analysis and nonparametric analysis of spatial data, mainly spatial point patterns, in the spatstat family of packages. Methods include quadrat counts, K-functions and their simulation envelopes, nearest neighbour distance and empty space statistics, Fry plots, pair correlation function, kernel smoothed intensity, relative risk estimation with cross-validated bandwidth selection, mark correlation functions, segregation indices, mark dependence diagnostics, and kernel estimates of covariate effects. Formal hypothesis tests of random pattern (chi-squared, Kolmogorov-Smirnov, Monte Carlo, Diggle-Cressie-Loosmore-Ford, Dao-Genton, two-stage Monte Carlo) and tests for covariate effects (Cox-Berman-Waller-Lawson, Kolmogorov-Smirnov, ANOVA) are also supported.
Makes it incredibly easy to build interactive web applications with R. Automatic "reactive" binding between inputs and outputs and extensive prebuilt widgets make it possible to build beautiful, responsive, and powerful applications with minimal effort.
This package is a flexible and comprehensive R toolbox for model-based optimization. It implements Efficient Global Optimization Algorithm for single- and multi-objective optimization. It supports mixed parameters. The machine learning toolbox mlr offers regression learners. It provides various infill criteria and features batch proposal, parallel execution, visualization, and logging. Its modular implementation allows easy customization by the user.
This package provides a system for generating extendable and customizable heatmaps for exploring complex datasets, including big data and data with multiple data types.
This package provides a replication of key functionality from dplyr and the wider tidyverse using only base.
This package provides tools to render DOT diagram markup language in R and also provides the possibility to export the graphs in PostScript and SVG (Scalable Vector Graphics) formats. In addition, it supports literate programming packages such as knitr and rmarkdown.
This package contains functionality for importing and managing of downloaded genome annotation data from the Ensembl genome browser (European Bioinformatics Institute) and from the UCSC genome browser (University of California, Santa Cruz) and annotation routines for genomic positions and splice site positions.
This package implements a data structure similar to hashes in Perl and dictionaries in Python but with a purposefully R flavor. For objects of appreciable size, access using hashes outperforms native named lists and vectors.
automap performs an automatic interpolation by automatically estimating the variogram and then calling gstat.
This package provides an implementation of the Harmony algorithm for single cell integration. This package includes a standalone Harmony function and interfaces to external frameworks.
This package contains third-party map tile provider information from Leaflet.js, to be used with the leaflet R package. Additionally, leaflet.providers enables users to retrieve up-to-date provider information between package updates.
This package interacts with a suite of web services for chemical information. Sources include: Alan Wood's Compendium of Pesticide Common Names, Chemical Identifier Resolver, ChEBI, Chemical Translation Service, ChemSpider, ETOX, Flavornet, NIST Chemistry WebBook, OPSIN, PubChem, SRS, Wikidata.
This package provides an interface (wrapper) to MPI APIs. It also provides an interactive R manager and worker environment.
This package support non-robust and robust computations of the sample autocovariance (ACOVF) and sample autocorrelation functions (ACF) of univariate and multivariate processes. The methodology consists in reversing the diagonalization procedure involving the periodogram or the cross-periodogram and the Fourier transform vectors, and, thus, obtaining the ACOVF or the ACF as discussed in Fuller (1995) doi:10.1002/9780470316917. The robust version is obtained by fitting robust M-regressors to obtain the M-periodogram or M-cross-periodogram as discussed in Reisen et al. (2017) doi:10.1016/j.jspi.2017.02.008.
This package defines S4 classes for single-cell genomic data and associated information, such as dimensionality reduction embeddings, nearest-neighbor graphs, and spatially-resolved coordinates. It provides data access methods and R-native hooks to ensure the Seurat object is familiar to other R users.