You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage R-maanova-1.46.1-3.lbn25.x86_64
Analysis of N-dye Micro Array experiment using mixed model effect Containing analysis of variance, permutation and bootstrap, cluster and consensus tree
RPMPackage R-lubridate-1.7.4-1.lbn25.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.35-3.lbn25.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-1.lbn25.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.3-2.lbn25.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.7.0-1.lbn25.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.1-1.lbn25.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-0.7.1-2.lbn25.x86_64
Executes arbitrary R or C functions some time after the current time, after the R execution stack has emptied.
RPMPackage R-labeling-0.3-1.lbn25.noarch
Provides a range of axis labeling algorithms
RPMPackage R-knitr-1.18-1.lbn25.noarch
Provides a general-purpose tool for dynamic report generation in R using Literate Programming techniques.
RPMPackage R-jsonlite-1.5-6.lbn25.x86_64
A fast JSON parser and generator optimized for statistical data and the web. The package offers flexible, robust, high performance tools for working with JSON in R and is particularly powerful for building pipelines and interacting with a web API. In addition to converting JSON data from/to R objects, 'jsonlite' contains functions to stream, validate, and prettify JSON data.
RPMPackage R-jpeg-0.1.8-4.lbn25.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-0.2-1.lbn25.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-iterators-1.0.9-1.lbn25.noarch
Support for iterators, which allow a programmer to traverse through all the elements of a vector, list, or other collection of data.
RPMPackage R-import-1.1.0-2.lbn25.noarch
This is an alternative mechanism for importing objects from packages. The syntax allows for importing multiple objects from a package with a single command in an expressive way. The import package bridges some of the gap between using library (or require) and direct (single-object) imports. Furthermore the imported objects are not placed in the current environment. It is also possible to import objects from stand-alone .R files. For more information, refer to the package vignette.
RPMPackage R-httr-1.3.1-1.lbn25.noarch
Useful tools for working with HTTP organised by HTTP verbs (GET(), POST(), etc). Configuration functions make it easy to control additional request components (authenticate(), add_headers() and so on).
RPMPackage R-httpuv-1.4.1-1.lbn25.x86_64
Provides low-level socket and protocol support for handling HTTP and WebSocket requests directly from within R. It is primarily intended as a building block for other packages, rather than making it particularly easy to create complete web applications using httpuv alone. httpuv is built on top of the libuv and http-parser C libraries, both of which were developed by Joyent, Inc.
RPMPackage R-htmlwidgets-1.2-1.lbn25.noarch
A framework for creating HTML widgets that render in various contexts including the R console, 'R Markdown' documents, and 'Shiny' web applications.
RPMPackage R-htmltools-0.3.6-3.lbn25.x86_64
Tools for HTML generation and output.
RPMPackage R-highr-0.6-4.lbn25.noarch
Provides syntax highlighting for R source code. Currently it supports LaTeX and HTML output. Source code of other languages is supported via Andre Simon's highlight package (http://www.andre-simon.de).