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 functions for creating plots and image files in a unified way regardless of output format (EPS, PDF, PNG, SVG, TIFF, WMF, etc.). Default device options as well as scales and aspect ratios are controlled in a uniform way across all device types. Switching output format requires minimal changes in code. This package is ideal for large-scale batch processing, because it will never leave open graphics devices or incomplete image files behind, even on errors or user interrupts.
This package provides a set of convenient functions for calculating sun-related information, including the sun's position (elevation and azimuth), and the times of sunrise, sunset, solar noon, and twilight for any given geographical location on Earth. These calculations are based on equations provided by the National Oceanic & Atmospheric Administration (NOAA) as described in "Astronomical Algorithms" by Jean Meeus (1991). A resource for researchers and professionals working in fields such as climatology, biology, and renewable energy.
This package includes functions and reference data to generate and manipulate log-ratios (also known as log size index (LSI) values) from measurements obtained on zooarchaeological material. Log ratios are used to compare the relative (rather than the absolute) dimensions of animals from archaeological contexts. The zoolog package is also able to seamlessly integrate data and references with heterogeneous nomenclature, which is internally managed by a zoolog thesaurus.
Uniform manifold approximation and projection is a technique for dimension reduction. This package provides an interface to the UMAP algorithm in R, including a translation of the original algorithm into R.
This package provides a toolkit with infrastructure for representing, summarizing, and visualizing tree-structured regression and classification models.
This package provides tools for creating and modifying HTTP requests, then performing them and processing the results. httr2 is a re-imagining of httr that uses a pipe-based interface and solves more of the problems that API wrapping packages face.
This package provides two high quality and fast PPRNGs that may be used in an OpenMP parallel environment. In addition, there is a generator for one dimensional low-discrepancy sequence.
This package contains utility functions for the spatstat package which may also be useful for other purposes.
This package provides tools to parse simple .ini configuration files to an structured list. Users can manipulate this resulting list with lapply() functions. This same structured list can be used to write back to file after modifications.
automap performs an automatic interpolation by automatically estimating the variogram and then calling gstat.
RestRserve is an R web API framework for building high-performance AND robust microservices and app backends. With Rserve backend on UNIX-like systems it is parallel by design. It will handle incoming requests in parallel - each request in a separate fork.
This package lets you assign, extract, or remove variable labels from R vectors.
dplyr is the next iteration of plyr. It is focused on tools for working with data frames. It has three main goals: 1) identify the most important data manipulation tools needed for data analysis and make them easy to use in R; 2) provide fast performance for in-memory data by writing key pieces of code in C++; 3) use the same code interface to work with data no matter where it is stored, whether in a data frame, a data table or database.
Streaming JSON (ndjson) has one JSON record per-line and many modern ndjson files contain large numbers of records. These constructs may not be columnar in nature, but it is often useful to read in these files and "flatten" the structure out to enable working with the data in an R data.frame-like context. Functions are provided that make it possible to read in plain ndjson files or compressed (gz) ndjson files and either validate the format of the records or create "flat" data.table structures from them.
This package provides a platform-independent API to access the operating system's credential store. It currently supports Keychain on macOS, Credential Store on Windows, the Secret Service API on GNU/Linux, and a simple, platform independent store implemented with environment variables. Additional storage back-ends can be added easily.
The biglm package lets you create a linear model object that uses only codep^2 memory for p variables. It can be updated with more data using update. This allows linear regression on data sets larger than memory.
This package provides optimized functions and flexible combinatorial iterators implemented in C++ for solving problems in combinatorics and computational mathematics. It utilizes the RMatrix class from RcppParallel for thread safety. There are combination/permutation functions with constraint parameters that allow for generation of all results of a vector meeting specific criteria. It is capable of generating specific combinations/permutations which sets up nicely for parallelization as well as random sampling. Gmp support permits exploration where the total number of results is large. Additionally, there are several high performance number theoretic functions that are useful for problems common in computational mathematics.
The spdlog library is a widely-used and very capable header-only C++ library for logging. This package includes its headers as an R package to permit other R packages to deploy it via a simple LinkingTo: RcppSpdlog. As of version 0.0.9, it also provides both simple R logging functions and compiled functions callable by other packages.
This package provides a functional gradient descent algorithm (boosting) for optimizing general risk functions utilizing component-wise (penalised) least squares estimates or regression trees as base-learners for fitting generalized linear, additive and interaction models to potentially high-dimensional data.
This package provides a replacement for the extract function from the raster package that is suitable for extracting raster values using sf polygons.
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>).
The Gaussian hypergeometric function for complex numbers.
mlr3pipelines enriches mlr3 with a diverse set of pipelining operators (PipeOps) that can be composed into graphs. Operations exist for data preprocessing, model fitting, and ensemble learning. Graphs can themselves be treated as mlr3 Learners and can therefore be resampled, benchmarked, and tuned.
This package provides functions and data to construct technical trading rules with R.