Package | Version | Description |
BatchGetSymbols | 2.6.4 | Makes it easy to download financial data from Yahoo Finance <https://finance.yahoo.com/>. |
cluster | 2.1.2 | Methods for Cluster analysis. Much extended the original from
Peter Rousseeuw, Anja Struyf and Mia Hubert,
based on Kaufman and Rousseeuw (1990) "Finding Groups in Data". |
dashboardthemes | 1.1.5 | Allows manual creation of themes and logos to be used in
applications created using the 'shinydashboard' package. Removes the need to
change the underlying css code by wrapping it into a set of convenient R
functions. |
DT | 0.23 | Data objects in R can be rendered as HTML tables using the
JavaScript library 'DataTables' (typically via R Markdown or Shiny). The
'DataTables' library has been included in this R package. The package name
'DT' is an abbreviation of 'DataTables'. |
huge | 1.3.5 | Provides a general framework for
high-dimensional undirected graph estimation. It integrates
data preprocessing, neighborhood screening, graph estimation,
and model selection techniques into a pipeline. In
preprocessing stage, the nonparanormal(npn) transformation is
applied to help relax the normality assumption. In the graph
estimation stage, the graph structure is estimated by
Meinshausen-Buhlmann graph estimation or the graphical lasso,
and both methods can be further accelerated by the lossy
screening rule preselecting the neighborhood of each variable
by correlation thresholding. We target on high-dimensional data
analysis usually d >> n, and the computation is
memory-optimized using the sparse matrix output. We also
provide a computationally efficient approach, correlation
thresholding graph estimation. Three
regularization/thresholding parameter selection methods are
included in this package: (1)stability approach for
regularization selection (2) rotation information criterion (3)
extended Bayesian information criterion which is only available
for the graphical lasso. |
lubridate | 1.8.0 | Functions to work with date-times and time-spans:
fast and user friendly parsing of date-time data, extraction and
updating of components of a date-time (years, months, days, hours,
minutes, and seconds), algebraic manipulation on date-time and
time-span objects. The 'lubridate' package has a consistent and
memorable syntax that makes working with dates easy and fun. Parts of
the 'CCTZ' source code, released under the Apache 2.0 License, are
included in this package. See <https://github.com/google/cctz> for
more details. |
magic | 1.6.0 | A collection of functions for the manipulation and
analysis of arbitrarily dimensioned arrays. The original motivation
for the package was the development of efficient, vectorized
algorithms for the creation and investigation of magic squares and
high-dimensional magic hypercubes. |
PerformanceAnalytics | 2.0.4 | Collection of econometric functions for performance and risk
analysis. In addition to standard risk and performance metrics, this
package aims to aid practitioners and researchers in utilizing the latest
research in analysis of non-normal return streams. In general, it is most
tested on return (rather than price) data on a regular scale, but most
functions will work with irregular return data as well, and increasing
numbers of functions will work with P&L or price data where possible. |
plotly | 4.10.0 | Create interactive web graphics from 'ggplot2' graphs and/or a custom interface to the (MIT-licensed) JavaScript library 'plotly.js' inspired by the grammar of graphics. |
qgraph | 1.9.2 | Weighted network visualization and analysis, as well as Gaussian graphical model computation. See Epskamp et al. (2012) <doi:10.18637/jss.v048.i04>. |
quantmod | 0.4.20 | Specify, build, trade, and analyse quantitative financial trading strategies. |
reshape2 | 1.4.4 | Flexibly restructure and aggregate data using just two
functions: melt and 'dcast' (or 'acast'). |
robustbase | 0.95.0 | "Essential" Robust Statistics.
Tools allowing to analyze data with robust methods. This includes
regression methodology including model selections and multivariate
statistics where we strive to cover the book "Robust Statistics,
Theory and Methods" by 'Maronna, Martin and Yohai'; Wiley 2006. |
rvest | 1.0.2 | Wrappers around the 'xml2' and 'httr' packages to
make it easy to download, then manipulate, HTML and XML. |
shiny | 1.7.1 | Makes it incredibly easy to build interactive web
applications with R. Automatic "reactive" binding between inputs and
outputs and extensive prebuilt widgets make it possible to build
beautiful, responsive, and powerful applications with minimal effort. |
shinyBS | 0.61.1 | Adds additional Twitter Bootstrap components to Shiny. |
shinycustomloader | 0.9.0 | A custom css/html or gif/image file for the loading screen in R 'shiny'. It also can use the marquee to have custom text loading screen. |
shinydashboard | 0.7.2 | Create dashboards with 'Shiny'. This package provides
a theme on top of 'Shiny', making it easy to create attractive dashboards. |
shinydashboardPlus | 2.0.3 | Extend 'shinydashboard' with 'AdminLTE2' components.
'AdminLTE2' is a free 'Bootstrap 3' dashboard template available
at <https://adminlte.io>. Customize boxes, add timelines and a lot more. |
shinyFeedback | 0.4.0 | Easily display user feedback in Shiny apps. |
shinyjqui | 0.4.1 | An extension to shiny that brings interactions and animation effects from
'jQuery UI' library. |
shinypop | 0.1.1 | Custom notifications, confirm dialogs and alerts for 'Shiny' applications. |
shinyWidgets | 0.6.4 | Collection of custom input controls and user interface components for 'Shiny' applications.
Give your applications a unique and colorful style ! |
tidyverse | 1.3.1 | The 'tidyverse' is a set of packages that work in harmony
because they share common data representations and 'API' design. This
package is designed to make it easy to install and load multiple
'tidyverse' packages in a single step. Learn more about the
'tidyverse' at <https://www.tidyverse.org>. |
viridis | 0.6.2 | Color maps designed to improve graph readability for readers with
common forms of color blindness and/or color vision deficiency. The color
maps are also perceptually-uniform, both in regular form and also when
converted to black-and-white for printing. This package also contains
'ggplot2' bindings for discrete and continuous color and fill scales. A lean
version of the package called 'viridisLite' that does not include the
'ggplot2' bindings can be found at
<https://cran.r-project.org/package=viridisLite>. |
waiter | 0.2.5 | Full screen and partial loading screens for 'Shiny' with spinners, progress bars, and notifications. |