Creating the Spotfire SPK for Other Spotfire Analyst users
Practice building an SPK that contains two useful packages: boot and MASS, which you can download from the Comprehensive R Archive Network (CRAN).
Prerequisites
You must have access to the TERR engine, either through your Spotfire installation, or the stand-alone TERR console.
This example builds an SPK for distributing a package to other Spotfire Analyst users. For an example of building an SPK for distributing a package for use by the TERR service see theTIBCO® Enterprise Runtime for R - Server Edition Installation and Administration Guide on the TIBCO Docsite.
When you prepare an SPK to be deployed to the Spotfire Server, remember the following rules:
- The Spotfire SPK can contain as many R packages as you need.
- You can have as many SPK files in a deployment area as needed.
- You can have different SPK files in different deployment areas.
- To distribute an updated Spotfire SPK to the Spotfire Analyst installations using the server, the Spotfire SPK must have its BuiltVersion incremented.
This example walks you through installing a package, generating the list, installing your package. and making sure it works as expected.