You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage R-withr-2.4.3-1.fc36.noarch
A set of functions to run code 'with' safely and temporarily modified global state. Many of these functions were originally a part of the 'devtools' package, this provides a simple package with limited dependencies to provide access to these functions.
RPMPackage R-widgetTools-1.70.0-3.fc36.noarch
This package contains tools to support the construction of tcltk widgets. This library is part of the bioconductor (bioconductor.org) project
RPMPackage R-whoami-1.3.0-10.fc36.noarch
Look up the username and full name of the current user, the current user's email address and 'GitHub' username, using various sources of system and configuration information.
RPMPackage R-whisker-0.4-8.fc36.noarch
Implements 'Mustache' logicless templating.
RPMPackage R-webutils-1.1-8.fc36.x86_64
Parses http request data in application/json, multipart/form-data, or application/x-www-form-urlencoded format. Includes example of hosting and parsing html form data in R using either 'httpuv' or 'Rhttpd'.
RPMPackage R-webp-1.0-11.fc36.x86_64
Lossless webp images are 26% smaller in size compared to PNG. Lossy webp images are 25-34% smaller in size compared to JPEG. This package reads and writes webp images into a 3 (rgb) or 4 (rgba) channel bitmap array using conventions from the 'jpeg' and 'png' packages.
RPMPackage R-wavethresh-4.6.8-17.fc36.x86_64
Software to perform 1-d and 2-d wavelet statistics and transforms
RPMPackage R-waveslim-1.8.2-8.fc36.x86_64
Basic wavelet routines for time series (1D), image (2D) and array (3D) analysis. The code provided here is based on wavelet methodology developed in Percival and Walden (2000); Gencay, Selcuk and Whitcher (2001); the dual-tree complex wavelet transform (CWT) from Kingsbury (1999, 2001) as implemented by Selesnick; and Hilbert wavelet pairs (Selesnick 2001, 2002). All figures in chapters 4-7 of GSW (2001) are reproducible using this package and R code available at the book website(s) below.
RPMPackage R-viridisLite-0.4.0-5.fc36.noarch
Color maps designed to improve graph readability for readers with common forms of color blindness and/or color vision deficiency. The color maps are also perceptually-uniform, both in regular form and also when converted to black-and-white for printing. This is the 'lite' version of the 'viridis' package that also contains 'ggplot2' bindings for discrete and continuous color and fill scales and can be found at <https://cran.r-project.org/package=viridis>.
RPMPackage R-uuid-0.1.4-8.fc36.x86_64
Tools for generating and handling of UUIDs (Universally Unique Identifiers).
RPMPackage R-utf8-1.2.1-5.fc36.x86_64
Process and print 'UTF-8' encoded international text (Unicode). Input, validate, normalize, encode, format, and display.
RPMPackage R-tkrplot-0.0.25-4.fc36.x86_64
Simple mechanism for placing R graphics in a Tk widget.
RPMPackage R-tkWidgets-1.70.0-3.fc36.noarch
Widgets to provide user interfaces. tcltk should have been installed for the widgets to run. This package is a part of the bioconductor (bioconductor.org) project
RPMPackage R-timeDate-3043.102-8.fc36.noarch
The 'timeDate' class fulfils the conventions of the ISO 8601 standard as well as of the ANSI C and POSIX standards. Beyond these standards it provides the "Financial Center" concept which allows to handle data records collected in different time zones and mix them up to have always the proper time stamps with respect to your personal financial center, or alternatively to the GMT reference time. It can thus also handle time stamps from historical data records from the same time zone, even if the financial centers changed day light saving times at different calendar dates.
RPMPackage R-tikzDevice-0.12.3.1-7.fc36.x86_64
Provides a graphics output device for R that records plots in a LaTeX-friendly format. The device transforms plotting commands issued by R functions into LaTeX code blocks. When included in a LaTeX document, these blocks are interpreted with the help of 'TikZ'---a graphics package for TeX and friends written by Till Tantau. Using the 'tikzDevice', the text of R plots can contain LaTeX commands such as mathematical formula. The device also allows arbitrary LaTeX code to be inserted into the output stream.
RPMPackage R-testthat-3.1.2-1.fc36.x86_64
A unit testing system designed to be fun, flexible, and easy to set up.
RPMPackage R-testit-0.13-4.fc36.noarch
Provides two convenience functions assert() and test_pkg() to facilitate testing R packages.
RPMPackage R-systemfit-1.1.24-7.fc36.noarch
This R package contains functions for fitting simultaneous systems of linear and nonlinear equations using Ordinary Least Squares (OLS), Weighted Least Squares (WLS), Seemingly Unrelated Regressions (SUR), Two-Stage Least Squares (2SLS), Weighted Two-Stage Least Squares (W2SLS), Three-Stage Least Squares (3SLS), and Weighted Three-Stage Least Squares (W3SLS).
RPMPackage R-stringr-1.4.0-12.fc36.noarch
A consistent, simple and easy to use set of wrappers around the fantastic 'stringi' package. All function and argument names (and positions) are consistent, all functions deal with "NA"'s and zero length vectors in the same way, and the output from one function is easy to feed into the input of another.
RPMPackage R-stringi-1.6.2-3.fc36.x86_64
A multitude of character string/text/natural language processing tools: pattern searching (e.g., with 'Java'-like regular expressions or the 'Unicode' collation algorithm), random string generation, case mapping, string transliteration, concatenation, sorting, padding, wrapping, Unicode normalisation, date-time formatting and parsing, and many more. They are fast, consistent, convenient, and - owing to the use of the 'ICU' (International Components for Unicode) library - portable across all locales and platforms.