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 search send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.
The main aim of the pander R package is to provide a minimal and easy tool for rendering R objects into Pandoc's markdown. The package is also capable of exporting/converting complex Pandoc documents (reports) in various ways.
This package provides bindings to GnuPG for working with OpenGPG (RFC4880) cryptographic methods. It includes utilities for public key encryption, creating and verifying digital signatures, and managing your local keyring. Some functionality depends on the version of GnuPG that is installed on the system.
Given a protein multiple sequence alignment, it is a daunting task to assess the effects of substitutions along sequence length. The aaSEA package is intended to help researchers to rapidly analyze property changes caused by single, multiple and correlated amino acid substitutions in proteins.
This package provides implementations of the family of map() functions from the purrr package that can be resolved using any future-supported backend, e.g. parallel on the local machine or distributed on a compute cluster.
This package provides functions for feed-forward neural networks with a single hidden layer, and for multinomial log-linear models.
This package provides multiple sources of stopwords, for use in text analysis and natural language processing.
This package provides tools to compute Gower's distance (or similarity) coefficient between records, and to compute the top-n matches between records. Core algorithms are executed in parallel on systems supporting OpenMP.
This package provides a language extension to efficiently write functional programs in R. Syntax extensions include multi-part function definitions, pattern matching, guard statements, built-in (optional) type safety.
Plyr is a set of tools that solves a common set of problems: you need to break a big problem down into manageable pieces, operate on each piece and then put all the pieces back together. For example, you might want to fit a model to each spatial location or time point in your study, summarise data by panels or collapse high-dimensional arrays to simpler summary statistics.
This package provides tidy tools for quantifying how well a model fits to a data set such as confusion matrices, class probability curve summaries, and regression metrics (e.g., RMSE).
This package provides a suite of functions to help ease the use of the d3.js visualization library in R. These helpers include htmltools::htmlDependency functions, hierarchy builders, and conversion tools for partykit, igraph, table, and data.frame R objects into the JSON format that the d3.js library expects.
Create interactive ggplot2 graphics using htmlwidgets.
This package provides a suite of custom R Markdown formats and templates for authoring journal articles and conference submissions.
Structural equation modeling (SEM) has a long history of representing models graphically as path diagrams. The semPlot package for R fills the gap between advanced, but time-consuming, graphical software and the limited graphics produced automatically by SEM software. In addition, semPlot offers more functionality than drawing path diagrams: it can act as a common ground for importing SEM results into R. Any result usable as input to semPlot can also be represented in any of the three popular SEM frame-works, as well as translated to input syntax for the R packages sem and lavaan.
This package provides UI widget and layout functions for writing Shiny apps that work well on small screens.
This package provides a set of predicates and assertions for checking the properties of strings. This is mainly for use by other package developers who want to include run-time testing features in their own packages.
This package provides tools for making the descriptive "Table 1" used in medical articles, a transition plot for showing changes between categories (also known as a Sankey diagram), flow charts by extending the grid package, a method for variable selection based on the SVD, Bezier lines with arrows complementing the ones in the grid package, and more.
This package provides an interface to Amazon Web Services end user computing services, including collaborative document editing, mobile intranet, and more.
This package provides a light weight implementation of the standard distribution functions for the inverse gamma distribution, wrapping those for the gamma distribution in the stats package.
This package provides non-statistical utilities used by the software developed by the Statnet Project.
This package provides fast machine learning algorithms including matrix factorization and divisive clustering for large sparse and dense matrices.
This package provides an improved heatmap package. It is completely compatible with the original R function heatmap, and provides more powerful and convenient features.
This package provides various R programming tools for data manipulation, including:
medical unit conversions
combining objects
character vector operations
factor manipulation
obtaining information about R objects
generating fixed-width format files
extricating components of date and time objects
operations on columns of data frames
matrix operations
operations on vectors and data frames
value of last evaluated expression
wrapper for
samplethat ensures consistent behavior for both scalar and vector arguments
This package provides a pipeline toolkit for statistics and data science in R; the targets package brings function-oriented programming to Make-like declarative pipelines. It orchestrates a pipeline as a graph of dependencies, skips steps that are already up to date, runs the necessary computation with optional parallel workers, abstracts files as R objects, and provides tangible evidence that the results are reproducible given the underlying code and data. The methodology in this package borrows from GNU Make (2015, ISBN:978-9881443519) and drake (2018, <doi:10.21105/joss.00550>).