Creating the Spotfire SPK
Practice building an SPK that contains only one package: the survival package downloaded 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.
Note: The survival R package is compatible with
TERR; however, note that some of its examples might use the
plot function, which is not supported in version
4.3.
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.
- Only one Spotfire SPK is allowed in a deployment area on the server; if you redeploy it, it overwrites your previously-deployed SPK.
- 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, Install your package and make sure it works.
Procedure
Related concepts
Related tasks
Copyright © TIBCO Software Inc. All rights reserved.