##############################################################
# The file S.init in this directory ($SHOME/local), if exists, 
# is parsed and evaluated at the start of Spotfire S+ sessions
# for all users.  
#
# You may rename this file to S.init and use it as a skeleton.
#
##############################################################

## S.init : Site-wide initialization file for Spotfire S+
## You may edit this file to include commands that are run before
## each Spotfire S+ session, for all users.  For example:

## Example line: Attach the maps library automatically, for all users
# library(maps)

## Example line: Set the contrasts back to pre-S-PLUS 8.0 values:
# options(contrasts=c(factor="contr.helmert", ordered="contr.poly"))
