You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage R-mime-0.10-4.fc36.x86_64
Guesses the MIME type from a filename extension using the data derived from /etc/mime.types in UNIX-type systems.
RPMPackage R-memoise-2.0.0-4.fc36.noarch
Cache the results of a function so that when you call it again with the same arguments it returns the pre-computed value.
RPMPackage R-matrixStats-0.59.0-3.fc36.x86_64
High-performing functions operating on rows and columns of matrices, e.g. col / rowMedians(), col / rowRanks(), and col / rowSds(). Functions optimized per data type and for subsetted calculations such that both memory usage and processing time is minimized. There are also optimized vector-based methods, e.g. binMeans(), madDiff() and weightedMedian().
RPMPackage R-markdown-1.1-9.fc36.x86_64
Provides R bindings to the 'Sundown' Markdown rendering library (<https://github.com/vmg/sundown>). Markdown is a plain-text formatting syntax that can be converted to 'XHTML' or other formats. See <http://en.wikipedia.org/wiki/Markdown> for more information about Markdown.
RPMPackage R-magrittr-2.0.1-4.fc36.x86_64
Provides a mechanism for chaining commands with a new forward-pipe operator. This operator will forward a value, or the result of an expression, into the next function call/expression. There is flexible support for the type of right-hand side expressions. For more information, see package vignette. To quote Rene Magritte, "Ceci n'est pas un pipe."
RPMPackage R-mAr-1.1.2-27.fc36.noarch
R package: An R add-on package for estimation of multivariate AR models through a computationally-efficient stepwise least-squares algorithm (Neumaier and Schneider, 2001); the procedure is of particular interest for high-dimensional data without missing values such as geophysical fields.
RPMPackage R-lubridate-1.7.10-4.fc36.x86_64
Functions to work with date-times and time-spans: fast and user friendly parsing of date-time data, extraction and updating of components of a date-time (years, months, days, hours, minutes, and seconds), algebraic manipulation on date-time and time-span objects. The 'lubridate' package has a consistent and memorable syntax that makes working with dates easy and fun. Parts of the 'CCTZ' source code, released under the Apache 2.0 License, are included in this package. See <https://github.com/google/cctz> for more details.
RPMPackage R-lmtest-0.9.38-5.fc36.x86_64
A collection of tests, data sets and examples for diagnostic checking in linear regression models in R.
RPMPackage R-lmodel2-1.7.3-12.fc36.noarch
Computes model II simple linear regression using ordinary least squares (OLS), major axis (MA), standard major axis (SMA), and ranged major axis
RPMPackage R-littler-0.3.15-2.fc36.x86_64
A scripting and command-line front-end is provided by 'r' (aka 'littler') as a lightweight binary wrapper around the GNU R language and environment for statistical computing and graphics. While R can be used in batch mode, the r binary adds full support for both 'shebang'-style scripting (i.e. using a hash-mark-exclamation-path expression as the first line in scripts) as well as command-line use in standard Unix pipelines. In other words, r provides the R language without the environment.
RPMPackage R-listenv-0.8.0-8.fc36.noarch
List environments are environments that have list-like properties. For instance, the elements of a list environment are ordered and can be accessed and iterated over using index subsetting, e.g. 'x <- listenv(a = 1, b = 2); for (i in seq_along(x)) x[[i]] <- x[[i]] ^ 2; y <- as.list(x)'.
RPMPackage R-lazyeval-0.2.2-9.fc36.x86_64
An alternative approach to non-standard evaluation using formulas. Provides a full implementation of LISP style 'quasiquotation', making it easier to generate code with other code.
RPMPackage R-later-1.2.0-4.fc36.x86_64
Executes arbitrary R or C functions some time after the current time, after the R execution stack has emptied. The functions are scheduled in an event loop.
RPMPackage R-lambda.r-1.2.4-8.fc36.noarch
A language extension to efficiently write functional programs in R. Syntax extensions include multi-part function definitions, pattern matching, guard statements, built-in (optional) type safety.
RPMPackage R-labeling-0.4.2-5.fc36.noarch
Functions which provide a range of axis labeling algorithms.
RPMPackage R-knitr-1.33-4.fc36.noarch
Provides a general-purpose tool for dynamic report generation in R using Literate Programming techniques.
RPMPackage R-jsonlite-1.7.2-5.fc36~bootstrap.x86_64
A reasonably fast JSON parser and generator, optimized for statistical data and the web. Offers simple, flexible tools for working with JSON in R, and is particularly powerful for building pipelines and interacting with a web API. The implementation is based on the mapping described in the vignette (Ooms, 2014). In addition to converting JSON data from/to R objects, 'jsonlite' contains functions to stream, validate, and prettify JSON data. The unit tests included with the package verify that all edge cases are encoded and decoded consistently for use with dynamic data in systems and applications.
RPMPackage R-jpeg-0.1.8.1-8.fc36.x86_64
This package provides an easy and simple way to read, write and display bitmap images stored in the JPEG format. It can read and write both files and in-memory raw vectors.
RPMPackage R-jose-1.1.0-3.fc36.noarch
Read and write JSON Web Keys (JWK, rfc7517), generate and verify JSON Web Signatures (JWS, rfc7515) and encode/decode JSON Web Tokens (JWT, rfc7519). These standards provide modern signing and encryption formats that are the basis for services like OAuth 2.0 or LetsEncrypt and are natively supported by browsers via the JavaScript WebCryptoAPI.
RPMPackage R-java-devel-4.3.2-2.lbn36.x86_64
Install R-java-devel if you are going to develop or compile R packages that assume java is present and configured on the system.