Installation

With Go module support, simply add the following import to your code, and then go mod [tidy|download] will automatically fetch the necessary dependencies.

1import "github.com/rModel/rModel"

Otherwise, run the following Go command to install the rModel package:

1$ go get -u github.com/rModel/rModel