You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage R-pbdRPC-0.2.0-1.lbn25.noarch
A very light implementation yet secure for remote procedure calls with unified interface via ssh (OpenSSH).
RPMPackage R-openssl-1.0.1-1.lbn25.x86_64
Bindings to OpenSSL libssl and libcrypto, plus custom SSH pubkey parsers. Supports RSA, DSA and EC curves P-256, P-384 and P-521. Cryptographic signatures can either be created and verified manually or via x509 certificates. AES can be used in cbc, ctr or gcm mode for symmetric encryption; RSA for asymmetric (public key) encryption or EC for Diffie Hellman. High-level envelope functions combine RSA and AES for encrypting arbitrary sized data. Other utilities include key generators, hash functions (md5, sha1, sha256, etc), base64 encoder, a secure random number generator, and 'bignum' math methods for manually performing crypto calculations on large multibyte integers.
RPMPackage R-mvtnorm-1.0.6-3.lbn25.x86_64
This R package computes multivariate normal and t probabilities, quantiles and densities.
RPMPackage R-munsell-0.4.3-1.lbn25.noarch
Provides easy access to, and manipulation of, the Munsell colours. Provides a mapping between Munsell's original notation (e.g. "5R 5/10") and hexadecimal strings suitable for use directly in R graphics. Also provides utilities to explore slices through the Munsell colour tree, to transform Munsell colours and display colour palettes.
RPMPackage R-multtest-2.32.0-3.lbn25.x86_64
Non-parametric bootstrap and permutation resampling-based multiple testing procedures for controlling the family-wise error rate (FWER), generalized family-wise error rate (gFWER), tail probability of the proportion of false positives (TPPFP), and false discovery rate (FDR). Single-step and step-wise methods are implemented. Tests based on a variety of t- and F-statistics (including t-statistics based on regression parameters from linear and survival models) are included. Results are reported in terms of adjusted p-values, confindence regions and test statistic cutoffs. The procedures are directly applicable to identifying differentially expressed genes in DNA microarray experiments. This Library is a part of the Bioconductor (bioconductor.org) proejct.
RPMPackage R-msm-1.6.4-3.lbn25.x86_64
Functions for fitting general continuous-time Markov and hidden Markov multi-state models to longitudinal data. Both Markov transition rates and the hidden Markov output process can be modeled in terms of covariates. A variety of observation schemes are supported, including processes observed at arbitrary times, completely-observed processes, and censored states.
RPMPackage R-mockr-0.1-1.lbn25.noarch
Provides a means to mock a package function, i.e., temporarily substitute it for testing. Designed as a drop-in replacement for 'testthat::with_mock()', which may break in R 3.4.0 and later.
RPMPackage R-mockery-0.4.1-1.lbn25.noarch
The two main functionalities of this package are creating mock objects (functions) and selectively intercepting calls to a given function that originate in some other function. It can be used with any testing framework available for R. Mock objects can be injected with either this package's own stub() function or a similar with_mock() facility present in the testthat package.
RPMPackage R-mnormt-1.5.5-1.lbn25.x86_64
Functions are provided for computing the density and the distribution function of multivariate normal and "t" random variables, and for generating random vectors sampled from these distributions. Probabilities are computed via non-Monte Carlo methods; different routines are used in the case d=1, d=2, d>2, if d denotes the number of dimensions.
RPMPackage R-mlbench-2.1.1-1.lbn25.x86_64
A collection of artificial and real-world machine learning benchmark problems, including, e.g., several data sets from the UCI repository.
RPMPackage R-mime-0.5-2.lbn25.x86_64
Guesses the MIME type from a filename extension using the data derived from /etc/mime.types in UNIX-type systems.
RPMPackage R-matrixStats-0.52.2-3.lbn25.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-0.8-4.lbn25.x86_64
Provides R bindings to the Sundown Markdown rendering library. Markdown is a plain-text formatting syntax that can be converted to 'XHTML' or other formats.
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.