Package Name | Access | Summary | Updated |
---|---|---|---|
r-feather | public | Read and write feather files, a lightweight binary columnar data store designed for maximum speed. | 2025-03-25 |
r-bit64 | public | Package 'bit64' provides serializable S3 atomic 64bit (signed) integers. These are useful for handling database keys and exact counting in +-2^63. WARNING: do not use them as replacement for 32bit integers, integer64 are not supported for subscripting by R-core and they have different semantics when combined with double, e.g. integer64 + double => integer64. Class integer64 can be used in vectors, matrices, arrays and data.frames. Methods are available for coercion from and to logicals, integers, doubles, characters and factors as well as many elementwise and summary functions. Many fast algorithmic operations such as 'match' and 'order' support inter- active data exploration and manipulation and optionally leverage caching. | 2025-03-25 |
r-shinydashboard | public | Create dashboards with 'Shiny'. This package provides a theme on top of 'Shiny', making it easy to create attractive dashboards. | 2025-03-25 |
r-plotly | public | Easily translate 'ggplot2' graphs to an interactive web-based version and/or create custom web-based visualizations directly from R. Once uploaded to a 'plotly' account, 'plotly' graphs (and the data behind them) can be viewed and modified in a web browser. | 2025-03-25 |
r-htmlwidgets | public | A framework for creating HTML widgets that render in various contexts including the R console, 'R Markdown' documents, and 'Shiny' web applications. | 2025-03-25 |
ggplot2_custom | public | minimal ggplot2 bundle | 2025-03-25 |
r-fasttime | public | Fast functions for timestamp manipulation that avoid system calls and take shortcuts to facilitate operations on very large data. | 2025-03-25 |
r-dtplyr | public | This implements the data table back-end for 'dplyr' so that you can seamlessly use data table and 'dplyr' together. | 2025-03-25 |