You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage R-expm-0.999.2-5.lbn25.x86_64
Efficient calculation of the exponential of a matrix. The package contains an R interface and a C API that package authors can use.
RPMPackage R-expm-0.999.2-5.lbn25.x86_64
Efficient calculation of the exponential of a matrix. The package contains an R interface and a C API that package authors can use.
RPMPackage R-evaluate-0.10.1-6.lbn25.noarch
Parsing and evaluation tools that make it easy to recreate the command line behaviour of R.
RPMPackage R-disposables-1.0.3-1.lbn25.noarch
Create disposable R packages for testing. You can create, install and load multiple R packages with a single function call, and then unload, uninstall and destroy them with another function call. This is handy when testing how some R code or an R package behaves with respect to other
RPMPackage R-digest-0.6.15-1.lbn25.x86_64
Implementation of a function 'digest()' for the creation of hash digests of arbitrary R objects (using the md5, sha-1, sha-256, crc32, xxhash and murmurhash algorithms) permitting easy comparison of R language objects, as well as a function 'hmac()' to create hash-based message authentication code. The md5 algorithm by Ron Rivest is specified in RFC 1321, the sha-1 and sha-256 algorithms are specified in FIPS-180-1 and FIPS-180-2, and the crc32 algorithm is described in ftp://ftp.rocksoft.com/cliens/rocksoft/papers/crc_v3.txt. For md5, sha-1, sha-256 and aes, this package uses small standalone implementations that were provided by Christophe Devine. For crc32, code from the zlib library is used. For sha-512, an implementation by Aaron D. Gifford is used. For xxHash, the implementation by Yann Collet is used. For murmurhash, an implementation by Shane Day is used. Please note that this package is not meant to be deployed for cryptographic purposes for which more comprehensive (and widely tested) libraries such as OpenSSL should be used.
RPMPackage R-dichromat-2.0.0-1.lbn25.noarch
Collapse red-green or green-blue distinctions to simulate the effects of different types of color-blindness.
RPMPackage R-desc-1.2.0-1.lbn25.noarch
Tools to read, write, create, and manipulate DESCRIPTION files. It is intended for packages that create or manipulate other packages.
RPMPackage R-deldir-0.1.15-1.lbn25.x86_64
Calculates the Delaunay triangulation and the Dirichlet or Voronoi tessellation (with respect to the entire plane) of a planar point set. Plots triangulations and tessellations in various ways. Clips tessellations to sub-windows. Calculates perimeters of tessellations. Summarises information about the tiles of the tessellation.
RPMPackage R-debugme-1.1.0-1.lbn25.noarch
Specify debug messages as special string constants, and control debugging of packages via environment variables.
RPMPackage R-date-1.2.38-1.lbn25.x86_64
Functions for handling dates.
RPMPackage R-curl-3.2-1.lbn25.x86_64
The curl() and curl_download() functions provide highly configurable drop-in replacements for base url() and download.file() with better performance, support for encryption (https, ftps), gzip compression, authentication, and other 'libcurl' goodies. The core of the package implements a framework for performing fully customized requests where data can be processed either in memory, on disk, or streaming via the callback or connection interfaces. Some knowledge of 'libcurl' is recommended; for a more-user-friendly web client see the 'httr' package which builds on this package with http specific tools and logic.
RPMPackage R-corpus-0.10.0-1.lbn25.x86_64
Text corpus data analysis, with full support for international text (Unicode). Functions for reading data from newline-delimited 'JSON' files, for normalizing and tokenizing text, for searching for term occurrences, and for computing term occurrence frequencies, including n-grams.
RPMPackage R-commonmark-1.5-1.lbn25.x86_64
The CommonMark specification defines a rationalized version of markdown syntax. This package uses the 'cmark' reference implementation for converting markdown text into various formats including html, latex and groff man. In addition it exposes the markdown parse tree in xml format. The latest version of this package also adds support for Github extensions including tables, autolinks and strikethrough text.
RPMPackage R-colorspace-1.3.2-1.lbn25.x86_64
Carries out mapping between assorted color spaces including RGB, HSV, HLS, CIEXYZ, CIELUV, HCL (polar CIELUV), CIELAB and polar CIELAB. Qualitative, sequential, and diverging color palettes based on HCL colors are provided along with an interactive palette picker (with either a Tcl/Tk or a shiny GUI).
RPMPackage R-coda-0.19.1-1.lbn25.noarch
Provides functions for summarizing and plotting the output from Markov Chain Monte Carlo (MCMC) simulations, as well as diagnostic tests of convergence to the equilibrium distribution of the Markov chain.
RPMPackage R-clipr-0.4.0-1.lbn25.noarch
Simple utility functions to read from and write to the Windows, OS X, and X11 clipboards.
RPMPackage R-cli-1.0.0-1.lbn25.noarch
A suite of tools designed to build attractive command line interfaces ('CLIs'). Includes tools for drawing rules, boxes, trees, and 'Unicode' symbols with 'ASCII' alternatives.
RPMPackage R-callr-2.0.3-1.lbn25.x86_64
It is sometimes useful to perform a computation in a separate R process, without affecting the current R process at all. This packages does exactly
RPMPackage R-caTools-1.17.1-6.lbn25.x86_64
Contains several basic utility functions including: moving (rolling, running) window statistic functions, read/write for GIF and ENVI binary files, fast calculation of AUC, LogitBoost classifier, base64 encoder/decoder, round-off error free sum and cumsum, etc.
RPMPackage R-brew-1.0.6-2.lbn25.noarch
brew implements a templating framework for mixing text and R code for report generation. brew template syntax is similar to PHP, Ruby's erb module, Java Server Pages, and Python's psp module.