You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage R-inline-0.3.14-4.lbn25.noarch
Functionality to dynamically define R functions and S4 methods with inlined C, C++ or Fortran code supporting .C and .Call calling conventions.
RPMPackage R-hgu95av2probe-2.16.0-3.lbn25.noarch
This package was automatically created by package matchprobes version 1.9.2. The probe sequence data was obtained from http://www.affymetrix.com. The file name was HG\_U95Av2\_probe\_tab.
RPMPackage R-hgu95av2cdf-2.16.0-3.lbn25.noarch
Environment representing the HG_U95Av2.CDF file.
RPMPackage R-hgu133acdf-2.16.0-3.lbn25.noarch
Environment representing the HG-U133A.cdf file.
RPMPackage R-futile.options-1.0.0-2.lbn25.noarch
A scoped options management framework.
RPMPackage R-futile.logger-1.4.3-2.lbn25.noarch
Provides a simple yet powerful logging utility. Based loosely on log4j, futile.logger takes advantage of R idioms to make logging a convenient and easy to use replacement for cat and print statements.
RPMPackage R-fibroEset-1.6.0-5.lbn25.noarch
ExprSet for Karaman et al. (2003) human, bonobo and gorilla fibroblasts data.
RPMPackage R-devel-3.6.0-1.lbn25.x86_64
This is a metapackage to install a complete (with Java) R development environment.
RPMPackage R-crayon-1.3.4-1.lbn25.noarch
Colored terminal output on terminals that support 'ANSI' color and highlight codes. It also works in 'Emacs' 'ESS'. 'ANSI' color support is automatically detected. Colors and highlighting can be combined and nested. New styles can also be created easily. This package was inspired by the 'chalk' 'JavaScript' project.
RPMPackage R-core-devel-3.6.0-1.lbn25.x86_64
Install R-core-devel if you are going to develop or compile R packages. This package does not configure the R environment for Java, install R-java-devel if you want this.
RPMPackage R-combinat-0.0.8-13.lbn25.noarch
R routines for combinatorics
RPMPackage R-car-2.0.19-3.lbn25.noarch
This package accompanies J. Fox, An R and S-PLUS Companion to Applied Regression, Sage, 2002. The package contains mostly functions for applied regression, linear models, and generalized linear models, with an emphasis on regression diagnostics, particularly graphical diagnostic methods. There are also some utility functions. With some exceptions, it does not duplicate capabilities in the basic distribution of R, nor in widely used packages. Where relevant, the functions in car are consistent with na.action = na.omit or na.exclude.
RPMPackage R-biomaRt-2.18.0-6.lbn25.noarch
In recent years a wealth of biological data has become available in public data repositories. Easy access to these valuable data resources and firm integration with data analysis is needed for comprehensive bioinformatics data analysis. biomaRt provides an interface to a growing collection of databases implementing the BioMart software suite (http://www.biomart.org). The package enables retrieval of large amounts of data in a uniform way without the need to know the underlying database schemas or write complex SQL queries. Examples of BioMart databases are Ensembl, COSMIC, Uniprot, HGNC, Gramene, Wormbase and dbSNP mapped to Ensembl. These major databases give biomaRt users direct access to a diverse set of data and enable a wide range of powerful online queries from gene annotation to database mining.
RPMPackage R-affydata-1.16.0-2.lbn25.noarch
Example data sets of a slightly large size. They represent 'real world examples', unlike the artificial examples included in the package affy.
RPMPackage R-abind-1.4.0-12.lbn25.noarch
Combine multi-dimensional arrays. This is a generalization of cbind and rbind. Takes a sequence of vectors, matrices, or arrays and produces a single array of the same or higher dimension.
RPMPackage R-TH-data-1.0.3-3.lbn25.noarch
Data for other R packages.
RPMPackage R-SummarizedExperiment-1.6.3-2.lbn25.noarch
The SummarizedExperiment container contains one or more assays, each represented by a matrix-like object of numeric or other mode. The rows typically represent genomic ranges of interest and the columns represent samples.
RPMPackage R-RUnit-0.4.26-13.lbn25.noarch
R functions implementing a standard Unit Testing framework, with additional code inspection and report generation tools
RPMPackage R-RM2-0.0-18.lbn25.noarch
RM2 is a simple package that implements functions used in revenue management and pricing environments.
RPMPackage R-R6-2.2.2-1.lbn25.noarch
The R6 package allows the creation of classes with reference semantics, similar to R's built-in reference classes. Compared to reference classes, R6 classes are simpler and lighter-weight, and they are not built on S4 classes so they do not require the methods package. These classes allow public and private members, and they support inheritance, even when the classes are defined in different packages.