README.md

classic.models

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:

Installation

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")

Notes

Building the package used some of the following resources:

Don't forget devtools::build_vignettes()



shawngiese/classic.models documentation built on Dec. 31, 2020, 5:14 a.m.