You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage R-png-0.1.7-4.lbn25.x86_64
This package provides an easy and simple way to read, write and display bitmap images stored in the PNG format. It can read and write both files and in-memory raw vectors.
RPMPackage R-plyr-1.8.4-5.lbn25.x86_64
A set of tools that solves a common set of problems: you need to break a big problem down into manageable pieces, operate on each piece and then put all the pieces back together. For example, you might want to fit a model to each spatial location or time point in your study, summarise data by panels or collapse high-dimensional arrays to simpler summary statistics. The development of 'plyr' has been generously supported by 'Becton Dickinson'.
RPMPackage R-pkgconfig-2.0.1-1.lbn25.noarch
Set configuration options on a per-package basis. Options set by a given package only apply to that package, other packages are unaffected.
RPMPackage R-pdftools-1.6-1.lbn25.x86_64
Utilities based on 'libpoppler' for extracting text, fonts, attachments and metadata from a PDF file. Also supports high quality rendering of PDF documents into PNG, JPEG, TIFF format, or into raw bitmap vectors for further processing in R.
RPMPackage R-pbdZMQ-0.3.2-1.lbn25.x86_64
'ZeroMQ' is a well-known library for high-performance asynchronous messaging in scalable, distributed applications. This package provides high level R wrapper functions to easily utilize 'ZeroMQ'. We mainly focus on interactive client/server programming frameworks.
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.