You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage R-testit-0.13-4.fc36.noarch
Provides two convenience functions assert() and test_pkg() to facilitate testing R packages.
RPMPackage R-systemfit-1.1.24-7.fc36.noarch
This R package contains functions for fitting simultaneous systems of linear and nonlinear equations using Ordinary Least Squares (OLS), Weighted Least Squares (WLS), Seemingly Unrelated Regressions (SUR), Two-Stage Least Squares (2SLS), Weighted Two-Stage Least Squares (W2SLS), Three-Stage Least Squares (3SLS), and Weighted Three-Stage Least Squares (W3SLS).
RPMPackage R-stringr-1.4.0-12.fc36.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.6.2-3.fc36.x86_64
A multitude of character string/text/natural language processing tools: pattern searching (e.g., with 'Java'-like regular expressions or the 'Unicode' collation algorithm), random string generation, case mapping, string transliteration, concatenation, sorting, padding, wrapping, Unicode normalisation, date-time formatting and parsing, and many more. They are fast, consistent, convenient, and - owing to the use of the 'ICU' (International Components for Unicode) library - portable across all locales and platforms.
RPMPackage R-stringdist-0.9.6.3-5.fc36.x86_64
Implements an approximate string matching version of R's native 'match' function. Also offers fuzzy text search based on various string distance measures. 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. This package is built for speed and runs in parallel by using 'openMP'. An API for C or C++ is exposed as well. Reference: MPJ van der Loo (2014) <doi:10.32614/RJ-2014-011>.
RPMPackage R-statnet.common-4.5.0-3.fc36.x86_64
Non-statistical utilities used by the software developed by the Statnet Project. They may also be of use to others.
RPMPackage R-sp-1.4.5-5.fc36.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, etc.
RPMPackage R-sourcetools-0.1.7-14.fc36.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-snow-0.4.3-9.fc36.noarch
Support for simple parallel computing in R.
RPMPackage R-sfsmisc-1.1.11-5.fc36.noarch
Useful utilities ['goodies'] from Seminar fuer Statistik ETH Zurich, some of which were ported from S-plus in the 1990s. 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.2-8.fc36.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-sciplot-1.2.0-7.fc36.noarch
A collection of functions that creates graphs with error bars for data collected from one-way or higher factorial designs
RPMPackage R-scatterplot3d-0.3.41-14.fc36.noarch
Plots a three dimensional (3D) point cloud.
RPMPackage R-sandwich-3.0.1-3.fc36.noarch
Model-robust standard error estimators for cross-sectional, time series and longitudinal data.
RPMPackage R-rvest-1.0.0-4.fc36.noarch
Wrappers around the 'xml2' and 'httr' packages to make it easy to download, then manipulate, HTML and XML.
RPMPackage R-rversions-2.1.1-6.fc36.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 dates.
RPMPackage R-rtracklayer-1.52.0-4.fc36.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.13-6.fc36.noarch
Access the RStudio API (if available) and provide informative error messages when it's not.
RPMPackage R-rprojroot-2.0.2-6.fc36.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-14.fc36.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.