Starting with TERR 4.0.0, the SpotfireSPK package is built into TERR.

Starting with TERR 4.0.0, the SpotfireSPK package is built into TERR.

book

Article ID: KB0080235

calendar_today

Updated On:

Products Versions
Spotfire Enterprise Runtime for R All supported versions

Description

Starting with TERR 4.0.0, the SpotfireSPK package is built into TERR.

 

Environment

Product: TIBCO Enterprise Runtime for R (TERR) Version: 4.0.0 and later OS: All Supported Operating Systems

Resolution

Starting with TERR 4.0.0, the SpotfireSPK package is built into TERR.
 
In earlier versions of TERR, this package can be installed from a TIBCO Spotfire Statistics Services (TSSS) instance.
 
The SpotfireSPK package contains one TERR function named buildSPK(), which creates a Spotfire SPK file (*.spk), suitable for distribution to Spotfire clients, that contains one or more TIBCO Enterprise Runtime for R packages.
 
In TERR 4.0.0 or later, the following command will open the help file for the buildSPK() function, even if the SpotfireSPK package has not yet been loaded into your TERR session's search() path:
 
      help( buildSPK, try.all.packages = TRUE )
 
In TERR 4.0.0 or later, the following command will load the SpotfireSPK package into your search() path:
 
     library( SpotfireSPK )

Issue/Introduction

Starting with TERR 4.0.0, the SpotfireSPK package is built into TERR.