Create browsers for reading full texts from a token list format. Information obtained from text analyses (e.g., topic modeling, word scaling) can be used to annotate the texts.
Allows using two URL shortening services, which also provide expanding and analytic functions. Specifically developed for Bit.ly (which requires OAuth 2.0) and is.gd (no API key).
Graphical data analysis of accelerated life tests. Methods derived from Wayne Nelson (1990, ISBN: 9780471522775), William Q. Meeker and Lois A. Escobar (1998, ISBN: 1-471-14328-6).
Array macro helps initialize arrays. It is useful when initializing large arrays (greater than 32 elements), or arrays of types which do not implement the copy or default traits.
This package provides HTTP authentication; it can parse challenge lists, respond to Basic and Digest challenges. It is likely to be extended with server support and additional auth schemes.
cl-random
is a library for generating random draws from various commonly used distributions, and for calculating statistical functions, such as density, distribution and quantiles for these distributions.
This package is a fork from the retry package, but with some of added community-sourced features. It provides an easy to use, but functional decorator for retrying on exceptions.
The JSON format is ubiquitous for data interchange, and the simdjson library written by Daniel Lemire (and many contributors) provides a high-performance parser for these files which by relying on parallel SIMD instruction manages to parse these files as faster than disk speed. See the <doi:10.48550/arXiv.1902.08318>
paper for more details about simdjson'. This package parses JSON from string, file, or remote URLs under a variety of settings.
Computes the density and probability for the conditional truncated multivariate normal (Horrace (2005) p. 4, <doi:10.1016/j.jmva.2004.10.007>). Also draws random samples from this distribution.
This package provides a data visualization design that provides comparison between two (Double) data sources (usually on a par with each other) on one reformed heatmap, while inheriting ggplot2 features.
This package provides tools for emitting the Problem Details structure defined in RFC 7807 <https://tools.ietf.org/html/rfc7807> for reporting errors from HTTP servers in a standard way.
Offers modeling the association between gene-expression and bioassay data, taking care of the effect due to a fingerprint feature and helps with several plots to better understand the analysis.
More data sets used for demonstrating or testing model-related packages are contained in this package. The data sets are downloaded and cached, allowing for more and bigger data sets.
Chat with large language models on your machine without internet with complete privacy via ollama', powered by R shiny interface. For more information on ollama', visit <https://ollama.com>.
Streamline the processing of Telraam data, sourced from open data mobility sensors. These tools range from data retrieval (without the need for API knowledge) to data visualization, including data preprocessing.
This package provides tools to convert the output of utils::getParseData()
to an XML
tree, that one can search via XPath
, and is easier to manipulate in general.
This package provides functions to compute the distribution function of quadratic forms in normal variables using Imhof's method, Davies's algorithm, Farebrother's algorithm or Liu et al.'s algorithm.
This package uses the node library is-my-json-valid
or ajv
to validate JSON against a JSON schema. Drafts 04, 06 and 07 of JSON schema are supported.
Convert a logical vector or a vector of p-values or a correlation, difference, or distance matrix into a display identifying the pairs for which the differences were not significantly different.
This module provides line editing support via the Readline library for GNU Guile. Use the (ice-9 readline)
module and call its activate-readline
procedure to enable it.
This Common Lisp library focuses on the small set of basic color manipulations (lightening, compliments, etc.) you might use to generate a color palette for a GUI or web page.
rfc3986
is a Python implementation of RFC 3986 including validation and authority parsing. This module also supports RFC 6874 which adds support for zone identifiers to IPv6 addresses.
This package provides pancurses is a curses libary for Rust that supports both Unix and Windows platforms by abstracting away the backend that it uses (ncurses-rs and pdcurses-sys respectively).
Prints code that can be used to recreate R objects. In a sense it is similar to base::dput()
or base::deparse()
but constructive strives to use idiomatic constructors.