Learn R Programming

Laurae (version 0.0.0.9001)

Laurae_load: Laurae Package Loader

Description

Tries to load ALL the external dependencies.

Usage

Laurae_load()

Arguments

Value

Printed messages of success or failure.

Details

Loaded packages:
xgboost
Extreme Gradient Boosting
lightgbm
Light Gradient Boosting Machine
foreach
Provide Foreach Looping Construct for R
doParallel
Foreach Parallel Adaptor for the 'parallel' Package
rpart
Recursive Partitioning and Regression Trees
rpart.plot
Plot 'rpart' Models: An Enhanced Version of 'plot.rpart'
partykit
A Toolkit for Recursive Partitioning
tabplot
Tableplot, a visualization of large datasets
rCharts
Interactive Charts using Javascript Visualization Libraries
plotly
Create Interactive Web Graphics via 'plotly.js'
ggplot2
Create Elegant Data Visualisations Using the Grammar of Graphics
GGally
Extension to 'ggplot2'
ggthemes
Extra Themes, Scales and Geoms for 'ggplot2'
plotluck
"ggplot2" Version of "I'm Feeling Lucky!"
grid
The Grid Graphics Package
gridExtra
Miscellaneous Functions for "Grid" Graphics
RColorBrewer
ColorBrewer Palettes
lattice
Trellis Graphics for R
car
Commpanion to Applied Regression
CEoptim
Cross-Entropy R Package for Optimization
DT
A Wrapper of the JavaScript Library 'DataTables'
formattable
Create 'Formattable' Data Structures
rmarkdown
Dynamic Documents for R
shiny
Web Application Framework for R
shinydashboard
Create Dashboards with 'Shiny'
Matrix
Sparse and Dense Matrix Classes and Methods
matrixStats
Functions that Apply to Rows and Columns of Matrices (and to Vectors)
R.utils
Various Programming Utilities
Rtsne
T-Distributed Stochastic Neighbor Embedding using a Barnes-Hut Implementation
recommenderlab
Lab for Developing and Testing Recommender Algorithms
sparsity
What the package does (short line)
RcppArmadillo
'Rcpp' Integration for the 'Armadillo' Templated Linear Algebra Library
mgcv
Mixed GAM Computation Vehicle with GCV/AIC/REML Smoothness Estimation
Deriv
Symbolic Differentiation
outliers
Tests for outliers
MASS
Support Functions and Datasets for Venables and Ripley's MASS
infotheo
Information-Theoretic Measures
trend
Non-Parametric Trend Tests and Change-Point Detection
stringi
Character String Processing Facilities

Examples

Run this code
## Not run: ------------------------------------
# # Load all dependencies.
# Laurae_load()
## ---------------------------------------------

Run the code above in your browser using DataLab