Sans-serif Narrow fonts to replace commonly used Arial Narrow

fonts-liberation-sans-narrow

Sans-serif Narrow fonts to replace commonly used Arial Narrow

The Liberation Sans Narrow Fonts are intended to be replacements for the Arial Narrow.

r-cran-gsubfn

GNU R utilities for strings and function arguments

The gsubfn function is like gsub but can take a replacement function or certain other objects instead of the replacement string. Matches and back references are input to the replacement function and replaced by the function output. gsubfn can be used to split strings based on content rather than delimiters and for quasi-perl-style string interpolation. The package also has facilities for translating formulas to functions and allowing such formulas in function calls instead of functions. This can be used with R functions such as apply, sapply, lapply, optim, integrate, xyplot, Filter and any other function that expects another function as an input argument or functions like cat or sql calls that may involve strings where substitution is desirable. There is also a facility for returning multiple objects from functions and a version of transform that allows the RHS to refer to LHS used in the same transform.

r-bioc-sparsearray

efficient in-memory representation of multidimensional sparse arrays

The SparseArray package is an infrastructure package that provides an array-like container for efficient in-memory representation of multidimensional sparse data in R. The package defines the SparseArray virtual class and two concrete subclasses: COO_SparseArray and SVT_SparseArray. Each subclass uses its own internal representation of the nonzero multidimensional data, the "COO layout" and the "SVT layout", respectively. SVT_SparseArray objects mimic as much as possible the behavior of ordinary matrix and array objects in base R. In particular, they support most of the "standard matrix and array API" defined in base R and in the matrixStats package from CRAN.

golang-github-etcd-io-gofail

implementation of failpoint

This package provides an implementation of failpoint for golang. Failpoints are special comments that include a failpoint variable declaration and some trigger code.

gcc-13-riscv64-linux-gnu-base

GCC, the GNU Compiler Collection (base package)

This package contains files common to all languages and libraries contained in the GNU Compiler Collection (GCC).

oxigraph

RDF graph CLI tool and SPARQL HTTP server

Oxigraph CLI is a graph database implementing the SPARQL standard. It is packaged as a command-line tool allowing to manipulate RDF files and query them using SPARQL, and also allows to spawn a HTTP server on top of the database.