You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage R-tkrplot-0.0.23-1.lbn25.x86_64
simple mechanism for placing R graphics in a Tk widget
RPMPackage R-tikzDevice-0.11-1.lbn25.x86_64
Provides a graphics output device for R that records plots in a LaTeX-friendly format. The device transforms plotting commands issued by R functions into LaTeX code blocks. When included in a LaTeX document, these blocks are interpreted with the help of 'TikZ'---a graphics package for TeX and friends written by Till Tantau. Using the 'tikzDevice', the text of R plots can contain LaTeX commands such as mathematical formula. The device also allows arbitrary LaTeX code to be inserted into the output
RPMPackage R-testthat-1.0.2-3.lbn25.x86_64
A unit testing system designed to be fun, flexible, and easy to set up.
RPMPackage R-testit-0.7-3.lbn25.noarch
Provides two convenience functions assert() and test_pkg() to facilitate testing R packages.
RPMPackage R-stringr-1.2.0-3.lbn25.noarch
A consistent, simple and easy to use set of wrappers around the fantastic 'stringi' package. All function and argument names (and positions) are consistent, all functions deal with "NA"'s and zero length vectors in the same way, and the output from one function is easy to feed into the input of another.
RPMPackage R-stringi-1.1.7-1.lbn25.x86_64
Allows for fast, correct, consistent, portable, as well as convenient character string/text processing in every locale and any native encoding. Owing to the use of the ICU library, the package provides R users with platform-independent functions known to Java, Perl, Python, PHP, and Ruby programmers. Available features include: pattern searching (e.g., with ICU Java-like regular expressions or the Unicode Collation Algorithm), random string generation, case mapping, string transliteration, concatenation, Unicode normalization, date-time formatting and parsing, etc.
RPMPackage R-stringdist-0.9.4.7-1.lbn25.x86_64
Implements an approximate string matching version of R's native 'match' function. Can calculate various string distances based on edits (Damerau-Levenshtein, Hamming, Levenshtein, optimal sting alignment), qgrams (q- gram, cosine, jaccard distance) or heuristic metrics (Jaro, Jaro-Winkler). An implementation of soundex is provided as well. Distances can be computed between character vectors while taking proper care of encoding or between integer vectors representing generic sequences.
RPMPackage R-statnet.common-4.0.0-1.lbn25.x86_64
Non-statistical utilities used by the software developed by the Statnet Project. They may also be of use to others.
RPMPackage R-statmod-1.4.20-7.lbn25.x86_64
Various statistical modeling functions including growth curve comparisons, limiting dilution analysis, mixed linear models, heteroscedastic regression, Tweedie family generalized linear models, the inverse-Gaussian distribution and Gauss quadrature.
RPMPackage R-sp-1.2.7-1.lbn25.x86_64
Classes and methods for spatial data; the classes document where the spatial location information resides, for 2D or 3D data. Utility functions are provided, e.g. for plotting data as maps, spatial selection, as well as methods for retrieving coordinates, for subsetting, print, summary,
RPMPackage R-sourcetools-0.1.7-1.lbn25.x86_64
Tools for the reading and tokenization of R code. The 'sourcetools' package provides both an R and C++ interface for the tokenization of R code, and helpers for interacting with the tokenized representation of R code.
RPMPackage R-sfsmisc-1.1.2-1.lbn25.noarch
Useful utilities ['goodies'] from Seminar fuer Statistik ETH Zurich, some of which were ported from S-plus in the 1990's. For graphics, have pretty (Log-scale) axes, an enhanced Tukey-Anscombe plot, combining histogram and boxplot, 2d-residual plots, a 'tachoPlot()', pretty arrows, etc. For robustness, have a robust F test and robust range(). For system support, notably on Linux, provides 'Sys.*()' functions with more access to system and CPU information. Finally, miscellaneous utilities such as simple efficient prime numbers, integer codes, Duplicated(), toLatex.numeric() and is.whole().
RPMPackage R-selectr-0.4.1-1.lbn25.noarch
Translates a CSS3 selector into an equivalent XPath expression. This allows us to use CSS selectors when working with the XML package as it can only evaluate XPath expressions. Also provided are convenience functions useful for using CSS selectors on XML nodes. This package is a port of the Python package 'cssselect' (<https://cssselect.readthedocs.io/>).
RPMPackage R-scatterplot3d-0.3.41-2.lbn25.noarch
Plots a three dimensional (3D) point cloud.
RPMPackage R-rvest-0.3.2-1.lbn25.noarch
Wrappers around the 'xml2' and 'httr' packages to make it easy to download, then manipulate, HTML and XML.
RPMPackage R-rversions-1.0.3-1.lbn25.noarch
Query the main 'R' 'SVN' repository to find the versions 'r-release' and 'r-oldrel' refer to, and also all previous 'R' versions and their release
RPMPackage R-rtracklayer-1.36.3-3.lbn25.x86_64
Extensible framework for interacting with multiple genome browsers (currently UCSC built-in) and manipulating annotation tracks in various formats (currently GFF, BED, bedGraph, BED15, WIG, and BigWig built-in). The user may export/import tracks to/from the supported browsers, as well as query and modify the browser state, such as the current viewport.
RPMPackage R-rstudioapi-0.7-1.lbn25.noarch
Access the RStudio API (if available) and provide informative error messages when it's not.
RPMPackage R-rprojroot-1.2-2.lbn25.noarch
Robust, reliable and flexible paths to files below a project root. The 'root' of a project is defined as a directory that matches a certain criterion, e.g., it contains a certain regular file.
RPMPackage R-rprintf-0.2.1-2.lbn25.noarch
Provides a set of functions to facilitate building formatted strings under various replacement rules: C-style formatting, variable-based formatting, and number-based formatting. C-style formatting is basically identical to built-in function 'sprintf'. Variable-based formatting allows users to put variable names in a formatted string which will be replaced by variable values. Number-based formatting allows users to use index numbers to represent the corresponding argument value to appear in the string.