Package Name | Access | Summary | Updated |
---|---|---|---|
r-gh | public | Minimal client to access the 'GitHub' 'API'. | 2025-03-25 |
r-ini | public | Parse simple '.ini' configuration files to an structured list. Users can manipulate this resulting list with lapply() functions. This same structured list can be used to write back to file after modifications. | 2025-03-25 |
r-git2r | public | 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. | 2025-03-25 |
r-fs | public | A cross-platform interface to file system operations, built on top of the 'libuv' C library. | 2025-03-25 |
r-rhandsontable | public | An R interface to the 'Handsontable' JavaScript library, which is a minimalist Excel-like data grid editor. See <https://handsontable.com/> for details. | 2025-03-25 |
r-straindys | public | A grewing collection of tools to help faciliatate calculation of newly developed strain and dyssynchrony metrics. Tools both for global dyssynchrony as well as regional. Built for use with CMR FT, and the Medviso Segment software. | 2025-03-25 |
r-rclipboard | public | Leverages the functionality of 'clipboard.js', a JavaScript library for HMTL5-based copy to clipboard from web pages (see <https://clipboardjs.com> for more information), and provides a reactive copy-to-clipboard UI button component, called 'rclipButton', for 'shiny' R applications. | 2025-03-25 |
r-pracma | public | Provides a large number of functions from numerical analysis and linear algebra, numerical optimization, differential equations, time series, plus some well-known special mathematical functions. Uses 'MATLAB' function names where appropriate to simplify porting. | 2025-03-25 |
r-proto | public | An object oriented system using object-based, also called prototype-based, rather than class-based object oriented ideas. | 2025-03-25 |
r-rgooglemaps | public | Serves two purposes: (i) Provide a comfortable R interface to query the Google server for static maps, and (ii) Use the map as a background image to overlay plots within R. This requires proper coordinate scaling. | 2025-03-25 |
r-devtools | public | Collection of package development tools. | 2025-03-25 |
r-ggsignif | public | Enrich your 'ggplots' with group-wise comparisons. This package provides an easy way to indicate if two groups are significantly different. Commonly this is shown by a bracket on top connecting the groups of interest which itself is annotated with the level of significance (NS, *, **, ***). The package provides a single layer (geom_signif()) that takes the groups for comparison and the test (t.test(), wilcox.text() etc.) as arguments and adds the annotation to the plot. | 2025-03-25 |