You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage R-rgeos-0.3.26-1.lbn25.x86_64
Interface to Geometry Engine - Open Source ('GEOS') using the C 'API' for topology operations on geometries.
RPMPackage R-rgdal-1.2.18-1.lbn25.x86_64
Provides bindings to the 'Geospatial' Data Abstraction Library ('GDAL') (>= 1.6.3) and access to projection/transformation operations from the 'PROJ.4' library. Both 'GDAL' raster and 'OGR' vector map data can be imported into R, and 'GDAL' raster data and 'OGR' vector data exported. Use is made of classes defined in the 'sp' package.
RPMPackage R-rex-1.1.2-1.lbn25.noarch
A friendly interface for the construction of regular expressions.
RPMPackage R-reticulate-1.7-1.lbn25.x86_64
Interface to 'Python' modules, classes, and functions. When calling into 'Python', R data types are automatically converted to their equivalent 'Python' types. When values are returned from 'Python' to R they are converted back to R types.
RPMPackage R-reshape2-1.4.3-3.lbn25.x86_64
Flexibly restructure and aggregate data using just two functions: melt and 'dcast' (or 'acast').
RPMPackage R-reshape-0.8.7-2.lbn25.noarch
Flexibly restructure and aggregate data using just two functions: melt and cast.
RPMPackage R-reprex-0.1.2-1.lbn25.noarch
Convenience wrapper that uses the 'rmarkdown' package to render small snippets of code to target formats that include both code and output. The goal is to encourage the sharing of small, reproducible, and runnable examples on code-oriented websites, such as <https://stackoverflow.com> and <https://github.com>, or in email. 'reprex' also extracts clean, runnable R code from various common formats, such as copy/paste from an R session.
RPMPackage R-repr-0.12-1.lbn25.noarch
String and byte representations for all kinds of R objects
RPMPackage R-rematch-1.0.1-1.lbn25.noarch
A small wrapper on 'regexpr' to extract the matches and captured groups from the match of a regular expression to a character vector.
RPMPackage R-qtl-1.41.6-4.lbn25.x86_64
R-qtl is an extensible, interactive environment for mapping quantitative trait loci (QTLs) in experimental crosses. Our goal is to make complex QTL mapping methods widely accessible and allow users to focus on modeling rather than computing. A key component of computational methods for QTL mapping is the hidden Markov model (HMM) technology for dealing with missing genotype data. We have implemented the main HMM algorithms, with allowance for the presence of genotyping errors, for backcrosses, intercrosses, and phase-known four-way crosses. The current version of R-qtl includes facilities for estimating genetic maps, identifying genotyping errors, and performing single-QTL genome scans and two-QTL, two-dimensional genome scans, by interval mapping (with the EM algorithm), Haley-Knott regression, and multiple imputation. All of this may be done in the presence of covariates (such as sex, age or treatment). One may also fit higher-order QTL models by multiple imputation and Haley-Knott regression.
RPMPackage R-promises-1.0.1-1.lbn25.x86_64
Provides fundamental abstractions for doing asynchronous programming in R using promises. Asynchronous programming is useful for allowing a single R process to orchestrate multiple tasks in the background while also attending to something else. Semantics are similar to 'JavaScript' promises, but with a syntax that is idiomatic R.
RPMPackage R-processx-2.0.0.1-1.lbn25.x86_64
Portable tools to run system processes in the background. It can check if a background process is running; wait on a background process to finish; get the exit status of finished processes; kill background processes and their children; restart processes. It can read the standard output and error of the processes, using non-blocking connections. 'processx' can poll a process for standard output or error, with a timeout. It can also poll several processes at once.
RPMPackage R-preprocessCore-1.38.1-3.lbn25.x86_64
A library of core preprocessing routines
RPMPackage R-polynom-1.3.9-1.lbn25.noarch
A collection of functions to implement a class for univariate polynomial
RPMPackage R-polyclip-1.6.1-1.lbn25.x86_64
R port of Angus Johnson's open source library Clipper. Performs polygon clipping operations (intersection, union, set minus, set difference) for polygonal regions of arbitrary complexity, including holes. Computes offset polygons (spatial buffer zones, morphological dilations, Minkowski dilations) for polygonal regions and polygonal lines. Computes Minkowski Sum of general polygons. There is a function for removing self-intersections from polygon data.
RPMPackage R-poLCA-1.4.1-1.lbn25.x86_64
Latent class analysis and latent class regression models for polytomous outcome variables. Also known as latent structure analysis.
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.