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 efficient routines for manipulation of date-time objects while accounting for time-zones and daylight saving times. The package includes utilities for updating of date-time components (year, month, day etc.), modification of time-zones, rounding of date-times, period addition and subtraction etc. Parts of the CCTZ source code, released under the Apache 2.0 License, are included in this package.
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.
This package wraps the AntiWord utility to extract text from Microsoft Word documents. The utility only supports the old doc format, not the new XML based docx format. Use the xml2 package to read the latter.
This package provides implementation of methods for estimation of quantitative maps from Multi-Parameter Mapping (MPM) acquisitions including adaptive smoothing methods in the framework of the ESTATICS model. The smoothing method is described in Mohammadi et al. (2017). <doi:10.20347/WIAS.PREPRINT.2432>. Usage of the package is also described in Polzehl and Tabelow (2019), Magnetic Resonance Brain Imaging, Chapter 6, Springer, Use R! Series. <doi:10.1007/978-3-030-29184-6_6>.
This package provides an extendable, performant and multithreaded alt-string implementation backed by C++ vectors and strings.
This is an extension of the testthat package that lets you add parameters to your unit tests. Parameterized unit tests are often easier to read and more reliable, since they follow the DNRY (do not repeat yourself) rule.
This package contains a collection of various functions to assist in R programming, such as tools to assist in developing, updating, and maintaining R and R packages, calculating the logit and inverse logit transformations, tests for whether a value is missing, empty or contains only NA and NULL values, and many more.
This package provides tools for data importation, recoding, and inspection. There are functions to create new project folders, R code templates, create uniquely named output directories, and to quickly obtain a visual summary for each variable in a data frame. The main feature here is the systematic implementation of the "variable key" framework for data importation and recoding.
Generate a colorized diff of two R objects for an intuitive visualization of their differences.
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 lets you use multiple fill and color scales in ggplot2.
This package is a compatibility wrapper to replace the orphaned package by Romain Francois. New applications should use the openssl or base64enc package instead.
This package provides flexible parametric models for time-to-event data, including the Royston-Parmar spline model, generalized gamma and generalized F distributions. Any user-defined parametric distribution can be fitted, given at least an R function defining the probability density or hazard. There are also tools for fitting and predicting from fully parametric multi-state models.
UpSet plots are an improvement over Venn Diagram for set overlap visualizations. Striving to bring the best of the UpSetR and ggplot2, this package offers a way to create complex overlap visualisations, using simple and familiar tools.
This package provides an Rstudio add-in that delivers a graphical interface for editing ggplot2 theme elements.
This package provides response time distributions (density/PDF, distribution function/CDF, quantile function, and random generation):
Ratcliff diffusion model (Ratcliff &
McKoon, 2008, <doi:10.1162/neco.2008.12-06-420>) based on C code by Andreas and Jochen Voss andlinear ballistic accumulator (LBA; Brown & Heathcote, 2008, <doi:10.1016/j.cogpsych.2007.12.002>) with different distributions underlying the drift rate.
This package provides a low-level interface to the Java VM very much like .C/.Call and friends. It allows the creation of objects, calling methods and accessing fields.
This package provides basic infrastructure for linear test statistics and permutation inference in the framework of Strasser and Weber (1999).
This package aims to make it easy to use various types of fonts (TrueType, OpenType, Type 1, web fonts, etc.) in R graphs, and supports most output formats of R graphics including PNG, PDF and SVG. Text glyphs will be converted into polygons or raster images, hence after the plot has been created, it no longer relies on the font files. No external software such as Ghostscript is needed to use this package.
This started out as a package for file and string manipulation. Since then, the fs and strex packages emerged, offering functionality previously given by this package. Those packages have hence almost pushed filesstrings into extinction. However, it still has a small number of unique, handy file manipulation functions which can be seen in the vignette. One example is a function to remove spaces from all file names in a directory.
This package provides convenience functions for analyzing factorial experiments using ANOVA or mixed models.
This package provides tools and functions for managing the download of binary files. Binary repositories are defined in the YAML format. Defining new pre-download, download and post-download templates allow additional repositories to be added.
The grammar of graphics as implemented in ggplot2 is a poor fit for graph and network visualizations due to its reliance on tabular data input. The ggraph package is an extension of the ggplot2 API tailored to graph visualizations and provides the same flexible approach to building up plots layer by layer.
This package provides HTTP error helpers. Methods are included for general purpose HTTP error handling, as well as individual methods for every HTTP status code, both via status code numbers as well as their descriptive names. It supports the ability to adjust behavior to stop, message or warning. It includes the ability to use a custom whisker template to have any configuration of status code, short description, and verbose message.