You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage R-java-4.3.2-2.lbn36.x86_64
A language and environment for statistical computing and graphics. R is similar to the award-winning S system, which was developed at Bell Laboratories by John Chambers et al. It provides a wide variety of statistical and graphical techniques (linear and nonlinear modelling, statistical tests, time series analysis, classification, clustering, ...). R is designed as a true computer language with control-flow constructions for iteration and alternation, and it allows users to add additional functionality by defining new functions. For computationally intensive tasks, C, C++ and Fortran code can be linked and called at run time. This package also has an additional dependency on java, as provided by Fedora's openJDK.
RPMPackage R-iterators-1.0.13-6.fc36.noarch
Support for iterators, which allow a programmer to traverse through all the elements of a vector, list, or other collection of data.
RPMPackage R-inline-0.3.19-3.fc36.noarch
Functionality to dynamically define R functions and S4 methods with 'inlined' C, C++ or Fortran code supporting the .C and .Call calling conventions.
RPMPackage R-import-1.2.0-5.fc36.noarch
Alternative mechanism for importing objects from packages and R modules. The syntax allows for importing multiple objects with a single command in an expressive way. The import package bridges some of the gap between using library (or require) and direct (single-object) imports. Furthermore the imported objects are not placed in the current environment.
RPMPackage R-httr-1.4.2-6.fc36.noarch
Useful tools for working with HTTP organised by HTTP verbs (GET(), POST(), etc). Configuration functions make it easy to control additional request components (authenticate(), add_headers() and so on).
RPMPackage R-httpuv-1.6.1-4.fc36.x86_64
Provides low-level socket and protocol support for handling HTTP and WebSocket requests directly from within R. It is primarily intended as a building block for other packages, rather than making it particularly easy to create complete web applications using httpuv alone. httpuv is built on top of the libuv and http-parser C libraries, both of which were developed by Joyent, Inc.
RPMPackage R-htmlwidgets-1.5.3-4.fc36.noarch
A framework for creating HTML widgets that render in various contexts including the R console, 'R Markdown' documents, and 'Shiny' web applications.
RPMPackage R-htmltools-0.5.1.1-5.fc36.x86_64
Tools for HTML generation and output.
RPMPackage R-highr-0.9-5.fc36.noarch
Provides syntax highlighting for R source code. Currently it supports LaTeX and HTML output. Source code of other languages is supported via Andre Simon's highlight package (<http://www.andre-simon.de>).
RPMPackage R-highlight-0.5.0-8.fc36.x86_64
Syntax highlighter for R code based on the results of the R parser. Rendering in HTML and latex markup. Custom Sweave driver performing syntax highlighting of R code chunks.
RPMPackage R-hexbin-1.28.2-5.fc36.x86_64
Binning and plotting functions for hexagonal bins.
RPMPackage R-gtools-3.9.2-3.fc36.x86_64
Functions to assist in R programming, including: - assist in developing, updating, and maintaining R and R packages, - calculate the logit and inverse logit transformations, - test if a value is missing, empty or contains only NA and NULL values, - manipulate R's .Last function, - define macros, - detect odd and even integers, - convert strings containing non-ASCII characters (like single quotes) to plain ASCII, - perform a binary search, - sort strings containing both numeric and character components, - create a factor variable from the quantiles of a continuous variable, - enumerate permutations and combinations, - calculate and convert between fold-change and log-ratio, - calculate probabilities and generate random numbers from Dirichlet distributions, - apply a function over adjacent subsets of a vector, - modify the TCP_NODELAY flag for socket objects, - efficient 'rbind' of data frames, even if the column names don't match, - generate significance stars from p-values, - convert characters to/from ASCII codes, - convert character vector to ASCII representation.
RPMPackage R-gtable-0.3.0-11.fc36.noarch
Tools to make it easier to work with "tables" of 'grobs'. The 'gtable' package defines a 'gtable' grob class that specifies a grid along with a list of grobs and their placement in the grid. Further the package makes it easy to manipulate and combine 'gtable' objects so that complex compositions can be build up sequentially.
RPMPackage R-gss-2.2.2-8.fc36.x86_64
A comprehensive package for structural multivariate function estimation using smoothing splines.
RPMPackage R-gplots-3.1.1-5.fc36.noarch
Various R programming tools for plotting data, including: - calculating and plotting locally smoothed summary function, - enhanced versions of standard plots, - manipulating colors, - calculating and plotting two-dimensional data summaries, - enhanced regression diagnostic plots, - formula-enabled interface to 'stats::lowess' function, - displaying textual data in plots, - plotting a matrix where each cell contains a dot whose size reflects the relative magnitude of the elements, - plotting "Venn" diagrams, - displaying Open-Office style plots, - plotting multiple data on same region, with separate axes, - plotting means and confidence intervals, - spacing points in an x-y plot so they don't overlap.
RPMPackage R-gmp-0.6.2-3.fc36.x86_64
Multiple Precision Arithmetic (big integers and rationals, prime number tests, matrix computation), "arithmetic without limitations" using the C library GMP (GNU Multiple Precision Arithmetic).
RPMPackage R-gmailr-1.0.0-8.fc36.noarch
An interface to the Gmail RESTful API. Allows access to your Gmail messages, threads, drafts and labels.
RPMPackage R-globals-0.14.0-5.fc36.noarch
Identifies global ("unknown" or "free") objects in R expressions by code inspection using various strategies (ordered, liberal, or conservative). The objective of this package is to make it as simple as possible to identify global objects for the purpose of exporting them in parallel, distributed compute environments.
RPMPackage R-git2r-0.28.0-6.fc36.x86_64
Interface to the 'libgit2' library, which is a pure C implementation of the 'Git' core methods. Provides access to 'Git' repositories to extract data and running some basic 'Git' commands.
RPMPackage R-getPass-0.2.2-13.fc36.x86_64
A micro-package for reading "passwords", i.e. reading user input with masking, so that the input is not displayed as it is typed. Currently we have support for 'RStudio', the command line (every OS), and any platform where 'tcltk' is present.