This package introduces includes datasets from the Classic Models database for the Analytics Designer from OpenText. The goal of this package is to provide a dataset for learning to integrate R scripts with the BIRT report design. These design files are used by the OpenText Information Hub (iHub) server.
This package is a work in progress which includes:
Future plans include adding:
Install the package from the zip or the tar.gz file. For example:
install.packages("C:/Users/yourname/Downloads/classic.models_0.1.0.zip",repos = NULL)
then, to use the package in your R workspace use the following command:
library(classic.models)
When you are ready to remove it, use the following command:
remove.packages("classic.models")
You can also install it directly from GitHub.
install.packages("devtools")
library("devtools")
install_github("shawngiese/classic.models")
If you receive any errors about loading the curl package, install that package manually. Then restart the installation of classic.models.
install.packages("curl")
Building the package used some of the following resources:
Don't forget devtools::build_vignettes()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.