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.
This package provides three functions for dealing with dates: parse_iso_8601 recognizes and parses all valid ISO 8601 date and time formats, parse_date parses dates in unspecified formats, and format_iso_8601 formats a date in ISO 8601 format.
This package runs R-code present in a pandoc markdown file and includes the resulting output in the resulting markdown file. This file can then be converted into any of the output formats supported by pandoc. The package can also be used as an engine for writing package vignettes.
The ade4 package contains data analysis functions to analyze ecological and environmental data in the framework of Euclidean exploratory methods.
The R package data.table is an extension of data.frame providing functions for fast aggregation of large data (e.g. 100GB in RAM), fast ordered joins, fast add/modify/delete of columns by group, column listing and fast file reading.
This package arranges data by a set of methods. It uses rearrangers to reorder data points and mutators to change their values. From basic utilities, to centering the greatest value, to swirling in 3-dimensional space, rearrr enables creativity when plotting and experimenting with data.
This package contains general data structures and functions for longitudinal data with multiple variables, repeated measurements, and irregularly spaced time points. It also implements a shrinkage estimator of dynamical correlation and dynamical covariance.
This package provides an R interface to the jExcel library to create web-based interactive tables and spreadsheets compatible with spreadsheet software.
This package provides functions for testing affine hypotheses on the regression coefficient vector in regression models with autocorrelated errors.
A workflow is a combination of a model and preprocessors (e.g, a formula, recipe, etc.). In order to try different combinations of these, an object can be created that contains many workflows. There are functions to create workflows en masse as well as training them and visualizing the results.
This package implements a self-sufficient reader and writer for flat Parquet files. It can read most Parquet data types. It can write many R data types, including factors and temporal types.
This package provides functions related to human natural ordering. It handles adjacent digits in a character sequence as a number so that natural sort function arranges a character vector by their numbers, not digit characters.
This package creates D3 JavaScript network, tree, dendrogram, and Sankey graphs from R.
This package allows estimation and modelling of flight costs in animal (vertebrate) flight, implementing the aerodynamic power model. Flight performance is estimated based on basic morphological measurements such as body mass, wingspan and wing area. Afpt can be used to make predictions on how animals should adjust their flight behaviour and wingbeat kinematics to varying flight conditions.
This package provides the prediction() function, a type-safe alternative to predict() that always returns a data frame. The package currently supports common model types (e.g., "lm", "glm") from the stats package, as well as numerous other model classes from other add-on packages.
This package contains some functions to help users (especially data explorers) to make more sense of their variables and take the most out of variables and hardware resources. Functions in this package are supposed to be efficient and easy to use.
This package provides procedures to work with block diagonal symmetric matrices, a special case of sparse matrices.
This package provides vector map data from https://www.naturalearthdata.com/. Access functions are provided in the accompanying package rnaturalearth.
This package provides geometries to plot network objects with the ggplot2 package.
This is a pure R implementation of the Covariance Matrix Adaptation Evolution Strategy (CMA-ES) with optional restarts (IPOP-CMA-ES).
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 miscellaneous functions for training and plotting classification and regression models.
This package provides an R-based solution for symbolic differentiation. It admits user-defined functions as well as function substitution in arguments of functions to be differentiated. Some symbolic simplification is part of the work.
This package provides a dataset with an uneven number of cases in each class is said to be unbalanced. Many models produce a subpar performance on unbalanced datasets.
This package implements the regularized Gaussian maximum likelihood estimation of the inverse of a covariance matrix. It uses Newton's method and coordinate descent to solve the regularized inverse covariance matrix estimation problem.